Searched refs:strspn (Results 1 - 25 of 126) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dtrim.c23 lws = strspn(s, " \n\r\t\v");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_sendcmd.c98 *buf += strspn(*buf, SPACES);
122 *buf += strspn(*buf, SPACES);
144 if (!strspn(*buf, "+|")) {
165 *buf += strspn(*buf, SPACES);
175 *buf += strspn(*buf, SPACES);
185 *buf += strspn(*buf, SPACES);
227 *buf += strspn(*buf, SPACES);
255 *buf += strspn(*buf, SPACES);
331 buf += strspn(buf, SPACES);
H A Dgraphparser.c305 *buf += strspn(*buf, WHITESPACES);
356 *buf += strspn(*buf, WHITESPACES);
395 filters += strspn(filters, WHITESPACES);
402 filters += strspn(filters, WHITESPACES);
417 filters += strspn(filters, WHITESPACES);
542 filters += strspn(filters, WHITESPACES);
564 filters += strspn(filters, WHITESPACES);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Davstring.c109 p += strspn(p, WHITESPACES);
111 while(*p && !strspn(p, term)) {
130 }while(out >= end && strspn(out, WHITESPACES));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnameif.c99 line_ptr = line + strspn(line, " \t");
111 line_ptr += strspn(line_ptr, " \t");
112 name_length = strspn(line_ptr, "0123456789ABCDEFabcdef:");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoenet.c56 p = aoe_iflist + strspn(aoe_iflist, WHITESPACE);
57 for (; *p; p = q + strspn(q, WHITESPACE)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.h222 for (next = &wordlist[strspn(wordlist, " ")], \
228 next = next ? &next[strspn(next, " ")] : "", \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davstring.c155 p += strspn(p, WHITESPACES);
157 while (*p && !strspn(p, term)) {
176 while (out >= end && strspn(out, WHITESPACES));
191 s += strspn(s, delim);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dgraphparser.c281 *buf += strspn(*buf, WHITESPACES);
326 *buf += strspn(*buf, WHITESPACES);
345 filters += strspn(filters, WHITESPACES);
367 filters += strspn(filters, WHITESPACES);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c198 s = ln + strspn(ln, " \t");
214 s += strspn(s, " \t");
230 s += strspn(s, " \t");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c198 s = ln + strspn(ln, " \t");
214 s += strspn(s, " \t");
230 s += strspn(s, " \t");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstring.in.h258 /* strspn() assumes the second argument is a list of single-byte characters.
260 # undef strspn macro
261 # define strspn(s,a) \ macro
262 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
265 strspn (s, a))
500 Unlike strspn(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstring.in.h258 /* strspn() assumes the second argument is a list of single-byte characters.
260 # undef strspn macro
261 # define strspn(s,a) \ macro
262 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
265 strspn (s, a))
500 Unlike strspn(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstring.in.h258 /* strspn() assumes the second argument is a list of single-byte characters.
260 # undef strspn macro
261 # define strspn(s,a) \ macro
262 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
265 strspn (s, a))
500 Unlike strspn(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstring.in.h277 /* strspn() assumes the second argument is a list of single-byte characters.
279 # undef strspn macro
280 # define strspn(s,a) \ macro
281 (GL_LINK_WARNING ("strspn cannot work correctly on character strings " \
284 strspn (s, a))
532 Unlike strspn(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c212 tmp_int = strspn(&version1[len1], "0123456789");
215 tmp_int = strspn(&version2[len2], "0123456789");
390 field += strspn(field, " ");
409 field2 += strspn(field2, " ");
419 version += strspn(version, " (");
421 offset_ch = strspn(version, "<=>");
444 version += strspn(version, " ");
654 status_string += strspn(status_string, " ");
740 status_line += strspn(status_line, " \n\t");
792 tmp_string += strspn(tmp_strin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Ddomain-util.c75 p += strspn(p, "\"");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddomain-util.c75 p += strspn(p, "\"");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dreplaygain.c49 value += strspn(value, " \t");
H A Dtee.c64 if (!strspn(slave, slave_opt_open)) {
69 if (strspn(p, slave_opt_close)) {
83 if (strspn(p, slave_opt_close))
233 if (strspn(spec, slave_bsfs_spec_sep) != 1) {
358 if (strspn(filename, slave_delim))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dsleep.c172 str += strspn(str, ", \t");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstring.h93 extern __kernel_size_t strspn(const char *,const char *);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmstdlib.h97 extern size_t BCMROMFN(strspn)(const char *s1, const char *s2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c105 p += strspn(p, SPACE_CHARS);
137 p += strspn(p, SPACE_CHARS);
266 *p += strspn(*p, SPACE_CHARS);
502 p += strspn(p, SPACE_CHARS);
636 p += strspn(p, SPACE_CHARS);
663 p += strspn(p, SPACE_CHARS);
781 p += strspn(p, SPACE_CHARS);
832 p += strspn(p, SPACE_CHARS);
835 p += strspn(p, SPACE_CHARS);
841 p += strspn(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosNvramConfig.h368 for (next = &wordlist[strspn(wordlist, " ")], \
374 next = next ? &next[strspn(next, " ")] : "", \

Completed in 301 milliseconds

123456