Searched refs:remoteFstypes (Results 1 – 1 of 1) sorted by relevance
68 static char **remoteFstypes = (char **)NULL; variable300 if (strcmp(remoteFstypes[i], a_fstype) == 0) { in isFstypeRemote()347 remoteFstypes = (char **)realloc(remoteFstypes, in _InitRemoteFstypes()349 remoteFstypes[numRemoteFstypes++] = "nfs"; /* +1 */ in _InitRemoteFstypes()350 remoteFstypes[numRemoteFstypes++] = "autofs"; /* +2 */ in _InitRemoteFstypes()351 remoteFstypes[numRemoteFstypes++] = "cachefs"; /* +3 */ in _InitRemoteFstypes()383 remoteFstypes = realloc(remoteFstypes, in _InitRemoteFstypes()385 remoteFstypes[numRemoteFstypes++] = strdup(buf); in _InitRemoteFstypes()