Searched refs:scmp (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/lib/libc/gen/ |
| HD | getttyent.c | 114 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace((unsigned char)p[sizeof(e) - 1]) in getttyent() macro 132 if (scmp(_TTYS_DIALUP)) in getttyent() 134 else if (scmp(_TTYS_NETWORK)) in getttyent() 141 if (scmp(_TTYS_OFF)) in getttyent() 143 else if (scmp(_TTYS_ON)) in getttyent() 145 else if (scmp(_TTYS_SECURE)) in getttyent() 147 else if (scmp(_TTYS_INSECURE)) in getttyent() 149 else if (scmp(_TTYS_DIALUP)) in getttyent() 151 else if (scmp(_TTYS_NETWORK)) in getttyent() 153 else if (scmp(_TTYS_IFCONSOLE)) in getttyent() [all …]
|
| /dragonfly/usr.bin/users/ |
| HD | users.c | 45 static int scmp(const void *, const void *); 80 qsort(names, ncnt, 32, scmp); in main() 99 scmp(const void *p, const void *q) in scmp() function
|
| /dragonfly/usr.bin/locale/ |
| HD | locale.c | 317 scmp(const void *s1, const void *s2) in scmp() function 359 qsort(charmaps->sl_str, charmaps->sl_cur, sizeof(char *), scmp); in list_charmaps() 424 qsort(locales->sl_str, locales->sl_cur, sizeof(char *), scmp); in init_locales_list()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | double-int.c | 1276 return this->scmp (b); in cmp() 1302 double_int::scmp (double_int b) const in scmp() function 1416 return (this->scmp (b) == 1) ? *this : b; in smax() 1441 return (this->scmp (b) == -1) ? *this : b; in smin()
|
| HD | double-int.h | 173 int scmp (double_int b) const;
|
| HD | match.pd | 2994 scmp (swapped_simple_comparison) 3005 (scmp @0 @2) 3047 scmp (swapped_simple_comparison) 3052 (scmp @0 (bit_not @1))))) 3435 scmp (swapped_tcc_comparison) 3441 (scmp @0 @1))) 3449 (scmp @0 { tem; }))))))
|
| /dragonfly/share/zoneinfo/ |
| HD | asia | 762 # https://www.scmp.com/magazines/post-magazine/short-reads/article/3016281/longest-day-when-wartime…
|