Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Disdir.c69 static char **remoteFstypes = (char **)NULL; variable
301 if (strcmp(remoteFstypes[i], a_fstype) == 0) { in isFstypeRemote()
348 remoteFstypes = (char **)realloc(remoteFstypes, in _InitRemoteFstypes()
350 remoteFstypes[numRemoteFstypes++] = "nfs"; /* +1 */ in _InitRemoteFstypes()
351 remoteFstypes[numRemoteFstypes++] = "autofs"; /* +2 */ in _InitRemoteFstypes()
382 remoteFstypes = realloc(remoteFstypes, in _InitRemoteFstypes()
384 remoteFstypes[numRemoteFstypes++] = strdup(buf); in _InitRemoteFstypes()