Home
last modified time | relevance | path

Searched refs:strspn (Results 1 – 25 of 144) sorted by relevance

123456

/titanic_50/usr/src/cmd/lp/lib/lp/
H A Dgetlist.c113 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 Dstrip.c50 str += strspn(str, " ");
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dstrtok.c37 extern int strspn();
53 q = p + strspn(p, sepset); /* skip leading separators */
H A Dstrspn.c33 strspn(string, charset) in strspn() function
/titanic_50/usr/src/cmd/split/
H A Dsplit.c118 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 Dfxdispadmin.c269 (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 Drtdispadmin.c264 (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 Diadispadmin.c270 (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 Dtsdispadmin.c266 (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 Dmailwrapper.c130 cp += strspn(cp, WS); in main()
140 cp += strspn(cp, WS); in main()
/titanic_50/usr/src/cmd/lp/lib/filters/
H A Dconv.c131 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 Ddoprnt.c1092 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 Dstrspn.c41 strspn(const char *string, const char *charset) in strspn() function
H A Dstrtok_r.c55 q = string + strspn(string, sepset); /* skip leading separators */ in strtok_r()
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c223 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 Dstring.h55 extern size_t strspn(/* const char *s1, const char *s2 */);
/titanic_50/usr/src/cmd/sgs/tsort/common/
H A Derrstrtok.c62 q = p + strspn(p, sepset); /* skip leading separators */ in errstrtok()
/titanic_50/usr/src/cmd/localedef/
H A Dcharmap.c272 (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 Dinetcf.c125 if (path[strspn(path, "-0123456789")] == 0) {
138 if (arg0[strspn(arg0, "0123456789")] == 0) {
/titanic_50/usr/src/common/util/
H A Dstring.h66 extern size_t strspn(const char *, const char *);
/titanic_50/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h76 extern size_t strspn(const char *, const char *);
/titanic_50/usr/src/lib/libwrap/
H A Dtcpd.h142 #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 Daudit_class.c123 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 Dsftp.c377 *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 Dprintf.c195 l = strspn(fmt, digits); in doformat()
224 l = strspn(fmt, digits); in doformat()
269 l = strspn(fmt, digits); in doformat()

123456