Home
last modified time | relevance | path

Searched refs:lastkey (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cvs-1.12/contrib/
H A Dclmerge.in57 $lastkey = '';
74 if ($lastkey ne '') {
77 $lastkey = '';
86 if ($lastkey ne '') {
89 $lastkey = '';
99 $lastkey = '';
111 $lastkey = $_;
123 if ($lastkey ne '') {
124 $conflist{$lastkey} = $lastval;
126 $lastkey = '';
[all …]
/dragonfly/lib/libc/gen/
H A Dgetusershell.c188 char *lastkey; in _nis_initshells() local
219 lastkey = key; in _nis_initshells()
220 r = yp_next(ypdomain, "shells", lastkey, keylen, in _nis_initshells()
222 free(lastkey); in _nis_initshells()
/dragonfly/lib/libc/rpc/
H A Dgetrpcent.c395 char *lastkey; in nis_rpcent() local
490 lastkey = st->current; in nis_rpcent()
496 free(lastkey); in nis_rpcent()
/dragonfly/lib/libc/net/
H A Dgetservent.c469 char *resultbuf, *lastkey; in nis_servent() local
580 lastkey = st->yp_key; in nis_servent()
584 free(lastkey); in nis_servent()