| /src/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()
|
| /src/lib/libc/rpc/ |
| H A D | getnetconfig.c | 523 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 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 | 268 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 D | bsd_audioirig.h | 83 int lasts; /* last sample value */ member
|
| /src/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 | 2904 # that the effect lasts in testprogs/ and testprogs/fuzz/.
|
| /src/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()
|
| /src/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()
|
| /src/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()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 175 to 100). If the count is zero, then it lasts forever. For example,
|
| /src/contrib/tzcode/ |
| H A D | zic.c | 496 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 D | zstd.1.md | 438 …entire input is compressed/decompressed in-memory to measure speed. A run lasts at least 1 sec, so…
|
| /src/contrib/tcpdump/ |
| H A D | CMakeLists.txt | 1248 # that the effect lasts in testprogs/ and testprogs/fuzz/.
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 2272 /// char *strtok_r(char *s, const char *sep, char **lasts);
|
| /src/contrib/unbound/doc/ |
| H A D | unbound-control.rst | 292 This new setting lasts until the server is issued a reload (taken from
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 2708 * data: test certs that lasts 10 years
|