Searched refs:getlist (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c62 return (realnode(exp(exprreal(na==0 ? field0 : getlist(&np)))));
77 return (intnode(exprint(na==0 ? field0 : getlist(&np))));
92 return (realnode(log(exprreal(na==0 ? field0 : getlist(&np)))));
107 return (realnode(sqrt(exprreal(na==0 ? field0 : getlist(&np)))));
119 return (realnode(sin(exprreal(getlist(&np)))));
131 return (realnode(cos(exprreal(getlist(&np)))));
145 y = (double)exprreal(getlist(&np));
146 x = (double)exprreal(getlist(&np));
166 seed = (uint)exprint(getlist(&np));
230 rp = getregexp(getlist(
[all...]
H A Dawk3.c1710 while ((formal = getlist(&formlist)) != NNULL) {
1716 actual = getlist(&actlist);
1779 formal = getlist(&formlist);
1806 while ((formal = getlist(&formlist)) != NNULL) {
1835 getlist(NODE **npp) function
1911 initnp = getlist(&listp);
1912 testnp = getlist(&listp);
1913 incnp = getlist(&listp);
2156 while ((index = getlist(&np)) != NNULL) {
H A Dawk2.c504 while ((np = getlist(&listp)) != NNULL) {
701 fnp = getlist(&np);
882 if ((np = getlist(npp)) == NNULL)
H A Dawk.h320 NODE *getlist(NODE **npp);
H A Dawk1.c366 while ((formal = getlist(&np)) != NNULL)
/illumos-gate/usr/src/ucbcmd/whereis/
H A Dwhereis.c120 void getlist(int *, char ***, char ***, int *);
156 getlist(&argc, &argv, &Sflag, &Scnt);
160 getlist(&argc, &argv, &Bflag, &Bcnt);
164 getlist(&argc, &argv, &Mflag, &Mcnt);
198 getlist(int *argcp, char ***argvp, char ***flagp, int *cntp) function
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c116 pf->printers = getlist(DFLT(FL_PRTRS), LP_WS, LP_SEP);
118 list = getlist(DFLT(FL_PTYPS), LP_WS, LP_SEP);
122 list = getlist(DFLT(FL_ITYPS), LP_WS, LP_SEP);
126 list = getlist(DFLT(FL_OTYPS), LP_WS, LP_SEP);
137 /* quote reason #3 (in "getlist()") */
138 list = getlist(filt[FL_TMPS], "", LP_SEP);
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c144 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP);
145 prp->input_types = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
147 prp->modules = getlist(NAME_DEFAULT, LP_WS, LP_SEP);
185 if ((pp = getlist(p, LP_WS, ":"))) {
230 *ppp = getlist(p, LP_WS, LP_SEP);
344 prp->printer_types = getlist(NAME_UNKNOWN, LP_WS, LP_SEP);
H A Dputprinter.c402 printer_types = getlist(
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dgetlist.c46 ** getlist() - CONSTRUCT LIST FROM STRING
56 getlist ( function
62 getlist (str, ws, hardsep)
102 * Copy the input string because getlist() sometimes writes to it.
H A Dllib-llp83 char ** getlist ( char * , char * , char * );
H A DMakefile49 getlist.o \
/illumos-gate/usr/src/cmd/ypcmd/
H A DMakefile73 YPBINDOBJ= yp_b_svc.o yp_b_subr.o rpc_bootstrap.o getlist.o
78 COMMONOBJ= getlist.o yp_getalias.o
279 $(LINT.c) makedbm.c getlist.c yp_getalias.c
280 $(LINT.c) ypalias.c getlist.c yp_getalias.c
281 $(LINT.c) yp_b_svc.c yp_b_subr.c rpc_bootstrap.c getlist.c -lnsl
282 $(LINT.c) ypxfr.c ypxfrd_client.c ypxfrd_xdr.c getlist.c yp_getalias.c \
284 $(LINT.c) yppush.c getlist.c yp_getalias.c -lnsl
295 ypserv_net_secure.c getlist.c yp_getalias.c \
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c343 flbuf.printer_types = getlist(p, LP_WS, LP_SEP);
346 flbuf.input_types = getlist(p, LP_WS, LP_SEP);
349 flbuf.output_types = getlist(p, LP_WS, LP_SEP);
352 flbuf.printers = getlist(p, LP_WS, LP_SEP);
358 temp = getlist(p, "", LP_SEP);
362 flbuf.templates = getlist(p, "", LP_SEP);
H A Dlpusers.c170 users = getlist(userlist, " \t", ",");
H A Dlpforms.c547 if (!(u_allow = getlist(cp, LP_WS, LP_SEP)))
555 if (!(u_deny = getlist(cp, LP_WS, LP_SEP)))
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c355 if (!(H = getlist(optarg, LP_WS, LP_SEP))) {
380 else if (!(I = getlist(optarg, LP_WS, LP_SEP))) {
462 if (!(S = getlist(optarg, LP_WS, LP_SEP))) {
513 if (!(T = getlist(optarg, LP_WS, LP_SEP))) {
H A Dchkopts.c616 p_remove = getlist(P, LP_WS, LP_SEP);
619 p_add = getlist(P, LP_WS, LP_SEP);
656 if ((pf = f_allow = getlist(str, LP_WS, LP_SEP)) != NULL) {
674 if ((pf = f_deny = getlist(str, LP_WS, LP_SEP)) != NULL) {
711 if (!(u_allow = getlist(str, LP_WS, LP_SEP)))
715 if (!(u_deny = getlist(str, LP_WS, LP_SEP)))
1035 I = getlist(NAME_SIMPLE, LP_WS, LP_SEP);
H A Ddo_printer.c91 if (allow_form_printer(getlist(NAME_NONE, "", ","), p) == -1) {
113 if (add_paper_to_printer(getlist(NAME_NONE, "", ","),p) == -1) {
135 if (allow_user_printer(getlist(NAME_ALL, "", ","), p) == -1) {
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c270 modules = getlist(DEFMODULES, LP_WS, LP_SEP);
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h419 char ** getlist ( char * , char * , char * );
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c88 FTSENT* stack; /* getlist() stack */ \
372 getlist(register FTSENT** top, register FTSENT** bot, register FTSENT* root) function
686 getlist(&top, &bot, root);
1105 getlist(&fts->top, &fts->bot, fts->root);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c683 char **list = getlist(name, LP_WS, LP_SEP);

Completed in 288 milliseconds