Searched refs:strcspn (Results 1 - 25 of 174) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrcspn.c24 #undef strcspn macro
29 strcspn (const char *s, const char *reject) function
H A Dstring.in.h220 /* strcspn() assumes the second argument is a list of single-byte characters.
224 # undef strcspn macro
225 # define strcspn(s,a) \ macro
226 (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
229 strcspn (s, a))
482 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/libavformat/
H A Dpjsdec.c43 size_t q1pos = strcspn(ptr, "\"");
44 size_t q2pos = q1pos + strcspn(ptr + q1pos + 1, "\"") + 1;
45 if (strcspn(ptr, "\r\n") > q2pos)
56 *line += strcspn(*line, "\"");
87 line[strcspn(line, "\r\n")] = 0;
93 p[strcspn(p, "\"")] = 0;
H A Dsubtitles.h113 int n = strcspn(ptr, "\r\n");
H A Dwebvttdec.c109 identifier_len = strcspn(p, "\r\n");
128 p += strcspn(p, "\n\t ");
132 settings_len = strcspn(p, "\r\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dquote.c29 size_t len = strcspn(src, "'!");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsrtdec.c38 ptr += strcspn(ptr, "\n") + 1;
65 buf += strcspn(buf, "\n") + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Ddomain-util.c43 s[strcspn(s, ".")] = 0;
76 p[strcspn(p, "\"")] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddomain-util.c43 s[strcspn(s, ".")] = 0;
76 p[strcspn(p, "\"")] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.h224 word[strcspn(word, " ")] = '\0', \
230 word[strcspn(word, " ")] = '\0', \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.c64 s[strcspn(s, "\r\n")] = 0;
163 size_t n, l = strcspn(t, ",");
H A Dstatic-hosts.c200 s[strcspn(s, "#\r\n")] = 0;
207 len = strcspn(s, " \t");
215 len = strcspn(s, " \t");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.c64 s[strcspn(s, "\r\n")] = 0;
163 size_t n, l = strcspn(t, ",");
H A Dstatic-hosts.c200 s[strcspn(s, "#\r\n")] = 0;
207 len = strcspn(s, " \t");
215 len = strcspn(s, " \t");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-po.c87 len = strcspn (charsetstr, " \t\n");
193 len = strcspn (charsetstr, " \t\n");
H A Dmsgl-charset.c79 len = strcspn (charsetstr, " \t\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcryptoloop.c60 cipher_len = strcspn(cmsp, "-");
66 mode_len = strcspn(mode, "-");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass_split.c224 len = strcspn(buf, ", \r\n");
247 len = strcspn(buf, last ? "\r\n" : ",\r\n");
259 len = strcspn(buf, ":\r\n");
267 convert_func[type](ptr, buf, strcspn(buf, "\r\n"));
272 buf += strcspn(buf, "\n");
288 buf += strcspn(buf, "\n");
296 buf += strcspn(buf, "\n");
443 len = strcspn(buf+1, "\\}") + 2; /* skip unknown code */
H A Dassenc.c94 ass_line[strcspn(ass_line, "\r\n")] = 0;
H A Dsrtdec.c32 if (av_parse_color(rgba, str, strcspn(str, "\" >"), avctx) < 0)
141 len = strcspn(param,
207 buf += strcspn(buf, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dleds.c39 int ret = -EINVAL, len = strcspn(buf, " ");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstring.in.h220 /* strcspn() assumes the second argument is a list of single-byte characters.
224 # undef strcspn macro
225 # define strcspn(s,a) \ macro
226 (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
229 strcspn (s, a))
482 Unlike strcspn(), 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.h220 /* strcspn() assumes the second argument is a list of single-byte characters.
224 # undef strcspn macro
225 # define strcspn(s,a) \ macro
226 (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
229 strcspn (s, a))
482 Unlike strcspn(), this function works correctly in multibyte locales. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsrtdec.c30 if (av_parse_color(rgba, str, strcspn(str, "\" >"), avctx) < 0)
134 len = strcspn(param,
197 buf += strcspn(buf, "\n") + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstring.in.h238 /* strcspn() assumes the second argument is a list of single-byte characters.
242 # undef strcspn macro
243 # define strcspn(s,a) \ macro
244 (GL_LINK_WARNING ("strcspn cannot work correctly on character strings " \
247 strcspn (s, a))
514 Unlike strcspn(), this function works correctly in multibyte locales. */

Completed in 297 milliseconds

1234567