Searched refs:names (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/ |
H A D | PSres.c | 105 ResourceName names; member in struct:_ResourceTypeStruct 107 int filled; /* Whether has all names or just already found names */ 420 dir->types[i].names = NULL; 557 if (strcmp(name, type->names[i].name) == 0) return 1; 626 char *names = namebuf; local 653 if (names != namebuf) FREE((char *) names); 674 if (names == namebuf) { 675 names 1370 char **names, **files; local 1496 char *names = namebuf; local [all...] |
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/ |
H A D | hotkey.c | 125 XkbComponentNamesRec names; 127 bzero(&names, sizeof(names)); 128 XkbInitKeyboardDeviceStruct(device, &names, &keySyms, modMap, NULL, NULL);
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsfriends.h | 122 /* Defines the 2 possible encodings for user names in the 425 /* Support for user names */ 427 extern void DPSMapNames(DPSContext ctxt, unsigned int nNames, char **names, 430 /* This routine assigns indices to the given user names. It is 432 'names' define an array of strings which are the user names. The 438 value in the names array as the previous valid string in 439 the name array. Effectively, if names[n] == NIL, DPSMapNames 440 will decrement n until names[] is non-NIL and use that string. 441 names[ [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSB.c | 933 char *names[]) 937 /* We expect to see axes names, each optionally preceded with a / and 943 names[i] = buf; 945 if (buf != names[i]) i++; 965 char **names, **data; local 970 &names, &data); 982 &names, &data); 996 &names, &data); 1038 /* We believe that names gotten from PS resource files have been 1368 char **names, **file local 930 ParseAxisNames( int axes, char *buf, char *names[]) argument 1813 char **names, **files; local 1852 char **names, **files; local [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsclient.c | 2285 /* Public procs for dealing with user names */ 2298 char **names, 2302 char *last = names[0]; 2316 char *n = names[i]; 2339 space has defined names */ 2295 DPSMapNames( DPSContext ctxt, unsigned int nNames, char **names, int **indices) argument
|
Completed in 33 milliseconds