OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pAL
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/libopts/
stack.c
184
tArgList *
pAL
= *(void **)ppAL;
190
if (
pAL
== NULL) {
191
pAL
= (tArgList *)AGALOC(sizeof(*
pAL
), "new option arg stack");
192
if (
pAL
== NULL)
194
pAL
->useCt = 0;
195
pAL
->allocCt = MIN_ARG_ALLOC_CT;
196
*ppAL = VOIDP(
pAL
);
203
else if (
pAL
->useCt >=
pAL
->allocCt)
[
all
...]
putshell.c
312
tArgList *
pAL
= (tArgList *)pOD->optCookie;
313
char const ** ppz =
pAL
->apzArgs;
314
int ct =
pAL
->useCt;
320
pAL
->useCt - ct);
323
pAL
->useCt - ct);
save.c
696
tArgList *
pAL
= (tArgList *)od->optCookie;
697
int uct =
pAL
->useCt;
698
char const ** ppz =
pAL
->apzArgs;
Completed in 126 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026