Searched defs:opttbl2 (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;
430 if ((opttbl2 = memalign(sizeof (char *),
439 opttbl2[nopts2++] = ostart;
450 if (strcmp(opttbl1[i], opttbl2[j]) == 0) {
462 if (opttbl2 != NULL)
463 free(opttbl2);

Completed in 45 milliseconds