Home | History | Annotate | Download | only in Misc

Lines Matching refs:FULL_PATH

11    definition of FULL_PATH below.
57 #ifndef FULL_PATH /* so that this can be specified from the Makefile */
59 #define FULL_PATH "/full/path/of/script"
61 #error "You must define FULL_PATH somewhere"
134 If you're sure that you specified a full path name for FULL_PATH,
137 if (FULL_PATH[0] != '/') {
139 FULL_PATH);
150 if (stat(FULL_PATH, &statb) < 0) {
156 FULL_PATH);
173 execv(FULL_PATH, argv);