Searched refs:strspn (Results 101 - 125 of 126) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dunifdef.c497 bool blankline = tline[strspn(tline, " \t\n")] == '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvdsubdec.c614 data += strspn(data, "\n\r");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.c678 if (*key && strspn(*buf, key_val_sep)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c505 cmdstr += strspn(cmdstr, semicolon_whitespace);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dlink.c289 (strspn(if_local, tipc_alphabet) != (if_local_len - 1)) ||
290 (strspn(if_peer, tipc_alphabet) != (if_peer_len - 1)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c1392 p += strspn(p, "\r\n");
1537 svalue += strspn(svalue, " ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c1386 p += strspn(p, "\r\n");
1531 svalue += strspn(svalue, " ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c1743 length = strspn(value, no_quote_chars);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c340 end += strspn(end, SPACE_CHARS);
H A Drtmpproto.c377 param += strspn(param, " ");
H A Dmovenc.c3872 cur += strspn(cur, "\n\r");
H A Dutils.c4045 p += strspn(p, SPACE_CHARS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Durl.c569 int digits = strspn (p + 1, "0123456789");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dapm_32.c1662 str += strspn(str, ", \t");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c1742 length = strspn(value, no_quote_chars);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c1652 p += strspn(p, "\r\n");
1822 svalue += strspn(svalue, " ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c650 strspn(p+1, "0123456789abcdef") == 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c1071 if (strspn(psk_key, "abcdefABCDEF1234567890") != strlen(psk_key)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c1071 if (strspn(psk_key, "abcdefABCDEF1234567890") != strlen(psk_key)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c2310 str++; /* str += strspn(str, ifs); */
2311 cnt++; /* cnt += strspn(str, ifs); - but this code is larger */
2397 str += strspn(str, ifs); /* skip ifs chars */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c331 s += strspn(s, "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,. ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c3795 p += strspn(p, SPACE_CHARS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dconfigure5666 strdup strcspn strspn strtoul strtol memcpy strpbrk memset setenv \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure19831 for ac_func in gethostname memchr memmove memset mkdir select socket strchr strcspn strdup strerror strrchr strspn strstr uname setresuid setreuid setresgid setregid strcasecmp gettimeofday putenv strncasecmp strlcpy gethostbyname seteuid setegid setproctitle getprogname
H A Dconfigure19831 for ac_func in gethostname memchr memmove memset mkdir select socket strchr strcspn strdup strerror strrchr strspn strstr uname setresuid setreuid setresgid setregid strcasecmp gettimeofday putenv strncasecmp strlcpy gethostbyname seteuid setegid setproctitle getprogname

Completed in 703 milliseconds

123456