Searched refs:formList (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dstatus.c459 char *formList = NULL; local
474 if (addstring(&formList,buf)) { /* allocation failed */
475 if (formList) {
476 Free(formList);
477 formList = NULL;
483 return(formList);
515 parseFormList(char *formList, short *num) argument
524 ptr = strchr(formList,*LP_SEP);
529 if ((numForms == 0) && (*formList))
534 endPtr = strchr(formList,*LP_SE
[all...]
H A Ddisp2.c308 char *formList = NULL; local
311 formList = showForms(pps);
314 (formList ? formList : ""),
320 if (formList)
321 Free(formList);

Completed in 46 milliseconds