Home
last modified time | relevance | path

Searched refs:strsep (Results 1 – 25 of 2688) sorted by relevance

12345678910>>...108

/dports/comms/direwolf/direwolf-1.6/src/
H A Ddwgpsnmea.c490 ptype = strsep(&next, ","); in dwgpsnmea_gprmc()
491 ptime = strsep(&next, ","); in dwgpsnmea_gprmc()
493 plat = strsep(&next, ","); in dwgpsnmea_gprmc()
494 pns = strsep(&next, ","); in dwgpsnmea_gprmc()
495 plon = strsep(&next, ","); in dwgpsnmea_gprmc()
496 pew = strsep(&next, ","); in dwgpsnmea_gprmc()
646 ptype = strsep(&next, ","); in dwgpsnmea_gpgga()
648 plat = strsep(&next, ","); in dwgpsnmea_gpgga()
649 pns = strsep(&next, ","); in dwgpsnmea_gpgga()
650 plon = strsep(&next, ","); in dwgpsnmea_gpgga()
[all …]
H A Dlog2gpx.c205 pchan = strsep(&next,"\t"); in read_csv()
206 putime = strsep(&next,"\t"); in read_csv()
208 psource = strsep(&next,"\t"); in read_csv()
209 pheard = strsep(&next,"\t"); in read_csv()
210 plevel = strsep(&next,"\t"); in read_csv()
211 perror = strsep(&next,"\t"); in read_csv()
212 pdti = strsep(&next,"\t"); in read_csv()
213 pname = strsep(&next,"\t"); in read_csv()
214 psymbol = strsep(&next,"\t"); in read_csv()
220 pfreq = strsep(&next,"\t"); in read_csv()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dstr_tester.c854 equal(strsep(&cp, ", "), "", 3); in test_strsep()
856 equal(strsep(&cp, ", "), "", 5); in test_strsep()
860 equal(strsep(&cp, ", "), "", 8); in test_strsep()
861 equal(strsep(&cp, ", "), "", 9); in test_strsep()
863 equal(strsep(&cp, ", "), "", 11); in test_strsep()
929 equal(strsep(&cp, ","), "", 59); in test_strsep()
932 equal(strsep(&cp, ","), "", 62); in test_strsep()
950 ptr = strsep(&cp, ":"); in test_strsep()
958 ptr = strsep(&cp, ":."); in test_strsep()
968 ptr = strsep(&cp, ","); in test_strsep()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dstr_tester.c854 equal(strsep(&cp, ", "), "", 3); in test_strsep()
856 equal(strsep(&cp, ", "), "", 5); in test_strsep()
860 equal(strsep(&cp, ", "), "", 8); in test_strsep()
861 equal(strsep(&cp, ", "), "", 9); in test_strsep()
863 equal(strsep(&cp, ", "), "", 11); in test_strsep()
929 equal(strsep(&cp, ","), "", 59); in test_strsep()
932 equal(strsep(&cp, ","), "", 62); in test_strsep()
950 ptr = strsep(&cp, ":"); in test_strsep()
958 ptr = strsep(&cp, ":."); in test_strsep()
968 ptr = strsep(&cp, ","); in test_strsep()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/playlist/
H A Ddvb.c181 char *name = strsep(&line, ":"); in ParseLine()
186 str = strsep(&line, ":"); in ParseLine()
194 str = strsep(&line, ":"); in ParseLine()
205 str = strsep(&line, ":"); in ParseLine()
210 str = strsep(&line, ":"); in ParseLine()
239 str = strsep(&line, ":"); in ParseLine()
270 str = strsep(&line, ":"); in ParseLine()
281 str = strsep(&line, ":"); in ParseLine()
312 strsep(&line, ":"); in ParseLine()
314 strsep(&line, ":"); in ParseLine()
[all …]
/dports/benchmarks/fio/fio-3.29/unittests/oslib/
H A Dstrsep.c21 p = strsep(&string, ""); in test_strsep_1()
25 p = strsep(&string, "ABC"); in test_strsep_1()
40 p = strsep(&string, ""); in test_strsep_2()
46 p = strsep(&string, "@"); in test_strsep_2()
62 p = strsep(&string, "ABC"); in test_strsep_3()
68 p = strsep(&string, "ABC"); in test_strsep_3()
74 p = strsep(&string, "ABC"); in test_strsep_3()
80 p = strsep(&string, "ABC"); in test_strsep_3()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dpw_scan.c155 if (!(pw->pw_name = strsep(&bp, ":"))) /* login */ in __pw_scan()
166 if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */ in __pw_scan()
169 if (!(p = strsep(&bp, ":"))) /* uid */ in __pw_scan()
184 if (!(p = strsep(&bp, ":"))) /* gid */ in __pw_scan()
199 pw->pw_class = strsep(&bp, ":"); /* class */ in __pw_scan()
200 if (!(p = strsep(&bp, ":"))) /* change */ in __pw_scan()
206 if (!(p = strsep(&bp, ":"))) /* expire */ in __pw_scan()
213 pw->pw_gecos = strsep(&bp, ":"); /* gecos */ in __pw_scan()
214 pw->pw_dir = strsep(&bp, ":"); /* directory */ in __pw_scan()
215 if (!(pw->pw_shell = strsep(&bp, ":"))) /* shell */ in __pw_scan()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.sbin/mtree/
H A Dgetid.c258 _gr_group.gr_name = strsep(&bp, ":\n"); in grmatchline()
261 _gr_group.gr_passwd = strsep(&bp, ":\n"); in grmatchline()
262 if (!(cp = strsep(&bp, ":\n"))) in grmatchline()
405 _pw_passwd.pw_name = strsep(&bp, ":\n"); /* name */ in pwmatchline()
409 _pw_passwd.pw_passwd = strsep(&bp, ":\n"); /* passwd */ in pwmatchline()
411 if (!(cp = strsep(&bp, ":\n"))) /* uid */ in pwmatchline()
420 if (!(cp = strsep(&bp, ":\n"))) /* gid */ in pwmatchline()
427 if (!(ep = strsep(&bp, ":"))) /* class */ in pwmatchline()
429 if (!(ep = strsep(&bp, ":"))) /* change */ in pwmatchline()
431 if (!(ep = strsep(&bp, ":"))) /* expire */ in pwmatchline()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dstrsep.texi1 @node strsep
2 @subsection @code{strsep}
3 @findex strsep
5 …l{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-strsep-3.html}
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strsep.3.html,,man strsep}.
20 Gnulib module: strsep
/dports/dns/mydns/mydns-1.1.0/src/util/
H A Dimport-tinydns.c175 if (!(a = strsep(&p, ".")) || !(b = strsep(&p, ".")) in find_arpa_zone()
176 || !(c = strsep(&p, ".")) || !(d = strsep(&p, "."))) in find_arpa_zone()
222 if ((d = strsep(&p, ".")) && (c = strsep(&p, ".")) in new_zone()
223 && (b = strsep(&p, ".")) && (a = strsep(&p, "."))) in new_zone()
286 if (!(ip = strsep(&l, ":"))) in tinydns_add_soa()
289 if ((x = strsep(&l, ":")) && (ttl = strsep(&l, ":")) && (timestamp = strsep(&l, ":")) in tinydns_add_soa()
330 if ((serial = strsep(&l, ":")) && (refresh = strsep(&l, ":")) && (retry = strsep(&l, ":")) in tinydns_add_soa()
331 && (expire = strsep(&l, ":")) && (minimum = strsep(&l, ":")) && (ttl = strsep(&l, ":")) in tinydns_add_soa()
332 && (timestamp = strsep(&l, ":")) && (lo = strsep(&l, ":"))) in tinydns_add_soa()
564 if (!(a = strsep(&p, ".")) || !(b = strsep(&p, ".")) in tinydns_equal()
[all …]
/dports/dns/mydns-ng/mydns-1.2.8.31/src/util/
H A Dimport-tinydns.c168 if (!(a = (uchar*)strsep((char**)&p, ".")) || !(b = (uchar*)strsep((char**)&p, ".")) in find_arpa_zone()
169 || !(c = (uchar*)strsep((char**)&p, ".")) || !(d = (uchar*)strsep((char**)&p, "."))) { in find_arpa_zone()
218 if ((d = (uchar*)strsep((char**)&p, ".")) && (c = (uchar*)strsep((char**)&p, ".")) in new_zone()
219 && (b = (uchar*)strsep((char**)&p, ".")) && (a = (uchar*)strsep((char**)&p, "."))) in new_zone()
277 …if ((x = (uchar*)strsep(&l, ":")) && (ttl = (uchar*)strsep(&l, ":")) && (timestamp = (uchar*)strse… in tinydns_add_soa()
278 && (lo = (uchar*)strsep(&l, ":"))) { in tinydns_add_soa()
313 …if ((serial = (uchar*)strsep((char**)&l, ":")) && (refresh = (uchar*)strsep((char**)&l, ":")) && (… in tinydns_add_soa()
314 …&& (expire = (uchar*)strsep((char**)&l, ":")) && (minimum = (uchar*)strsep((char**)&l, ":")) && (t… in tinydns_add_soa()
315 && (timestamp = (uchar*)strsep((char**)&l, ":")) && (lo = (uchar*)strsep((char**)&l, ":"))) { in tinydns_add_soa()
549 if (!(a = (uchar*)strsep((char**)&p, ".")) || !(b = (uchar*)strsep((char**)&p, ".")) in tinydns_equal()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dstrsep2 strsep() function: extract token from string.
5 lib/strsep.c
6 m4/strsep.m4
16 AC_LIBOBJ([strsep])
19 gl_STRING_MODULE_INDICATOR([strsep])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dstrsep2 strsep() function: extract token from string.
5 lib/strsep.c
6 m4/strsep.m4
16 AC_LIBOBJ([strsep])
19 gl_STRING_MODULE_INDICATOR([strsep])
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/src/
H A Dflow-import.c641 field = strsep(&inbufp, ","); in format2()
647 field = strsep(&inbufp, ","); in format2()
653 field = strsep(&inbufp, ","); in format2()
659 field = strsep(&inbufp, ","); in format2()
665 field = strsep(&inbufp, ","); in format2()
671 field = strsep(&inbufp, ","); in format2()
677 field = strsep(&inbufp, ","); in format2()
683 field = strsep(&inbufp, ","); in format2()
689 field = strsep(&inbufp, ","); in format2()
695 field = strsep(&inbufp, ","); in format2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/caspian/
H A Dfile_format.cc32 char* token = strsep(rest, "\n"); in ReadLoneInt()
70 char* rest_of_line = strsep(rest, "\n"); in ReadValuesFromLine()
87 char* rest_of_line = strsep(rest, "\n"); in ReadIntList()
215 char* line = strsep(&rest, "\n"); in ParseSizeInfo()
218 line = strsep(&rest, "\n"); in ParseSizeInfo()
242 char* line = strsep(&rest, "\n"); in ParseSizeInfo()
243 char* first = strsep(&line, "\t"); in ParseSizeInfo()
244 char* second = strsep(&line, "\t"); in ParseSizeInfo()
333 char* line = strsep(&rest, "\n"); in ParseSizeInfo()
339 first = strsep(&line, "\t"); in ParseSizeInfo()
[all …]
/dports/devel/idutils/idutils-4.6/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/databases/recutils/recutils-1.8/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/gl/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/gl/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/security/libprelude/libprelude-1.2.6/libmissing/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dstrsep.m41 # strsep.m4 serial 11
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/devel/cdecl/cdecl-cdecl-11.9/m4/
H A Dstrsep.m41 # strsep.m4 serial 11
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/math/pspp/pspp-1.4.1/gl/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.
/dports/textproc/datamash/datamash-1.7/m4/
H A Dstrsep.m41 # strsep.m4 serial 10
9 dnl Persuade glibc <string.h> to declare strsep().
12 dnl The strsep() declaration in lib/string.in.h uses 'restrict'.
16 AC_CHECK_FUNCS([strsep])
22 # Prerequisites of lib/strsep.c.

12345678910>>...108