Searched refs:remoteFstypes (Results 1 – 1 of 1) sorted by relevance
69 static char **remoteFstypes = (char **)NULL; variable301 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()