Home
last modified time | relevance | path

Searched refs:lasts (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dstrtok_r.c43 strtok_r(char *s1, const char *s2, char **lasts) in strtok_r() argument
48 s1 = *lasts; in strtok_r()
58 *lasts = s1; in strtok_r()
/freebsd/lib/libc/rpc/
H A Dgetnetconfig.c560 char *lasts; in parse_ncp() local
566 if ((ncp->nc_netid = strtok_r(stringp, "\t ", &lasts)) == NULL) { in parse_ncp()
571 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
586 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
605 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
609 if ((ncp->nc_proto = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
613 if ((ncp->nc_device = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
616 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
/freebsd/contrib/libpcap/rpcapd/
H A Dfileconf.c500 char *lasts; in fileconf_save() local
510 token = pcapint_strtok_r(temphostlist, RPCAP_HOSTLIST_SEP, &lasts); in fileconf_save()
514 token = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts); in fileconf_save()
H A Drpcapd.c265 char *lasts; in main() local
268 tmpaddress = pcapint_strtok_r(optarg, RPCAP_HOSTLIST_SEP, &lasts); in main()
272 tmpport = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts); in main()
281 tmpaddress = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts); in main()
/freebsd/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h83 int lasts; /* last sample value */ member
/freebsd/contrib/libpcap/
H A Dsockutils.c1742 char *lasts; in sock_check_hostlist() local
1757 token = pcapint_strtok_r(temphostlist, sep, &lasts); in sock_check_hostlist()
1787 token = pcapint_strtok_r(NULL, sep, &lasts); in sock_check_hostlist()
1813 token = pcapint_strtok_r(NULL, sep, &lasts); in sock_check_hostlist()
H A DCMakeLists.txt2875 # that the effect lasts in testprogs/ and testprogs/fuzz/.
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c851 char *val, *lasts = NULL; in calculate_suppressed_fields() local
854 val = strtok_r(tmp, ",", &lasts); in calculate_suppressed_fields()
859 val = strtok_r(NULL, ",", &lasts); in calculate_suppressed_fields()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c605 char *lasts; in opts_parse_cc_cct() local
625 tok = strtok_r(new, ",", &lasts); in opts_parse_cc_cct()
639 tok = strtok_r(NULL, ",", &lasts); in opts_parse_cc_cct()
662 char *new, *lasts, *sl_str, *val_str; in parse_ca_cong_common() local
669 sl_str = strtok_r(new, " \t", &lasts); in parse_ca_cong_common()
670 val_str = strtok_r(NULL, " \t", &lasts); in parse_ca_cong_common()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c1857 struct addrinfo new_ai, *result, *sentinel, *lasts; in addrinfo_unmarshal_func() local
1867 lasts = NULL; in addrinfo_unmarshal_func()
1895 lasts = sentinel; in addrinfo_unmarshal_func()
1897 lasts->ai_next = sentinel; in addrinfo_unmarshal_func()
1898 lasts = sentinel; in addrinfo_unmarshal_func()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod147 to 100). If the count is zero, then it lasts forever. For example,
/freebsd/contrib/tzcode/
H A Dzic.c406 static struct lookup const lasts[] = { variable
2276 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
3729 if (table == lasts && ciprefix("last", word) && word[4]) { in byword()
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md438 …entire input is compressed/decompressed in-memory to measure speed. A run lasts at least 1 sec, so…
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt1196 # that the effect lasts in testprogs/ and testprogs/fuzz/.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2272 /// char *strtok_r(char *s, const char *sep, char **lasts);
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog2708 * data: test certs that lasts 10 years