Searched refs:NIL (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | 0001-Support-OpenSSL-1.1.patch | 25 SSL_CTX_set_verify (stream->context,SSL_VERIFY_NONE,NIL); 39 if (s = (char *) mail_parameters (NIL,GET_SSLCAPATH,NIL)) 53 return NIL; 57 * Returns: NIL if validated, else string of error message
|
H A D | uw-imap-fix-incompatible-pointer-types.patch | 114 mmdf_unlock (fd,NIL,&lock); /* unlock and close mailbox */ 118 ret = NIL; /* return error */ 143 (long) mail_parameters (NIL,GET_MBXPROTECTION,NIL))) 192 if (ret && mail_parameters (NIL,GET_COPYUID,NIL)) 279 if (ret && mail_parameters (NIL,GET_COPYUID,NIL)) 326 unix_unlock (fd,NIL,&lock); /* unlock and close mailbox */ 330 ret = NIL; /* return error */ 355 (long) mail_parameters (NIL,GET_MBXPROTECTION,NIL)))
|
H A D | 0001-Fix-Wincompatible-function-pointer-types.patch | 42 * Returns: T to use file name, NIL to skip it 84 * Returns: T if mix file name, NIL otherwise 126 * Returns: T to use file name, NIL to skip it 159 * Returns: T to use file name, NIL to skip it
|
H A D | 0001-Define-prototype-for-safe_flock.patch | 29 static char *myUserName = NIL; /* user name */
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 90 #define NIL 0 macro 184 s->head[s->hash_size-1] = NIL; \ 577 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 787 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window() 794 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window() 928 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast() 955 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 1022 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow() 1052 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 104 #define NIL 0 macro 194 s->head[s->hash_size-1] = NIL; \ 1072 s->strstart - (IPos)MAX_DIST(s) : NIL; 1347 *p = (Pos)(m >= wsize ? m-wsize : NIL); 1355 *p = (Pos)(m >= wsize ? m-wsize : NIL); 1542 hash_head = NIL; 1550 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 1639 hash_head = NIL; 1649 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | float.h | 390 #define NIL 0
|