Home
last modified time | relevance | path

Searched refs:THISPROG (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dsuid_exec.c65 #define THISPROG "/etc/suid_exec" macro
196 if(stat(THISPROG, &statx) < 0 || in main()
422 if((m = open(THISPROG, O_RDONLY)) < 0) in setids()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c25 * where the define parameter THISPROG indicates to work correctly on system V
65 #define THISPROG "/etc/suid_exec" macro
119 * version of THISPROG copied into /tmp, with the owner, in main()
196 if(stat(THISPROG, &statx) < 0 || in main()
373 * certify that it was really invoked by THISPROG. Someone who in setids()
422 if((m = open(THISPROG, O_RDONLY)) < 0) in setids()
491 * copy THISPROG into the open file number <fdo> and close <fdo>