Searched refs:opendir (Results 1 – 25 of 120) sorted by relevance
12345
181 if (!($dir = @opendir(dirname(__FILE__) . '/geshi'))) {182 if (!($dir = @opendir(dirname(__FILE__) . '/../geshi'))) {
35 if ($handle = opendir($geshi->language_path)) {
201 DIR* proc = opendir("/proc"); in FindProcessHoldingSocket()224 DIR* fd = opendir(buf); in FindProcessHoldingSocket()258 DIR* task = opendir(buf); in FindThreadIDWithSyscall()
46 if ((pDir= opendir(checkAgainst)) != NULL) { in isFileModTimeLater()57 if ((subDirp = opendir(newpath)) != NULL) { in isFileModTimeLater()
19 DIR *dir = opendir("."); in main()
180 sys_dir = opendir(debugfs_path); in tracepoint_id_to_path()188 evt_dir = opendir(dir_path); in tracepoint_id_to_path()492 evt_dir = opendir(evt_path); in parse_multiple_tracepoint_event()919 sys_dir = opendir(debugfs_path); in print_tracepoint_events()930 evt_dir = opendir(dir_path); in print_tracepoint_events()963 sys_dir = opendir(debugfs_path); in is_valid_tracepoint()971 evt_dir = opendir(dir_path); in is_valid_tracepoint()
320 dir = opendir(sys); in copy_event_system()400 dir = opendir(path); in read_event_files()
36 if (!opendir(filename)) { in main()
130 if ((dir = opendir("/sys/block")) == NULL) in is_dm_leaf()139 if ((d_dir = opendir(path)) == NULL) in is_dm_leaf()307 if ((vg_list = opendir(VG_DIR)) == NULL) in lvm_probe_all()326 lv_list = opendir(vdirname); in lvm_probe_all()
140 extern DIR *opendir ();
55 dir = opendir (dir_name); in iterate_on_dir()
66 if (!(dir = opendir("/dev/oprofile/stats/"))) in opd_print_stats()
80 if (len > 0 && (size_t)len <= sizeof(fdpath) && (dirp = opendir(fdpath))) { in closefrom()
86 (*ctx)->dir = opendir(directory); in LP_find_file()
132 dir = opendir(cpath.data()); in listDirectory()
63 d = opendir("/proc"); in main()
52 d = opendir("/proc"); in collect_process_info()145 f = opendir(buf); in collect_process_info()
139 if (!(dir = opendir(base_dir))) in get_matching_pathnames()
110 d = opendir("/sys/class/net"); in getifaddrs()
101 s->dir = opendir(s->root); in _dirScannerInit()
206 if (!(dir = opendir("/proc"))) { in opd_get_ascii_procs()
51 m_folder_id = opendir(folder.c_str()); in MatrixMarketIterator()
154 DIR* dir = opendir(name.c_str()); in DeleteRecursively()
145 if ((d = opendir(info_dir)) == (DIR *)NULL) {
122 ProcDir = opendir("/proc"); in checkForOProfileProcEntry()