Searched refs:strcspn (Results 26 - 50 of 174) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h175 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
212 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
230 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
256 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h175 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
212 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
230 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
256 # define sw_strcspn(ARG1, ARG2) strcspn(ARG1, ARG2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daqtitledec.c71 line[strcspn(line, "\r\n")] = 0;
H A Dassenc.c75 p = pkt->data + strcspn(pkt->data, ",") + 1; // skip ReadOrder
H A Dmpl2dec.c97 line[strcspn(line, "\r\n")] = 0;
H A Dmpsubdec.c74 line[strcspn(line, "\r\n")] = 0;
H A Dsubviewer1dec.c74 line[strcspn(line, "\r\n")] = 0;
H A Dvplayerdec.c78 line[strcspn(line, "\r\n")] = 0;
H A Dconcat.c87 len = strcspn(uri, AV_CAT_SEPARATOR);
H A Dmicrodvddec.c104 line[strcspn(line, "\r\n")] = 0;
H A Dsubviewerdec.c95 line[strcspn(line, "\r\n")] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dquery.c132 if ((len = strcspn(field = input, "<>!=~")) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoenet.c58 q = p + strcspn(p, WHITESPACE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstring.h96 extern __kernel_size_t strcspn(const char *,const char *);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmstdlib.h98 extern size_t BCMROMFN(strcspn)(const char *s1, const char *s2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dass.c109 dlen = strcspn(dialog, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_ar.c106 typed->name[strcspn(typed->name, " /")] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosNvramConfig.h370 word[strcspn(word, " ")] = '\0', \
376 word[strcspn(word, " ")] = '\0', \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c198 tmp_int = strcspn(&version1[len1], "0123456789");
201 tmp_int = strcspn(&version2[len2], "0123456789");
447 version[strcspn(version, " )")] = '\0';
453 field2[strcspn(field2, " (")] = '\0';
652 status_string += strcspn(status_string, " ");
656 len = strcspn(status_string, " \n");
741 status_line = xstrndup(status_line, strcspn(status_line, "\n"));
793 package_name = xstrndup(tmp_string, strcspn(tmp_string, "\n"));
800 status_from_file = xstrndup(tmp_string, strcspn(tmp_string, "\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass.c110 dlen = strcspn(dialog, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dconcat.c87 len = strcspn(uri, AV_CAT_SEPARATOR);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnameif.c104 name_length = strcspn(line_ptr, " \t");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dstring.c442 * strcspn - Calculate the length of the initial substring of @s which does not contain letters in @reject
446 size_t strcspn(const char *s, const char *reject) function
461 EXPORT_SYMBOL(strcspn); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Drd_stats.c225 pos = strcspn(line + 5, " ") + 5;
230 pos += strcspn(line + pos + 1, " ") + 1;
701 pos = strcspn(line, ":");
749 pos = strcspn(line, ":");
1911 pos += strcspn(line + pos + 1, " ") + 1;
2199 p = strcspn(line, ":");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_sendcmd.c105 *buf += strcspn(*buf, "\n");
129 int len = strcspn(*buf, "|+]");

Completed in 308 milliseconds

1234567