Searched defs: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) {
317 * - The global array "(char **)remoteFstypes" is set to the
322 * contained in the "remoteFstypes" global array.
348 remoteFstypes = (char **)realloc(remoteFstypes,
350 remoteFstypes[numRemoteFstypes++] = "nfs"; /* +1 */
351 remoteFstypes[numRemoteFstypes++] = "autofs"; /* +2 */
382 remoteFstypes = realloc(remoteFstypes,
[all...]

Completed in 57 milliseconds