| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | resources.c | 55 char full_name [1024], full_class [1024]; local in function:get_string_resource 58 result = snprintf(full_name, sizeof(full_name), "%s.%s", 60 if (result == -1 || result >= sizeof(full_name)) { 72 if (XrmGetResource (db, full_name, full_class, &type, &value))
|
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | mkfontscale.c | 538 *spacing, *full_name, *tmp; local in function:makeXLFD 553 full_name = NULL; 573 if (!full_name) 574 full_name = getName(face, TT_NAME_ID_FULL_NAME); 575 if (!full_name) 576 full_name = getName(face, TT_NAME_ID_PS_NAME); 609 if (!family && t1info->full_name) 610 family = strdup(t1info->full_name); 614 if (!full_name && t1info->full_name) [all...] |
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | read.c | 187 char *full_name, *unique_name, *buf; local in function:readFile 190 full_name = sprintf_alloc("%s", family_name); 192 full_name = sprintf_alloc("%s %s", 200 full_name); 205 full_name, 210 full_name, 246 font->names[i].size = 2 * strlen(full_name); 247 font->names[i].value = makeUTF16(full_name);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_function.c | 218 char full_name[100]; local in function:dxil_alloc_func_with_rettype 219 snprintf(full_name, sizeof (full_name), "%s%s%s", name, 221 const struct dxil_func *func = dxil_add_function_decl(mod, full_name, func_type, attr);
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| H A D | cidtoken.h | 47 T1_FIELD_STRING( "FullName", full_name, 0 )
|
| H A D | cidobjs.c | 235 FT_FREE( info->full_name ); 382 char* full = info->full_name;
|
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1tokens.h | 28 T1_FIELD_STRING( "FullName", full_name,
|
| H A D | t1driver.c | 584 if ( type1->font_info.full_name ) 586 retval = ft_strlen( type1->font_info.full_name ) + 1; 588 ft_memcpy( value, (void *)( type1->font_info.full_name ), retval );
|
| H A D | t1objs.c | 235 FT_FREE( info->full_name ); 401 char* full = info->full_name;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | add_window.c | 271 tmp_win->full_name = strdup(tmp_win->name); 275 (!short_lookup LookInList(Scr->NoHighlight, tmp_win->full_name, 279 (!short_lookup LookInList(Scr->NoStackModeL, tmp_win->full_name, 283 (!short_lookup LookInList(Scr->NoTitleHighlight, tmp_win->full_name, 287 tmp_win->full_name, 293 !short_lookup LookInList(Scr->DontIconify, tmp_win->full_name, 300 short_lookup LookInList(Scr->IconifyByUn, tmp_win->full_name, 303 if (LookInList(Scr->WindowRingL, tmp_win->full_name, &tmp_win->xclass)) { 325 if (!LookInList(Scr->DontSqueezeTitleL, tmp_win->full_name, 328 LookInList(Scr->SqueezeTitleL, tmp_win->full_name, [all...] |
| H A D | iconmgr.c | 364 if (LookInList(Scr->IconMgrNoShow, tmp_win->full_name, &tmp_win->xclass)) 367 !LookInList(Scr->IconMgrShow, tmp_win->full_name, &tmp_win->xclass)) 369 if ((ip = (IconMgr *) LookInList(Scr->IconMgrs, tmp_win->full_name, 387 GetColorFromList(Scr->IconManagerFL, tmp_win->full_name, &tmp_win->xclass, 389 GetColorFromList(Scr->IconManagerBL, tmp_win->full_name, &tmp_win->xclass, 391 GetColorFromList(Scr->IconManagerHighlightL, tmp_win->full_name,
|
| H A D | icons.c | 340 icon_name = LookInNameList(Scr->IconNames, tmp_win->full_name); 342 icon_name = LookInList(Scr->IconNames, tmp_win->full_name, 404 icon_name = LookInNameList(Scr->IconNames, tmp_win->full_name); 406 icon_name = LookInList(Scr->IconNames, tmp_win->full_name,
|
| H A D | twm.h | 260 char *full_name; /* full name of the window */ member in struct:TwmWindow
|
| H A D | util.c | 821 twmMessage("Focusing on window \"%s\"", tmp_win->full_name); 825 Scr->Focus ? Scr->Focus->full_name : "(nil)");
|
| H A D | events.c | 688 if (tmp->name == tmp->full_name) 693 if (nukefull && tmp->full_name) 694 free(tmp->full_name); 777 Tmp_win->full_name = strdup(name ? name : NoName); 1233 * 1. full_name
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/registers/ |
| H A D | gen_header.py | 262 self.full_name = self.domain + "_" + self.array.name + "_" + self.name 264 self.full_name = self.domain + "_" + self.name 269 print("static inline uint32_t REG_%s(uint32_t i0) { return 0x%08x + 0x%x*i0; }" % (self.full_name, offset, self.array.stride)) 271 tab_to("#define REG_%s" % self.full_name, "0x%08x" % self.offset) 274 self.bitset.dump(self.full_name) 279 self.bitset.dump_pack_struct(self.full_name, not self.array == None, self.bit_size)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | varyings_test.cpp | 209 char *const full_name = interface_field_name(simple_interface); local in function:TEST_F 212 full_name);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | varyings_test.cpp | 209 char *const full_name = interface_field_name(simple_interface); local in function:TEST_F 212 full_name);
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cfftoken.h | 28 CFF_FIELD_STRING ( 2, full_name, "FullName" )
|
| H A D | cffdrivr.c | 488 font_info->full_name = cff_index_get_sid_string( cff, 489 dict->full_name );
|
| /xsrc/external/mit/xman/dist/ |
| H A D | man.c | 425 char full_name[BUFSIZ], *ptr; local in function:ReadCurrentSection 476 snprintf(full_name, sizeof(full_name), "%s/%s", path, name); 481 if ((ptr = strrchr(full_name, '.')) != NULL) { 503 local_manual->entries[nentries] = XtNewString(full_name);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | check_output.py | 500 full_name = test_name + '/' + test_variant variable 502 full_name = test_name 511 results[full_name] = parse_and_check_test(test_name, test_variant, test_source_file, code, current_result)
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | cfftypes.h | 189 FT_UInt full_name; member in struct:CFF_FontRecDictRec_
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| H A D | t1tables.h | 92 FT_String* full_name; member in struct:PS_FontInfoRec_
|
| /xsrc/external/mit/freetype/dist/src/type42/ |
| H A D | t42objs.c | 246 char* full = info->full_name; 427 FT_FREE( info->full_name );
|