/netbsd-src/external/bsd/openldap/dist/include/ac/ |
H A D | string.h | 73 int (strcasecmp)(); variable 102 #define lutil_memrchr(b, c, n) memrchr(b, c, n) argument
|
/netbsd-src/sys/lib/libsa/ |
H A D | dosfs.c | 89 u_int c; /* last cluster read */ member 133 #define fatoff(sz, c) ((sz) == 12 ? (c) + ((c) >> 1) : \ argument 138 #define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->xclus) argument 159 #define strcasecmp(s1, s2) dos_strcasecmp(s1, s2) macro 161 strcasecmp(const char *s1, const char *s2) in strcasecmp() function 164 #define TO_UPPER(c) ((c) >= 'a' && (c) <= 'z' ? (c) - ('a' - 'A') : (c)) in strcasecmp() argument 284 u_int nb, off, clus, c, cnt, n; in dosfs_read() local 632 u_int n, x, c; in cp_xdnm() local 680 u_int c; in fsize() local 700 fatcnt(DOS_FS *fs, u_int c) in fatcnt() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/ |
H A D | e_os.h | 342 # define ioctlsocket(a,b,c) ioctl(a,b,c) argument 388 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) argument 389 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) argument 421 # define strcasecmp _stricmp macro
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | make.h | 98 # define isblank(c) ((c) == ' ' || (c) == '\t') argument 263 # define strchr(s, c) index((s), (c)) argument 264 # define strrchr(s, c) rindex((s), (c)) argument 304 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) argument 568 # define strcasecmp stricmp macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
H A D | conf_def.c | 26 # define strcasecmp _stricmp macro 774 static int is_keytype(const CONF *conf, char c, unsigned short type) in is_keytype() 885 static int def_is_number(const CONF *conf, char c) in def_is_number() 890 static int def_to_int(const CONF *conf, char c) in def_to_int()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | roken.h.in | 98 #define rk_SOCK_IOCTL(s,c,a) ioctl((s),(c),(a)) argument 564 #define strcasecmp rk_strcasecmp macro 1068 #define roken_openlog(a,b,c) openlog(a,b,c) argument 1070 #define roken_openlog(a,b,c) openlog((char *)a,b,c) argument 1074 #define roken_getsockname(a,b,c) getsockname(a,b,c) argument 1076 #define roken_getsockname(a,b,c) getsockname(a, b, (void*)c) argument 1223 #define tdelete(a,b,c) rk_tdelete(a,b,c) argument 1226 #define tfind(a,b,c) rk_tfind(a,b,c) argument 1229 #define tsearch(a,b,c) rk_tsearch(a,b,c) argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | bntest.c | 24 # define strcasecmp _stricmp macro 153 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_swap() local 226 BIGNUM *a = NULL, *b = NULL, *c = NULL; in test_sub() local 263 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; in test_div_recip() local 332 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_signed_mod_replace_ab() local 355 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL; in test_signed_mod_replace_ba() local 378 BIGNUM *a = NULL, *b = NULL, *c = NULL, *d = NULL, *e = NULL; in test_mod() local 460 BIGNUM *b = NULL, *n = NULL, *c = NULL; in test_modexp_mont5() local 722 BIGNUM *a = NULL, *b = NULL, *c = NULL; in test_gf2m_add() local 756 BIGNUM *a = NULL, *b[2] = {NULL,NULL}, *c = NULL, *d = NULL, *e = NULL; in test_gf2m_mod() local [all …]
|