Home
last modified time | relevance | path

Searched refs:opttbl2 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/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);