Searched refs:terminators (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | recfmt.c | 58 static unsigned char terminators[] = { '\n', 0x15, 0x25 }; local 80 for (i = 0; i < elementsof(terminators); i++) 81 if ((t = (unsigned char*)memchr((void*)s, k = terminators[i], size / 2)) && (n = t - s + 1) > 1 && (total <= 0 || !(total % n))) 90 return REC_D_TYPE(terminators[i]); 137 for (j = 0; j < elementsof(terminators); j++) 138 if (s[i] == terminators[j])
|
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | getnetgrent.c | 433 const char *terminators = ",) \t"; local 437 terminators++; 443 limit = strpbrk(start, terminators); 452 if (*p == terminators[0]) {
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | acl_lex.l | 40 int grab_string(char *terminators); 757 * until either EOF or one of the requested terminators is scene. 761 grab_string(char *terminators) 783 for (ptr = terminators; *ptr; ptr++) {
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | getnetgrent.c | 254 const char *terminators = ",) \t"; local 258 terminators++; 264 limit = strpbrk(start, terminators); 273 if (*p == terminators[0]) {
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 356 includes formatting information such as nul-terminators and field-lengths
|
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 1835 * Grab next token from the line in USERMAP_CFG format. terminators, 1841 ucp_grab_token(char **line, cmd_pos_t *pos, const char *terminators) argument 1847 int length = strcspn(*line, terminators);
|
Completed in 88 milliseconds