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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c383 char **opttbl1, **opttbl2; local
388 opttbl1 = opttbl2 = NULL;
406 if ((opttbl1 = memalign(sizeof (char *),
413 opttbl1[nopts1++] = ostart;
450 if (strcmp(opttbl1[i], opttbl2[j]) == 0) {
460 if (opttbl1 != NULL)
461 free(opttbl1);

Completed in 57 milliseconds