| /src/lib/libc/string/ |
| Lint_strncmp.c | 12 strncmp(const char *s1, const char *s2, size_t len) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/engine/ |
| eng_fat.c | 55 if (strncmp(alg, "ALL", len) == 0) 57 else if (strncmp(alg, "RSA", len) == 0) 59 else if (strncmp(alg, "DSA", len) == 0) 61 else if (strncmp(alg, "DH", len) == 0) 63 else if (strncmp(alg, "EC", len) == 0) 65 else if (strncmp(alg, "RAND", len) == 0) 67 else if (strncmp(alg, "CIPHERS", len) == 0) 69 else if (strncmp(alg, "DIGESTS", len) == 0) 71 else if (strncmp(alg, "PKEY", len) == 0) 73 else if (strncmp(alg, "PKEY_CRYPTO", len) == 0 [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/engine/ |
| eng_fat.c | 55 if (strncmp(alg, "ALL", len) == 0) 57 else if (strncmp(alg, "RSA", len) == 0) 59 else if (strncmp(alg, "DSA", len) == 0) 61 else if (strncmp(alg, "DH", len) == 0) 63 else if (strncmp(alg, "EC", len) == 0) 65 else if (strncmp(alg, "RAND", len) == 0) 67 else if (strncmp(alg, "CIPHERS", len) == 0) 69 else if (strncmp(alg, "DIGESTS", len) == 0) 71 else if (strncmp(alg, "PKEY", len) == 0) 73 else if (strncmp(alg, "PKEY_CRYPTO", len) == 0 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
| eng_fat.c | 54 if (strncmp(alg, "ALL", len) == 0) 56 else if (strncmp(alg, "RSA", len) == 0) 58 else if (strncmp(alg, "DSA", len) == 0) 60 else if (strncmp(alg, "DH", len) == 0) 62 else if (strncmp(alg, "EC", len) == 0) 64 else if (strncmp(alg, "RAND", len) == 0) 66 else if (strncmp(alg, "CIPHERS", len) == 0) 68 else if (strncmp(alg, "DIGESTS", len) == 0) 70 else if (strncmp(alg, "PKEY", len) == 0) 72 else if (strncmp(alg, "PKEY_CRYPTO", len) == 0 [all...] |
| /src/lib/libc/arch/m68k/string/ |
| Makefile.inc | 5 strncmp.S strncpy.S \
|
| /src/sys/arch/amd64/include/ |
| csan.h | 76 !strncmp(name, "Xtrap", 5) || 77 !strncmp(name, "Xintr", 5) || 78 !strncmp(name, "Xhandle", 7) || 79 !strncmp(name, "Xresume", 7) || 80 !strncmp(name, "Xstray", 6) || 81 !strncmp(name, "Xhold", 5) || 82 !strncmp(name, "Xrecurse", 8) || 84 !strncmp(name, "Xsoft", 5)) {
|
| /src/external/bsd/ipf/dist/lib/ |
| load_url.c | 18 if (strncmp(url, "file://", 7) == 0) { 28 } else if (strncmp(url, "http://", 7) == 0) {
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| strstr.c | 22 extern int strncmp (const void *, const void *, size_t); 36 if (strncmp (p, s2, len) == 0)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| strstr.c | 22 extern int strncmp (const void *, const void *, size_t); 36 if (strncmp (p, s2, len) == 0)
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| strstr.c | 22 extern int strncmp (const void *, const void *, size_t); 36 if (strncmp (p, s2, len) == 0)
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| strstr.c | 22 extern int strncmp (const void *, const void *, size_t); 36 if (strncmp (p, s2, len) == 0)
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| strstr.c | 22 extern int strncmp (const void *, const void *, size_t); 36 if (strncmp (p, s2, len) == 0)
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| strstr.c | 22 extern int strncmp (const void *, const void *, size_t); 36 if (strncmp (p, s2, len) == 0)
|
| /src/external/gpl3/binutils/dist/cpu/ |
| mt.opc | 159 else if (strncmp (*strp, "%hi16", 5) == 0) 164 else if (strncmp (*strp, "%lo16", 5) == 0) 260 if (strncmp (*strp, "dup", 3) == 0 || strncmp (*strp, "DUP", 3) == 0) 265 else if (strncmp (*strp, "xx", 2) == 0 || strncmp (*strp, "XX", 2) == 0) 285 if (strncmp (*strp, "all", 3) == 0 || strncmp (*strp, "ALL", 3) == 0) 290 else if (strncmp (*strp, "one", 3) == 0 || strncmp (*strp, "ONE", 3) == 0 [all...] |
| /src/external/gpl3/binutils.old/dist/cpu/ |
| mt.opc | 159 else if (strncmp (*strp, "%hi16", 5) == 0) 164 else if (strncmp (*strp, "%lo16", 5) == 0) 260 if (strncmp (*strp, "dup", 3) == 0 || strncmp (*strp, "DUP", 3) == 0) 265 else if (strncmp (*strp, "xx", 2) == 0 || strncmp (*strp, "XX", 2) == 0) 285 if (strncmp (*strp, "all", 3) == 0 || strncmp (*strp, "ALL", 3) == 0) 290 else if (strncmp (*strp, "one", 3) == 0 || strncmp (*strp, "ONE", 3) == 0 [all...] |
| /src/external/gpl3/gdb/dist/cpu/ |
| mt.opc | 159 else if (strncmp (*strp, "%hi16", 5) == 0) 164 else if (strncmp (*strp, "%lo16", 5) == 0) 260 if (strncmp (*strp, "dup", 3) == 0 || strncmp (*strp, "DUP", 3) == 0) 265 else if (strncmp (*strp, "xx", 2) == 0 || strncmp (*strp, "XX", 2) == 0) 285 if (strncmp (*strp, "all", 3) == 0 || strncmp (*strp, "ALL", 3) == 0) 290 else if (strncmp (*strp, "one", 3) == 0 || strncmp (*strp, "ONE", 3) == 0 [all...] |
| /src/external/gpl3/gdb.old/dist/cpu/ |
| mt.opc | 159 else if (strncmp (*strp, "%hi16", 5) == 0) 164 else if (strncmp (*strp, "%lo16", 5) == 0) 260 if (strncmp (*strp, "dup", 3) == 0 || strncmp (*strp, "DUP", 3) == 0) 265 else if (strncmp (*strp, "xx", 2) == 0 || strncmp (*strp, "XX", 2) == 0) 285 if (strncmp (*strp, "all", 3) == 0 || strncmp (*strp, "ALL", 3) == 0) 290 else if (strncmp (*strp, "one", 3) == 0 || strncmp (*strp, "ONE", 3) == 0 [all...] |
| /src/sys/arch/sparc/stand/common/ |
| isfloppy.c | 7 return strncmp(dev, "fd", 2) == 0 ||
|
| /src/external/bsd/pdisk/dist/ |
| pathname.c | 29 // for strncmp() 83 if (strncmp("/dev/", path, 5) == 0) { 84 if (strncmp("/dev/scsi", path, 9) == 0) { 96 } else if (strncmp("/dev/ata", path, 8) == 0 97 || strncmp("/dev/ide", path, 8) == 0) { 109 } else if (strncmp("/dev/sd", path, 7) == 0) { 122 } else if (strncmp("/dev/scd", path, 8) == 0) { 128 } else if (strncmp("/dev/hd", path, 7) == 0) { 153 if (strncmp("/dev/", path, 5) == 0) { 154 if (strncmp("/dev/scsi", path, 9) == 0) [all...] |
| /src/tests/lib/libc/stdlib/ |
| h_getopt_long.c | 59 if (strncmp(line, "optstring:", 10) == 0) { 67 } else if (strncmp(line, "longopts:", 9) == 0) { 95 } else if (strncmp(line, "longopt:", 8) == 0) { 114 if (strncmp(longopt, "0", 1) == 0 || 115 strncmp(longopt, "no_argument", 2) == 0) 117 else if (strncmp(longopt, "1", 1) == 0 || 118 strncmp(longopt, "required_argument", 8) == 0) 120 else if (strncmp(longopt, "2", 1) == 0 || 121 strncmp(longopt, "optional_argument", 8) == 0) 131 strncmp(longopt, "NULL", 4) != 0 [all...] |
| /src/games/hack/ |
| hack.options.c | 113 while ((*opts == '!') || !strncmp(opts, "no", 2)) { 121 if (!strncmp(opts, "standout", 8)) { 125 if (!strncmp(opts, "null", 3)) { 129 if (!strncmp(opts, "tombstone", 4)) { 133 if (!strncmp(opts, "news", 4)) { 137 if (!strncmp(opts, "time", 4)) { 142 if (!strncmp(opts, "restonspace", 4)) { 146 if (!strncmp(opts, "fixinv", 4)) { 153 if (!strncmp(opts, "male", 4)) { 157 if (!strncmp(opts, "female", 6)) [all...] |
| /src/sys/arch/arc/stand/boot/ |
| devopen.c | 71 if (strncmp(cp, "rdisk", 5) == 0 || 72 strncmp(cp, "fdisk", 5) == 0) { 91 if (strncmp(cp, "pci", 3) == 0) { 103 if (strncmp(cp, "scsi", 4) == 0) { 105 } else if (strncmp(cp, "dksc", 4) == 0) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-netbsd-tdep.c | 155 if (strncmp (name, "Xintr", 5) == 0 156 || strncmp (name, "Xhandle", 7) == 0) { 203 (name && strncmp(name, "Xsoft", 5) == 0)) 264 || (strncmp (name, "Xhandle", 7) == 0) 265 || (strncmp (name, "Xintr", 5) == 0) 266 || (strncmp (name, "Xpreempt", 8) == 0) 267 || (strncmp (name, "Xrecurse", 8) == 0) 268 || (strncmp (name, "Xresume", 7) == 0) 269 || (strncmp (name, "Xsoft", 5) == 0) 270 || (strncmp (name, "Xstray", 6) == 0 [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-netbsd-tdep.c | 155 if (strncmp (name, "Xintr", 5) == 0 156 || strncmp (name, "Xhandle", 7) == 0) { 203 (name && strncmp(name, "Xsoft", 5) == 0)) 264 || (strncmp (name, "Xhandle", 7) == 0) 265 || (strncmp (name, "Xintr", 5) == 0) 266 || (strncmp (name, "Xpreempt", 8) == 0) 267 || (strncmp (name, "Xrecurse", 8) == 0) 268 || (strncmp (name, "Xresume", 7) == 0) 269 || (strncmp (name, "Xsoft", 5) == 0) 270 || (strncmp (name, "Xstray", 6) == 0 [all...] |
| /src/lib/libc/arch/i386/string/ |
| Makefile.inc | 6 strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
|