reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2213 __kmp_str_buf_init(&stat_path); 2287 __kmp_str_buf_clear(&stat_path); 2288 __kmp_str_buf_cat(&stat_path, task_path.str, task_path.used); 2289 __kmp_str_buf_cat(&stat_path, "/", 1); 2290 stat_path_fixed_len = stat_path.used; 2302 stat_path.used = 2304 __kmp_str_buf_cat(&stat_path, task_entry->d_name, 2306 __kmp_str_buf_cat(&stat_path, "/stat", 5); 2310 stat_file = open(stat_path.str, O_RDONLY); 2388 __kmp_str_buf_free(&stat_path);