Searched defs:path (Results 1 - 9 of 9) sorted by relevance
| /solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
| H A D | fbc_dev.h | 42 const char *path; /* Full path (e.g. "/dev/fbs/efb0a") */ member in struct:__anon21 62 char *device_path_buf, /* Ptr to device path buffer */ 63 size_t device_path_buflen, /* Device path buffer length */ 70 char *device_path_buf, /* Ptr to device path buffer */ 71 size_t device_path_buflen, /* Device path buffer length */
|
| /solaris-x11-s12/open-src/app/fbconsole/sun-src/ |
| H A D | fbconsole.c | 225 char *path) 231 if (path == NULL) { 242 path = LogPath; 246 if ((strcmp(path,"-") == 0) || 247 (strcmp(path,"stderr") == 0)) { 250 tmpFd = open(path, O_WRONLY | O_CREAT | O_EXCL, 255 fprintf(stderr, "log file = \"%s\"\n", path); 260 "fbconsole: couldn't open console log file '%s'\n",path); 223 OpenLog( const char *dpyName, char *path) argument
|
| /solaris-x11-s12/open-src/lib/libXext/sun-src/src/ |
| H A D | XGrabWin.c | 282 char *path) 299 strcpy(path, rep.path); 279 XGetRetainedPath( Display *dpy, Window win, char *path) argument
|
| /solaris-x11-s12/open-src/lib/libdga/sun-src/ |
| H A D | rtn_grab.c | 583 * the path to the retained window information file. The shared 634 char path[256]; local 690 * question. Get the path from the server using the protocol 694 if (!XDgaGetRetainedPath(dpy, win, path)) { 702 * If the path is equal to "", then use the default directory 703 * path. 705 if (!(*path)) 706 (void) strcpy(path, "/tmp"); 707 else if (strlen(path) > RTN_MAXPATH) { 709 (void) fprintf(stderr, "_dga_rtn_map: path longe [all...] |
| H A D | dga_Xrequests.h | 116 * DGA shared retained path request structure 127 INT8 path[xDGARtndPathLength]; member in struct:__anon155
|
| H A D | pix_grab.c | 108 static char path[256]; local 128 * retained path */ 129 if (!XDgaGetRetainedPath(dpy, pix, path)) { 185 * -sharedretainedpath variable for file path if it is 192 if ((path) && (strlen(path) > 0)) 193 strcpy(c_fn, path);
|
| /solaris-x11-s12/open-src/proto/sun-ext-protos/include/ |
| H A D | dgast.h | 116 ** OWGX shared retained path reply structure 124 CARD8 path[200]; member in struct:__anon176
|
| /solaris-x11-s12/open-src/app/dsession/sun-src/ |
| H A D | dsession.c | 857 fprintf(stderr, "invalid device path: %s\n", device); 1559 " sub-command:\t\t(<dev> is path of display device)\n" 1662 char *path; local 1664 if (path = realpath(argv[2], NULL)) { 1665 strlcpy(device, path, PATH_MAX); 1666 free(path); 1669 fprintf(stderr, "invalid device path: %s\n", argv[2]);
|
| /solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
| H A D | scan.c | 125 static char *configPath; /* path to config file */ 132 extern char *__XOS2RedirRoot(char *path); 583 xf86pathIsAbsolute(const char *path) argument 585 if (path && path[0] == '/') 588 if (path && (path[0] == '\\' || (path[1] == ':'))) 594 /* A path is "safe" if it is relative and if it contains no ".." elements. */ 596 xf86pathIsSafe(const char *path) argument 870 xf86openConfigFileIn( const char *path, const char *cmdline, const char *projroot) argument 966 xf86openConfigFile(const char *path, const char *cmdline, const char *projroot) argument [all...] |
Completed in 74 milliseconds