Home
last modified time | relevance | path

Searched refs:DEF_PATH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c45 #define DEF_PATH "PATH=/usr/sbin:/usr/bin" macro
67 glob_envp[0] = startd_alloc((unsigned)(strlen(DEF_PATH)+2)); in init_env()
68 (void) strcpy(glob_envp[0], DEF_PATH); in init_env()
167 strncmp(*p, DEF_PATH, strlen(DEF_PATH)) != 0) { in find_dup()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c131 #define DEF_PATH "/usr/sbin:/usr/bin" macro
1205 if ((estr = add_env("PATH", DEF_PATH)) == NULL) in prep_env()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c302 #define DEF_PATH "/usr/bin:" /* same as PATH */ macro
2254 (void) strlcat(path, DEF_PATH, sizeof (path)); in establish_user_environment()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c498 #define DEF_PATH "PATH=/usr/sbin:/usr/bin" macro
1944 glob_envp[0] = malloc((unsigned)(strlen(DEF_PATH)+2)); in init_env()
1945 (void) strcpy(glob_envp[0], DEF_PATH); in init_env()