Searched refs:path (Results 1 - 22 of 22) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_device.c69 if (stat(device->path, &stat_buf) != 0) {
71 strerror(errno), device->path);
76 device->path);
83 fd = open(device->path, O_RDWR);
86 strerror(errno), device->path);
95 strerror(errno), device->path);
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 */
H A Dfbc_dev.c100 const char *default_path, /* Default device symlink path */
101 char *device_path_buf, /* Ptr to device path buffer */
102 size_t device_path_buflen, /* Device path buffer length */
108 char respath_buf[MAXPATHLEN]; /* Symlink path buffer */
109 char symlink_buf[MAXPATHLEN]; /* Resolution path buffer */
154 ptr = &symlink_buf[0]; /* To overwrite the entire link path */
193 device->path = device_path_buf;
322 char *device_path_buf, /* Ptr to device path buffer */
323 size_t device_path_buflen, /* Device path buffer length */
338 device->path
[all...]
H A Dfbc_Device.c129 * See if this is a "Device" Option w/ a matching path
133 if (strcmp(option_ptr->opt_val, device->path)
166 device->path);
424 device->path,
H A Dfbconf_xorg.c157 char gfile_out_path[MAXPATHLEN]; /* Gamma table path */
283 fbvar.gfile_in_path = NULL; /* No input gamma file path */
284 fbvar.gfile_out_path = NULL; /* No output gamma file path */
296 * The fbc_get_properties() code path above is able to
557 device.path);
566 printf("\n--- EDID Data for %s ---\n\n", device.path);
579 device.path);
H A Dfbc_edit_config.c112 device->path);
/solaris-x11-s11/pkg/
H A Dgenerate_font_metadata.pl62 if ($man =~ m{path=(\S+)/fonts.dir}) {
88 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
109 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
131 my $fc_scan_format = q(--format=%{?fullname{%{[]fullname,fullnamelang{<transform file path="%{file}" -> add info.file.font.name:%{fullnamelang} "%{fullname|cescape}">\n}}}{%{[]family,style{<transform file path="%{file}" -> add info.file.font.name "%{family|cescape} %{style|cescape} %{pixelsize}">\n}}}});
/solaris-x11-s11/open-src/xserver/
H A DMakefile.inc68 --with-dri-driver-path=$(DRI_MODULES_DIR) \
69 --with-default-font-path='catalogue:$(X11_FONT_CATALOGUE)' \
/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...]
H A Dxf86Parser.h547 const char *path, const char *cmdline, const char *projroot);
569 int xf86pathIsAbsolute(const char *path);
570 int xf86pathIsSafe(const char *path);
/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/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);
H A Ddga_Xrequests.c1004 XDgaGetRetainedPath(dpy, win, path)
1007 char *path;
1013 strcpy((char *)path, (char *)DgaSharedRetainedPath);
1036 strcpy(path, (char *) rep.path);
/solaris-x11-s11/open-src/common/
H A Dpkg-manifest-generate.pl88 if ($action =~ m{ path=(\S+)}) {
269 if ($ps =~ m{ path=(\S+)}) {
277 # Drop file path from file actions, so we always use the path attribute
278 $ps =~ s{^file (\S+) (.* path=\1)}{file $2};
/solaris-x11-s11/open-src/app/xfs/
H A DMakefile31 # Version number (used in path names)
67 --with-default-font-path='catalogue:/etc/X11/fontpath.d' \
/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/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/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/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/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 49 milliseconds