Searched defs:home (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | tilde.sh | 39 function home # id function 77 do h=$(home $u)
|
/ast/src/lib/libast/path/ |
H A D | pathcd.c | 59 * if path is long and home!=0 then pathcd(home,0) 64 pathcd(const char* path, const char* home) argument 134 * try to recover back to home 137 if (!(p = (char*)home)) 139 home = 0;
|
/ast/src/lib/libast/misc/ |
H A D | fts.c | 62 size_t homesize; /* sizeof(home) */ \ 74 char* home; /* home/path buffer */ \ 413 setdir(register char* home, register char* path) argument 422 * note that path and home are in the same buffer 426 cdrv = pathcd(home, NiL); 430 pathcd(home, NiL); 439 setpdir(register char* home, register char* path, register char* base) argument 448 cdrv = setdir(home, path); 452 cdrv = pathcd(home, Ni [all...] |
/ast/src/cmd/3d/ |
H A D | init.c | 1540 char* home = 0; local 1624 home = cp + sizeof(var_home) - 1; 1671 if (!(i & env_pwd) && *state.pwd != '/' && setpwd("/") && (!home || setpwd(home)))
|
/ast/src/cmd/at/ |
H A D | atd.c | 68 char* home; member in struct:__anon33 92 int home; member in struct:__anon35 197 char* home; local 208 home = pwd->pw_dir; 214 home = "/tmp"; 217 if (!(usr = newof(0, User_t, 1, n + strlen(home) + 2))) 223 usr->home = strcpy(usr->name + n + 1, home); 324 que->home = n; 1026 if (que->home) [all...] |
/ast/src/cmd/coshell/ |
H A D | service.h | 64 int home; /* # users calling this home */ \ 88 #define match(p,a,o) ((!((a)->set&SETNAME)||strmatch((p)->name,(a)->name))&&((((a)->set|o)&(SETMISC|DEF|NEW|SET))==SETMISC?miscmatch(p,(a)->misc):((a)->set&SETNAME)?1:streq((p)->type,state.home->type))) 104 #define HOME (3*OVERRIDE) /* home host reprieve */ 244 Coshell_t* home; member in struct:__anon62 295 Coshell_t* home; member in struct:__anon66
|
/ast/src/cmd/mailx/ |
H A D | mailx.h | 810 char* home; member in struct:__anon136::__anon147
|
Completed in 28 milliseconds