Searched refs:NOT_FOUND (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/sudo-73/src/
H A Dfind_path.c51 * to the array. Returns FOUND if the command was found, NOT_FOUND
83 return NOT_FOUND;
87 return NOT_FOUND;
135 return NOT_FOUND;
H A Dlogging.c322 (flags == NOT_FOUND_DOT || flags == NOT_FOUND))
334 if (flags == NOT_FOUND)
H A Dsudo.h117 #define NOT_FOUND 0 macro
H A Dsudo.c484 } else if (cmnd_status == NOT_FOUND) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dsnprintf.c308 #define NOT_FOUND -1 macro
320 if ((p)->precision == NOT_FOUND) \
399 (p)->precision = NOT_FOUND; \
827 if (p->precision != NOT_FOUND) /* the smallest number */
850 if (p->precision != NOT_FOUND)
1170 p->precision = p->width = NOT_FOUND;
1171 p->justify = NOT_FOUND;
1327 data->precision = negprec ? NOT_FOUND : n;
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim327 throw "NOT_FOUND: no identifier found."

Completed in 130 milliseconds