Searched refs:_PATH_STDPATH (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/include/ |
| H A D | paths.h | 41 #define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin" macro
|
| /openbsd-src/lib/libc/gen/ |
| H A D | confstr.c | 60 return (strlcpy(buf, _PATH_STDPATH, len) + 1); in confstr()
|
| /openbsd-src/usr.bin/which/ |
| H A D | which.c | 72 path = _PATH_STDPATH; in main()
|
| /openbsd-src/sbin/shutdown/ |
| H A D | shutdown.c | 297 "PATH=" _PATH_STDPATH,
|
| /openbsd-src/sbin/init/ |
| H A D | init.c | 598 setenv("PATH", _PATH_STDPATH, 1); in f_single_user()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | session.c | 852 child_set_env(&env, &envsize, "PATH", _PATH_STDPATH); in do_setup_env()
|
| H A D | misc.c | 2728 child_set_env(&env, &nenv, "PATH", _PATH_STDPATH); in subprocess()
|