/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | getlist.c | 113 copy += strspn(copy, ws); 136 p += strspn(p, ws); 142 p += strspn(p, ws); 173 p += strspn(p, ws); 179 p += strspn(p, ws);
|
H A D | strip.c | 50 str += strspn(str, " ");
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | strtok.c | 37 extern int strspn(); 53 q = p + strspn(p, sepset); /* skip leading separators */
|
H A D | strspn.c | 33 strspn(string, charset) in strspn() function
|
/titanic_50/usr/src/cmd/split/ |
H A D | split.c | 118 strspn(&argv[i][1], "0123456789")) { in main() 159 if (*(optarg + strspn(optarg, "0123456789")) == 'k') in main() 161 if (*(optarg + strspn(optarg, "0123456789")) == 'm') in main()
|
/titanic_50/usr/src/cmd/dispadmin/ |
H A D | fxdispadmin.c | 269 (wslength = strspn(buf, " \t\n")) == strlen(buf) || in set_fxdptbl() 308 (wslength = strspn(buf, " \t\n")) == strlen(buf) || in set_fxdptbl() 345 (wslength = strspn(buf, " \t\n")) != strlen(buf) && in set_fxdptbl()
|
H A D | rtdispadmin.c | 264 (wslength = strspn(buf, " \t\n")) == strlen(buf) || 335 (wslength = strspn(buf, " \t\n")) == strlen(buf) || 373 (wslength = strspn(buf, " \t\n")) != strlen(buf) &&
|
H A D | iadispadmin.c | 270 (wslength = strspn(buf, " \t\n")) == strlen(buf) || 341 (wslength = strspn(buf, " \t\n")) == strlen(buf) || 419 (wslength = strspn(buf, " \t\n")) != strlen(buf) &&
|
H A D | tsdispadmin.c | 266 (wslength = strspn(buf, " \t\n")) == strlen(buf) || 337 (wslength = strspn(buf, " \t\n")) == strlen(buf) || 415 (wslength = strspn(buf, " \t\n")) != strlen(buf) &&
|
/titanic_50/usr/src/cmd/mailwrapper/ |
H A D | mailwrapper.c | 130 cp += strspn(cp, WS); in main() 140 cp += strspn(cp, WS); in main()
|
/titanic_50/usr/src/cmd/lp/lib/filters/ |
H A D | conv.c | 131 if (!*(str += strspn(str, " "))) { 158 str = p + strspn(p, " "); 191 if (!*(str = p + strspn(p, " ="))) {
|
/titanic_50/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 1092 if (fmt[sz = strspn(fmt, digits)] == '$') { in _mkarglst() 1101 fmt += strspn(fmt, skips); in _mkarglst() 1113 fmt += strspn(fmt, digits); in _mkarglst() 1221 if (fmt[n = strspn(fmt, digits)] == '$') { in _getarg() 1236 fmt += strspn(fmt, skips); in _getarg() 1250 fmt += strspn(fmt, digits); in _getarg()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | strspn.c | 41 strspn(const char *string, const char *charset) in strspn() function
|
H A D | strtok_r.c | 55 q = string + strspn(string, sepset); /* skip leading separators */ in strtok_r()
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_util.c | 223 p += strspn(p, class); in strtrim() 232 if (strspn(q, class) == 0) in strtrim() 260 p += strspn(p, class); in strstrip() 662 cp += strspn(cp, "/"); in smb_getdataset() 920 if (strspn(name, "0123456789") == len) in smb_name_validate_nbdomain()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | string.h | 55 extern size_t strspn(/* const char *s1, const char *s2 */);
|
/titanic_50/usr/src/cmd/sgs/tsort/common/ |
H A D | errstrtok.c | 62 q = p + strspn(p, sepset); /* skip leading separators */ in errstrtok()
|
/titanic_50/usr/src/cmd/localedef/ |
H A D | charmap.c | 272 (strspn(s + si, digits) != (ls - si)) || in add_charmap_range() 273 (strspn(e + si, digits) != (le - si)) || in add_charmap_range()
|
/titanic_50/usr/src/cmd/tcpd/ |
H A D | inetcf.c | 125 if (path[strspn(path, "-0123456789")] == 0) { 138 if (arg0[strspn(arg0, "0123456789")] == 0) {
|
/titanic_50/usr/src/common/util/ |
H A D | string.h | 66 extern size_t strspn(const char *, const char *);
|
/titanic_50/usr/src/cmd/mdb/common/libstand/sys/ |
H A D | salib.h | 76 extern size_t strspn(const char *, const char *);
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | tcpd.h | 142 #define NOT_INADDR(s) (strchr(s, ':') == 0 && s[strspn(s, "0123456789./")] != 0) 144 #define NOT_INADDR(s) (s[strspn(s, "0123456789./")] != 0)
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | audit_class.c | 123 s = input + strspn(input, " \t\r\n"); in getauclassent_r() 228 s = line + strspn(line, " \t\r\n"); in xcacheauclass()
|
/titanic_50/usr/src/cmd/ssh/sftp/ |
H A D | sftp.c | 377 *cpp = cp + strspn(cp, WHITESPACE); in parse_getput_flags() 429 *cpp = cp + strspn(cp, WHITESPACE); in parse_ls_flags() 442 cp += strspn(cp, WHITESPACE); in get_pathname() 482 *cpp = cp + i + strspn(cp + i, WHITESPACE); in get_pathname() 488 *cpp = end + strspn(end, WHITESPACE); in get_pathname() 895 cp = cp + strspn(cp, WHITESPACE); in parse_args() 916 cp = cp + strspn(cp, WHITESPACE); in parse_args() 1016 cp += strspn(cp, WHITESPACE); in parse_args()
|
/titanic_50/usr/src/cmd/printf/ |
H A D | printf.c | 195 l = strspn(fmt, digits); in doformat() 224 l = strspn(fmt, digits); in doformat() 269 l = strspn(fmt, digits); in doformat()
|