Searched refs:strcspn (Results 51 - 75 of 174) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c456 word[strcspn(word, " ")] = '\0', \
462 word[strcspn(word, " ")] = '\0', \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-iconv.c202 len = strcspn (charsetstr, " \t\n");
504 len = strcspn (charsetstr, " \t\n");
H A Dmsgcmp.c384 len = strcspn (charsetstr, " \t\n");
H A Dpo-charset.c472 len = strcspn (charsetstr, " \t\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dntpclient.c411 word[strcspn(word, " ")] = '\0', \
417 word[strcspn(word, " ")] = '\0', \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c374 sep = start + strcspn(start, " ,");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DmissFuncs.c253 size_t strcspn (const char *s, const char *reject) function
H A Dsysincludes.h424 size_t strcspn(const char *s, const char *reject);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_early.c196 length = min(strcspn(options, " "), sizeof(device->options));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddpid.c129 txt[strcspn(txt, "\r\n")] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_32.c36 (int)strcspn(init_utsname()->version, " "),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly_printk.c140 s += strcspn(s, ",");
H A Dpci-dma.c244 p += strcspn(p, ",");
H A Ddumpstack.c211 (int)strcspn(init_utsname()->version, " "),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddpid.c129 txt[strcspn(txt, "\r\n")] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dtime.c195 int n = strcspn(fmt, "%\\");
H A Dless.c476 n = strcspn(str, controls);
535 n = strcspn(str, controls);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dconfdata.c293 l = strcspn(str, "\"\\");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstring.in.h402 /* strcspn() assumes the second argument is a list of single-byte characters.
406 # undef strcspn macro
407 /* Assume strcspn is always declared. */
408 _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings "
793 Unlike strcspn(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davstring.c201 s += strcspn(s, delim);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c211 if ((pos = strcspn(p, "\t ")) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dfiles.c219 line = token + strcspn(token, " \t=");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dprocess.c242 (int)strcspn(init_utsname()->version, " "),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dfiles.c198 line = token + strcspn(token, " \t=");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dmain.c183 ln[strcspn(ln, "\r\n#")] = 0;
189 p[strcspn(p, "\t ")] = 0;
202 k = strcspn(p, "\t ");

Completed in 337 milliseconds

1234567