OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lasts
(Results
1 - 7
of
7
) 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/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/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/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/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 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026