Searched refs:dirpath (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | scan.c | 792 AddConfigDirFiles(const char *dirpath, struct dirent **list, int num) argument 813 snprintf(path, PATH_MAX + 1, "%s/%s", dirpath, 839 char *dirpath, *pathcopy; local in function:OpenConfigDir 850 dirpath = DoSubstitution(template, cmdline, projroot, 852 if (!dirpath) 855 free(dirpath); 856 dirpath = NULL; 861 num = scandir(dirpath, &list, ConfigFilter, alphasort); 862 found = AddConfigDirFiles(dirpath, list, num); 864 free(dirpath); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | scan.c | 764 AddConfigDirFiles(const char *dirpath, struct dirent **list, int num) argument 783 snprintf(path, PATH_MAX + 1, "%s/%s", dirpath, list[i]->d_name); 807 char *dirpath = NULL, *pathcopy; local in function:OpenConfigDir 818 dirpath = DoSubstitution(template, cmdline, projroot, 820 if (!dirpath) 823 free(dirpath); 824 dirpath = NULL; 829 num = scandir(dirpath, &list, ConfigFilter, alphasort); 834 found = AddConfigDirFiles(dirpath, list, num); 836 free(dirpath); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 383 FindModuleInSubdir(const char *dirpath, const char *module) argument 390 dir = opendir(dirpath); 397 snprintf(tmpBuf, PATH_MAX, "%s%s/", dirpath, direntry->d_name); 409 if (asprintf(&ret, "%s%s", dirpath, tmpBuf) == -1) 416 if (asprintf(&ret, "%s%s", dirpath, tmpBuf) == -1) 423 if (asprintf(&ret, "%s%s", dirpath, tmpBuf) == -1) 438 char *dirpath = NULL; local in function:FindModule 444 dirpath = (char *)dirname; 445 if (strlen(dirpath) > PATH_MAX) 453 if ((dirlen = strlen(dirpath) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/ |
| H A D | loadmod.c | 266 FindModuleInSubdir(const char *dirpath, const char *module) argument 273 dir = opendir(dirpath); 280 snprintf(tmpBuf, PATH_MAX, "%s%s/", dirpath, direntry->d_name); 296 if (asprintf(&ret, "%s%s", dirpath, tmpBuf) == -1) 307 if (asprintf(&ret, "%s%s", dirpath, tmpBuf) == -1) 318 if (asprintf(&ret, "%s%s", dirpath, tmpBuf) == -1)
|
Completed in 6 milliseconds