Searched defs:argpf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1665 struct per_file *argpf; local
1675 argpf = (struct per_file *)calloc(sizeof (*argpf), 1);
1676 if (argpf == NULL) {
1681 pstate.ps_cfile = argpf;
1682 pstate.ps_csvc = &argpf->pf_global;
1683 argpf->pf_global.sl_parse = &pstate;
1684 argpf->pf_name = "command line";
1687 argpf->pf_global.sl_entry.se_debug++;
1688 argpf
[all...]

Completed in 64 milliseconds