| /src/lib/libc/gen/ |
| getttyent.c | 129 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && (isspace((unsigned char) p[sizeof(e) - 1]) || p[sizeof(e) - 1] == '\0') macro 132 if (scmp(_TTYS_OFF)) 134 else if (scmp(_TTYS_ON)) 136 else if (scmp(_TTYS_SECURE)) 138 else if (scmp(_TTYS_LOCAL)) 140 else if (scmp(_TTYS_RTSCTS)) 142 else if (scmp(_TTYS_DTRCTS)) 144 else if (scmp(_TTYS_SOFTCAR)) 146 else if (scmp(_TTYS_MDMBUF))
|
| /src/usr.bin/iconv/ |
| iconv.c | 46 static int scmp(const void *, const void *); 66 scmp(const void *v1, const void *v2) function 83 qsort(list, sz, sizeof(char *), scmp);
|
| /src/usr.bin/locale/ |
| locale.c | 330 scmp(const void *s1, const void *s2) function 372 qsort(charmaps->sl_str, charmaps->sl_cur, sizeof(char *), scmp); 437 qsort(locales->sl_str, locales->sl_cur, sizeof(char *), scmp);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.cc | 1276 return this->scmp (b); 1302 double_int::scmp (double_int b) const function in class:double_int 1416 return (this->scmp (b) == 1) ? *this : b; 1441 return (this->scmp (b) == -1) ? *this : b;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| double-int.cc | 1276 return this->scmp (b); 1302 double_int::scmp (double_int b) const function in class:double_int 1416 return (this->scmp (b) == 1) ? *this : b; 1441 return (this->scmp (b) == -1) ? *this : b;
|