/freebsd/crypto/heimdal/lib/roken/ |
H A D | strtok_r.c | 43 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 D | getnetconfig.c | 560 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 D | fileconf.c | 500 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 D | rpcapd.c | 265 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 D | bsd_audioirig.h | 83 int lasts; /* last sample value */ member
|
/freebsd/contrib/libpcap/ |
H A D | sockutils.c | 1742 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 D | CMakeLists.txt | 2875 # that the effect lasts in testprogs/ and testprogs/fuzz/.
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibqueryerrors.c | 851 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 D | osm_subnet.c | 605 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 D | getaddrinfo.c | 1857 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 D | OPENSSL_malloc.pod | 147 to 100). If the count is zero, then it lasts forever. For example,
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 406 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 D | zstd.1.md | 438 …entire input is compressed/decompressed in-memory to measure speed. A run lasts at least 1 sec, so…
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 1196 # that the effect lasts in testprogs/ and testprogs/fuzz/.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 2272 /// char *strtok_r(char *s, const char *sep, char **lasts);
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ChangeLog | 2708 * data: test certs that lasts 10 years
|