Home
last modified time | relevance | path

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

/freebsd/tests/sys/kern/
H A Dexecve_overflow.c18 #define SCRIPTNAME "script" macro
28 fd = open(SCRIPTNAME, O_WRONLY | O_CREAT | O_TRUNC, 0700); in main()
43 execve(SCRIPTNAME, (char *[]){ argv, NULL }, (char *[]){ NULL }); in main()
/freebsd/krb5/util/compile_et/
H A DMakefile14 SCRIPTNAME= compile_et macro