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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacdir.c132 struct dirent *dirPtr; local
160 dirPtr = &dPtr->currEntry;
162 dirPtr->d_fileno = dPtr->ioFDirIndex++;
163 dirPtr->d_namlen = strlen(name);
164 strcpy(dirPtr->d_name, name);
165 dirPtr->d_reclen = sizeof(struct dirent) - sizeof(dirPtr->d_name) +
166 dirPtr->d_namlen;
168 return dirPtr;
H A Dpathname.c316 char *dirPtr = NULL; local
325 dirPtr = tmpPtr;
327 if (dirPtr)
328 *++dirPtr = '\0';
346 const char *dirPtr = NULL; local
355 dirPtr = tmpPtr;
359 if (dirPtr)
361 ++dirPtr; /* jump over the ':' */
368 return strcpy(FileName, dirPtr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dpathname.c316 char *dirPtr = NULL; local
325 dirPtr = tmpPtr;
327 if (dirPtr)
328 *++dirPtr = '\0';
346 const char *dirPtr = NULL; local
355 dirPtr = tmpPtr;
359 if (dirPtr)
361 ++dirPtr; /* jump over the ':' */
368 return strcpy(FileName, dirPtr);

Completed in 24 milliseconds