Searched refs:DEF_PATH (Results 1 – 4 of 4) sorted by relevance
43 #define DEF_PATH "PATH=/usr/sbin:/usr/bin" macro70 glob_envp[0] = startd_alloc((unsigned)(strlen(DEF_PATH)+2)); in init_env()71 (void) strcpy(glob_envp[0], DEF_PATH); in init_env()221 strncmp(*p, DEF_PATH, strlen(DEF_PATH)) != 0) { in find_dup()
302 #define DEF_PATH "/usr/bin:" /* same as PATH */ macro2251 (void) strlcat(path, DEF_PATH, sizeof (path)); in establish_user_environment()
129 #define DEF_PATH "/usr/sbin:/usr/bin" macro1204 if ((estr = add_env("PATH", DEF_PATH)) == NULL) in prep_env()
494 #define DEF_PATH "PATH=/usr/sbin:/usr/bin" macro1934 glob_envp[0] = malloc((unsigned)(strlen(DEF_PATH)+2)); in init_env()1935 (void) strcpy(glob_envp[0], DEF_PATH); in init_env()