Lines Matching defs:pathname

156 	char		pathname[MAXPATHLEN]; /* X server pathname */
193 * Retrieve the Nul-terminated X server pathname string
202 (scf_value_get_astring(value, pathname, sizeof(pathname)) == -1)) {
213 filename = strrchr(pathname, '/');
215 filename = pathname;
285 "No configuration program pathname"));
340 * Given a /dev/fb or /dev/fbs/... pathname, make sure it's for a
361 const char *device_path, /* Device pathname */
418 char *pathname; /* Full pathname (e.g. "/dev/fb") */
432 * This function looks for a default device and returns the pathname
444 char **device_path) /* Returned default device pathname */
458 default_dev->pathname != NULL;
461 default_dev->pathname, NULL, &vis_ident, NULL);
463 *device_path = default_dev->pathname;
469 *device_path = default_dev->pathname;
482 * Given the pathname or simple filename of a real or default frame
483 * buffer device, return the fully qualified pathname.
489 * construct a fully qualified pathname from path components.
496 char *device_path_buf, /* Ptr to device pathname buffer */
503 * If there's no device name, return the most likely default pathname
508 device_name = default_device[0].pathname;
515 * Convert a default device name to a full pathname
518 default_dev->pathname != NULL;
520 if ((strcmp(device_name, default_dev->pathname) == 0) ||
522 return (default_dev->pathname);
527 * Try to convert a real device filename to a full pathname
541 * Return the full pathname or whatever
552 * device, construct the full pathname of the relevant configuration
553 * program. Return the program pathname and a sense of whether it
556 * The caller is responsible for freeing the returned pathname
653 * Construct the multi-device config program pathname
681 * Return the full pathname of the configuration program associated
682 * with this X server and fully qualified device pathname.
685 * returned, along with a NULL pathname pointer.
687 * The caller is responsible for freeing the returned pathname
694 const char *device_path, /* Device pathname */
738 * Return the pathname of the DCM Tool GUI script and an errno-style
739 * error code indicating whether the pathname is useable.
745 const char **gui_path) /* Returned GUI script pathname */
767 * indicating that the returned GUI pathname is useable. Then invoke
777 char *device_path) /* Device pathname */
779 char *config_prog_path; /* Device config program pathname */
781 const char *gui_path; /* DCM Tool GUI pathname (ignored) */
860 char stream_path[MAX_DEV_PATH_LEN]; /* Stream pathname */
880 * this pathname length to the buffer length. Oversized
1021 continue; /* Too long for a device pathname */
1058 char *config_prog_path; /* Device config program pathname */
1068 * Construct the full pathname for this potential device
1070 * Note that this pathname length was compared to the
1111 * Get the config program pathname for this device
1259 char *default_path; /* Default device pathname (dummy) */
1318 continue; /* Too long for a device pathname */
1322 * Construct the full pathname for the device
1367 const char *gui_path; /* DCM Tool GUI script pathname */
1393 * Get the pathname of the DCM Tool GUI script
1575 char *config_prog_path; /* Config program pathname */
1576 char *device_path; /* Device pathname */
1591 * * The config program pathname ( 1 pointer )
1607 * * The pathname of the child config program
1646 /* Look for -dev and save the full device pathname */
1666 * Get the fully qualified device pathname
1695 * function can't return a configuration program pathname.
1705 * Try to make sure the frame buffer device pathname is known
1772 n = 2; /* Index for config program pathname */
1774 n = 0; /* Index for config program pathname */