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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c242 int implied; local
279 * implied is true if there is no '/'
282 implied = (*w != '/') || (strstr(defaultopts, "fstype=smbfs") != NULL);
283 while (*w == '/' || implied) {
309 if (strcmp(w, "/") == 0 || implied)
317 * If implied, the word must be a mount filesystem,
318 * and its already read in; also turn off implied - its
323 if (implied) /* must be a mount filesystem */
324 implied = 0;

Completed in 108 milliseconds