Searched refs:templist (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c882 static char *templist = NULL; /* a working copy of the list */ local
883 char *ptr; /* next number in *templist */
900 if ( templist != NULL ) /* free the space used by the last list */
901 free(templist);
913 templist = savestring(list);
915 ptr = strtok(templist, ",/ \t\n");
944 static char *templist = NULL; /* a working copy of the color list */ local
945 char *ptr; /* next color in *templist */
957 if ( templist != NULL )
958 free(templist);
977 static char *templist = NULL; /* a working copy of the window list */ local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c253 char *templist; local
258 templist = strdup(roleptr);
259 temprole = strtok(templist, ",");
264 roleptr += temprole - templist;
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c1698 NODE *formlist, *actlist, *templist, *temptail; local
1700 templist = temptail = NNULL;
1705 * (on templist) containing temps for the values
1759 * Build the templist
1761 if (templist != NNULL) {
1765 templist = temptail = temp;
1776 while (templist != NNULL) {
1777 temp = templist;
1778 templist = temp->n_next;

Completed in 106 milliseconds