Home
last modified time | relevance | path

Searched refs:other_ext_str (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dnames.c829 char ext_str[81], other_ext_str[81]; member
934 UtilStrCpyN(dirNamesInfo.other_ext_str, sizeof(dirNamesInfo.other_ext_str),
943 strcat(dirNamesInfo.other_ext_str, ";.obj");
946 strcat(dirNamesInfo.other_ext_str, ";.sym");
963 strcpy(dirNamesInfo.other_ext_str, ".GIF");
965 strcpy(dirNamesInfo.other_ext_str, ".PNG");
969 *dirNamesInfo.other_ext_str = '\0';
1721 char other_ext_str[MAXSTRING]; local
1724 *other_ext_str = '\0';
1735 sprintf(other_ext_str, ".%s", PIN_FILE_EXT);
[all …]
H A Dimport.c106 char *c_ptr, other_ext_str[MAXSTRING]; local
111 strcpy(other_ext_str, Spec);
112 for (c_ptr=strtok(other_ext_str,";"); c_ptr != NULL;