Searched refs:NOTFOUND (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | nsparser.y | 56 %token SUCCESS UNAVAIL NOTFOUND TRYAGAIN 135 | NOTFOUND { $$ = NS_NOTFOUND; }
|
H A D | nslexer.l | 68 [nN][oO][tT][fF][oO][uU][nN][dD] return NOTFOUND;
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | parse_entry.c | 408 if (entry_ptr == NOTFOUND) { in _nc_parse_entry() 447 if (entry_ptr == NOTFOUND) { in _nc_parse_entry() 457 if (entry_ptr == NOTFOUND in _nc_parse_entry() 476 if (entry_ptr == NOTFOUND) { in _nc_parse_entry() 1143 return NOTFOUND; in lookup_fullname()
|
/freebsd/sys/contrib/libsodium/contrib/ |
H A D | Findsodium.cmake | 275 if (NOT (sodium_DLL_DEBUG MATCHES ".*-NOTFOUND")) 280 if (NOT (sodium_DLL_RELEASE MATCHES ".*-NOTFOUND"))
|
/freebsd/contrib/ncurses/include/ |
H A D | tic.h | 215 #define NOTFOUND ((struct name_table_entry *) 0) macro
|
/freebsd/contrib/libpcap/ |
H A D | CMakeLists.txt | 220 if(NOT ${_library_prefix}_LIBRARY STREQUAL "${_library_prefix}_LIBRARY-NOTFOUND") 1392 # meaning the string "is 0, OFF, NO, FALSE, N, IGNORE, NOTFOUND, 1393 # the empty string, or ends in the suffix -NOTFOUND." 2891 if(LEX_EXECUTABLE STREQUAL "LEX_EXECUTABLE-NOTFOUND") 2945 if(YACC_EXECUTABLE STREQUAL "YACC_EXECUTABLE-NOTFOUND")
|
/freebsd/contrib/sendmail/src/ |
H A D | README | 1085 hosts: nisplus dns [NOTFOUND=return] files 1089 anything other than dns last, even after "[NOTFOUND=return]",
|