Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dls.c286 FileInfoPtr diritemp; in LsL() local
328 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() local
432 diritemp = diritemv[i]; in Ls1()
433 if (diritemp == NULL) in Ls1()
445 diritemp->relname, in Ls1()
[all …]
H A Dreadln.c307 FileInfoPtr diritemp; in RemoteCompletionFunction() local
357 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()