Searched refs:diritemp (Results 1 – 2 of 2) sorted by relevance
286 FileInfoPtr diritemp; in LsL() local328 diritemp = diritemv[i]; in LsL()329 if (diritemp == NULL) in LsL()384 diritemp->plug in LsL()393 diritemp->relname, in LsL()404 diritemp->relname, in LsL()425 FileInfoPtr diritemp; in Ls1() local432 diritemp = diritemv[i]; in Ls1()433 if (diritemp == NULL) in Ls1()445 diritemp->relname, in Ls1()[all …]
307 FileInfoPtr diritemp; in RemoteCompletionFunction() local357 diritemp = diritemv[i]; in RemoteCompletionFunction()358 if (diritemp == NULL) in RemoteCompletionFunction()362 fType = (int) diritemp->type; in RemoteCompletionFunction()364 if (strncmp(textbasename, diritemp->relname, tbnlen) == 0) { in RemoteCompletionFunction()365 flen = strlen(diritemp->relname); in RemoteCompletionFunction()371 (void) memcpy(cp, diritemp->relname, mlen); in RemoteCompletionFunction()379 (void) strcpy(cp + textdirlen + 1, diritemp->relname); in RemoteCompletionFunction()