Searched refs:pathbuf (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95io.c | 767 char pathbuf[MAX_PATH + 1]; local 804 len = GetFullPathName(fn, sizeof(pathbuf), pathbuf, 810 if (len > sizeof(pathbuf)) { 814 if (IsRootDirectory(pathbuf, sizeof(pathbuf))) { 824 if (!_PR_IS_SLASH(pathbuf[len - 1])) { 828 pathbuf[len - 1] = '\0'; 829 hFindFile = FindFirstFile(pathbuf, &findFileData); 1412 PRUnichar pathbuf[MAX_PAT local [all...] |
H A D | ntio.c | 3020 char pathbuf[MAX_PATH + 1]; local 3057 len = GetFullPathName(fn, sizeof(pathbuf), pathbuf, 3063 if (len > sizeof(pathbuf)) { 3067 if (IsRootDirectory(pathbuf, sizeof(pathbuf))) { 3077 if (!_PR_IS_SLASH(pathbuf[len - 1])) { 3081 pathbuf[len - 1] = '\0'; 3082 hFindFile = FindFirstFile(pathbuf, &findFileData);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/ |
H A D | glob.c | 558 Char pathbuf[MAXPATHLEN+1]; local 570 return glob2(pathbuf, pathbuf, 571 pathbuf + (sizeof(pathbuf) / sizeof(*pathbuf)) - 1, pattern, 581 glob2(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, glob_t *pglob, argument 590 _DIAGASSERT(pathbuf != NULL); 602 if (g_lstat(pathbuf, &sb, pglob)) 616 (g_stat(pathbuf, 673 glob3(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, Char *restpattern, glob_t *pglob, size_t *limit) argument [all...] |
Completed in 233 milliseconds