Lines Matching refs:filename
155 const char *filename; /* Ptr to X server simple filename */
211 * Evaluate the simple filename
213 filename = strrchr(pathname, '/');
214 if (filename == NULL) {
215 filename = pathname;
217 filename += 1;
219 if (strcmp(filename, "Xsun") == 0) {
222 if (strcmp(filename, "Xorg") == 0) {
419 char *filename; /* Simple filename (e.g. "fb") */
482 * Given the pathname or simple filename of a real or default frame
521 (strcmp(device_name, default_dev->filename) == 0)) {
527 * Try to convert a real device filename to a full pathname
981 size_t file_len; /* Length of simple filename */
1139 * Find the simple filename of the config prog
1266 size_t file_len; /* Length of simple filename */