#include "spice.h"
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <sys/types.h>
Go to the source code of this file.
Definition at line 300 of file spiced.c.
303 "The program \"spiced\" is not available on this system.\n");
char* tilde_expand |
( |
char * |
string | ) |
|
Definition at line 309 of file spiced.c.
323 while (*
string && isspace(*
string))
331 if (!*
string || *
string ==
'/') {
332 pw = getpwuid(getuid());
337 while ((c = *
string) && c !=
'/')
354 return (
copy(
string));
static char buf[MAXPROMPT]