Searched defs:path (Results 1 - 11 of 11) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_dev.h42 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-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c225 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-s11/open-src/lib/libXext/sun-src/src/
H A DXGrabWin.c283 char *path)
300 strcpy(path, rep.path);
280 XGetRetainedPath( Display *dpy, Window win, char *path) argument
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Drtn_grab.c583 * 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 Ddga_Xrequests.h116 * DGA shared retained path request structure
127 INT8 path[xDGARtndPathLength]; member in struct:__anon449
H A Dpix_grab.c108 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-s11/open-src/proto/sun-ext-protos/include/
H A Ddgast.h116 ** OWGX shared retained path reply structure
124 CARD8 path[200]; member in struct:__anon472
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c857 fprintf(stderr, "invalid device path: %s\n", device);
1556 " sub-command:\t\t(<dev> is path of display device)\n"
1659 char *path; local
1661 if (path = realpath(argv[2], NULL)) {
1662 strlcpy(device, path, PATH_MAX);
1663 free(path);
1666 fprintf(stderr, "invalid device path: %s\n", argv[2]);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c125 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...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c936 char *path; local
947 if (len < MAXLEN) path = pathBuf;
948 else path = MALLOC(len+1);
951 dir = path;
962 if (*path == '\0') {
968 newTime = ReadFilesInDirectory(path, readFunc, data);
972 if (path != pathBuf) FREE(path);
981 char *path; local
993 if (len < MAXLEN) path
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c349 static char aw_cvrt_path(char *path, char **pathp);
892 * Get path ready for the audit trail by prepending the absolute root.
895 aw_cvrt_path(char *path, /* orig path */ argument
896 char **pathp) /* converted path */
904 if (path[0] == '/')
914 (void) strcat(cvrt_path, path);
1181 char *apath; /* anchored path */

Completed in 60 milliseconds