HomeSort by: relevance | last modified time | path
    Searched refs:lasts (Results 1 - 22 of 22) sorted by relevancy

  /src/lib/libc/string/
strtok.c 47 static char *lasts; local
49 return strtok_r(s, delim, &lasts);
strtok_r.c 51 strtok_r(char *s, const char *delim, char **lasts)
59 _DIAGASSERT(lasts != NULL);
61 if (s == NULL && (s = *lasts) == NULL)
75 *lasts = NULL;
93 *lasts = s;
  /src/external/gpl3/binutils/dist/libiberty/
bcopy.c 26 const char *lasts = (const char *)src + (len-1); local
29 *lastd-- = *lasts--;
  /src/external/gpl3/binutils.old/dist/libiberty/
bcopy.c 26 const char *lasts = (const char *)src + (len-1); local
29 *lastd-- = *lasts--;
  /src/external/gpl3/gcc.old/dist/libgcc/
memmove.c 14 char *lasts = s + (len-1); local
17 *lastd-- = *lasts--;
  /src/external/gpl3/gcc.old/dist/libiberty/
bcopy.c 26 const char *lasts = (const char *)src + (len-1); local
29 *lastd-- = *lasts--;
  /src/external/bsd/openldap/dist/libraries/libldap/
charray.c 189 char *lasts; local
214 for ( s = ldap_utf8_strtok( str, brkstr, &lasts );
216 s = ldap_utf8_strtok( NULL, brkstr, &lasts ) )
  /src/lib/libc/rpc/
getnetconfig.c 529 char *lasts; local
538 if ((ncp->nc_netid = strtok_r(stringp, "\t ", &lasts)) == NULL)
542 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL)
556 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL)
573 if ((ncp->nc_protofmly = strtok_r(NULL, "\t ", &lasts)) == NULL)
576 if ((ncp->nc_proto = strtok_r(NULL, "\t ", &lasts)) == NULL)
579 if ((ncp->nc_device = strtok_r(NULL, "\t ", &lasts)) == NULL)
581 if ((tokenp = strtok_r(NULL, "\t ", &lasts)) == NULL)
  /src/external/gpl3/binutils/dist/gprofng/src/
checks.cc 41 char **lasts = &last; local
71 next = strtok_r (jargs, NTXT (" \t"), lasts);
75 next = strtok_r (NULL, NTXT (" \t"), lasts);
110 next = strtok_r (jargs, NTXT (" \t"), lasts);
114 next = strtok_r (NULL, NTXT (" \t"), lasts);
153 next = strtok_r (jargs, NTXT (" \t"), lasts);
157 next = strtok_r (NULL, NTXT (" \t"), lasts);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
checks.cc 41 char **lasts = &last; local
71 next = strtok_r (jargs, NTXT (" \t"), lasts);
75 next = strtok_r (NULL, NTXT (" \t"), lasts);
110 next = strtok_r (jargs, NTXT (" \t"), lasts);
114 next = strtok_r (NULL, NTXT (" \t"), lasts);
153 next = strtok_r (jargs, NTXT (" \t"), lasts);
157 next = strtok_r (NULL, NTXT (" \t"), lasts);
  /src/external/bsd/ntp/dist/kernel/sys/
bsd_audioirig.h 85 int lasts; /* last sample value */ member in struct:auib
  /src/external/bsd/libpcap/dist/rpcapd/
fileconf.c 500 char *lasts; local
510 token = pcapint_strtok_r(temphostlist, RPCAP_HOSTLIST_SEP, &lasts);
514 token = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts);
rpcapd.c 265 char *lasts; local
268 tmpaddress = pcapint_strtok_r(optarg, RPCAP_HOSTLIST_SEP, &lasts);
272 tmpport = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts);
281 tmpaddress = pcapint_strtok_r(NULL, RPCAP_HOSTLIST_SEP, &lasts);
  /src/usr.sbin/ifwatchd/
ifwatchd.c 439 char * name, *lasts; local
443 for (name = strtok_r(names, sep, &lasts);
445 name = strtok_r(NULL, sep, &lasts)) {
  /src/external/bsd/libpcap/dist/
sockutils.c 1742 char *lasts; local
1757 token = pcapint_strtok_r(temphostlist, sep, &lasts);
1787 token = pcapint_strtok_r(NULL, sep, &lasts);
1813 token = pcapint_strtok_r(NULL, sep, &lasts);
  /src/usr.bin/make/unit-tests/
varmod-sysv.mk 45 # When the modifier ':from=to' is parsed, it lasts until the closing brace
220 # lasts longer than expected. The whole expression initially has the value
varmod-indirect.mk 198 # interpretation only lasts until the end of the indirect modifier, it does
210 # interpretation only lasts until the end of the indirect modifier, it does
  /src/external/bsd/openldap/dist/servers/slapd/
ad.c 922 char *lasts; local
947 for ( s = ldap_pvt_strtok( str, brkstr, &lasts );
949 s = ldap_pvt_strtok( NULL, brkstr, &lasts ) )
config.c 2248 char *lasts; local
2273 for ( s = ldap_pvt_strtok( str, brkstr, &lasts );
2275 s = ldap_pvt_strtok( NULL, brkstr, &lasts ) )
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.h 637 corresponding to NODE is stored in LASTS. */
644 Idx alasts; /* Allocation size of LASTS. */
645 Idx nlasts; /* The number of LASTS. */
646 re_sub_match_last_t **lasts; member in struct:__anon7264
regexec.c 2711 sub_last = sub_top->lasts[sub_last_idx];
4172 re_sub_match_last_t *last = top->lasts[sl_idx];
4176 re_free (top->lasts);
4316 re_sub_match_last_t **new_array = re_x2realloc (subtop->lasts,
4321 subtop->lasts = new_array;
4327 subtop->lasts[subtop->nlasts] = new_entry;
  /src/lib/libc/time/
zic.c 514 static struct lookup const lasts[] = { variable
2524 if ((lp = byword(dp, lasts)) != NULL) {
3978 /* If TABLE is LASTS and the word starts with "last" followed
3981 if (table == lasts && ciprefix("last", word) && word[4]) {

Completed in 62 milliseconds