Home
last modified time | relevance | path

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

/src/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()
/src/lib/libc/rpc/
H A Dgetnetconfig.c523 char *lasts; in parse_ncp() local
529 if ((ncp->nc_netid = strtok_r(stringp, "\t ", &lasts)) == NULL) { in parse_ncp()
534 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
549 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
568 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
572 if ((ncp->nc_proto = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
576 if ((ncp->nc_device = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
579 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL) { in parse_ncp()
/src/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.c268 char *lasts; in main() local
271 tmpaddress = pcapint_strtok_r(optarg, RPCAP_HOSTLIST_SEP, &lasts); in main()
275 tmpport = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts); in main()
284 tmpaddress = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts); in main()
/src/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h83 int lasts; /* last sample value */ member
/src/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.txt2904 # that the effect lasts in testprogs/ and testprogs/fuzz/.
/src/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()
/src/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()
/src/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()
/src/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod175 to 100). If the count is zero, then it lasts forever. For example,
/src/contrib/tzcode/
H A Dzic.c496 static struct lookup const lasts[] = { variable
2510 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
3973 if (table == lasts && ciprefix("last", word) && word[4]) { in byword()
/src/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…
/src/contrib/tcpdump/
H A DCMakeLists.txt1248 # that the effect lasts in testprogs/ and testprogs/fuzz/.
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2272 /// char *strtok_r(char *s, const char *sep, char **lasts);
/src/contrib/unbound/doc/
H A Dunbound-control.rst292 This new setting lasts until the server is issued a reload (taken from
/src/crypto/heimdal/lib/hx509/
H A DChangeLog2708 * data: test certs that lasts 10 years