Searched refs:lastpath (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacopen.c111 static char lastpath[NAME_MAX]; local
125 else if (strcmp(currpath,lastpath) == 0) return 0; /* ignore, file is already deleted */
130 strcpy(lastpath,currpath);
176 static char lastpath[NAME_MAX]; local
203 sstrcpy(lastpath,currpath);
228 if (strcmp(currpath,lastpath) == 0)
238 sstrcpy(lastpath,path);
264 sstrcpy(lastpath,currpath);

Completed in 41 milliseconds