Searched refs:_PATH_STDPATH (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | defines.h | 409 # ifdef _PATH_STDPATH 410 # undef _PATH_STDPATH 412 # define _PATH_STDPATH USER_PATH macro 415 #ifndef _PATH_STDPATH 416 # define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" macro 420 # define SUPERUSER_PATH _PATH_STDPATH
|
D | session.c | 1028 child_set_env(&env, &envsize, "PATH", _PATH_STDPATH); in do_setup_env() 1045 s->pw->pw_uid == 0 ? SUPERUSER_PATH : _PATH_STDPATH); in do_setup_env()
|
D | auth2-pubkey.c | 456 child_set_env(&child_env, &envsize, "PATH", _PATH_STDPATH); in subprocess()
|
D | configure.ac | 4627 #ifndef _PATH_STDPATH 4629 # define _PATH_STDPATH _PATH_USERPATH 4631 # define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" 4646 if ((rc = fprintf(fd,"%s", _PATH_STDPATH)) < 0)
|
D | configure | 18474 if ((rc = fprintf(fd,"%s", _PATH_STDPATH)) < 0)
|