Searched defs:fullname (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csopendi.c | 159 char *fullname = NULL; local 285 * connection failed. The connect routine will set fullname to point to the 289 if ((agent->fd = DPSCAPConnect(display_name, &fullname, &idisplay, 406 agent->display_name = fullname;
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | resource.c | 405 char fullname[BUFSIZ]; local 410 snprintf(fullname, BUFSIZ, "%s.%s", parentname, name); 412 if (XrmGetResource(database, fullname, fullclass, &type, &value)) {
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolextension.c | 1777 char *fullname; local 1785 fullname = tsol_authdes_decode(data, data_length); 1786 if (fullname == NULL) { 1789 if (netname2user(fullname,
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSB.c | 608 String name, String family, String fullname, String weight, 630 /* Copy the fullname into buf, enforcing one space between words. 638 src = fullname; 693 if (strncmp(fullname, "pt ", 3) == 0) { 700 /* From here on fullname should not be used */ 1010 String name, String family, String fullname, String weight, 1044 family, fullname, 1052 if (fullname[0] == '\0') { 1054 strcpy(fullname, name); 1055 } else strcpy(family, fullname); 607 MungeFontNames( String name, String family, String fullname, String weight, String *familyReturn, String *fullnameReturn, String *faceReturn) argument 1007 AddFontRecord( FontSelectionBoxWidget fsb, int serverNum, String name, String family, String fullname, String weight, Boolean resident) argument 1207 AddFamily( FontSelectionBoxWidget fsb, char *family, char *fonts, char *weight, char *fullname, char *name) argument 1250 char name[256], family[256], fullname[256], weight[256]; local [all...] |
Completed in 28 milliseconds