Searched refs:full_path (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | cache_test.c | 137 char *full_path = NULL; local in function:check_directories_created 138 if (asprintf(&full_path, "%s%s", buf, ++cache_dir) != -1 ) { 140 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode)) 143 free(full_path);
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/cache/ |
| H A D | cache_test.c | 146 char *full_path = NULL; local in function:check_directories_created 147 if (asprintf(&full_path, "%s%s", buf, ++cache_dir) != -1 ) { 149 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode)) 152 free(full_path);
|
| /xsrc/external/mit/xman/dist/ |
| H A D | man.c | 365 char full_path[BUFSIZ]; local in function:AddNewSection 380 snprintf(full_path, sizeof(full_path), "%s/%s", path, file); 381 local_list->directory = XtNewString(full_path);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shaderapi.c | 3365 char *full_path, bool error_check) 3369 if (!valid_path_format(full_path, relative_path)) { 3372 "glNamedStringARB(invalid name %s)", full_path); 3378 char *path_str = strtok_r(full_path, "/", &save_ptr); 3388 "glNamedStringARB(invalid name %s)", full_path); 3362 validate_and_tokenise_sh_incl(struct gl_context * ctx,void * mem_ctx,struct sh_incl_path_entry ** path_list,char * full_path,bool error_check) argument
|
Completed in 11 milliseconds