Home
last modified time | relevance | path

Searched refs:fnam (Results 1 – 6 of 6) sorted by relevance

/openbsd/games/hack/
H A Dhack.pager.c364 page_file(char *fnam, boolean silent) in page_file() argument
370 int fd = open(fnam, O_RDONLY); in page_file()
373 if(!silent) pline("Cannot open %s.", fnam); in page_file()
384 if(!silent) printf("Cannot open %s as stdin.\n", fnam); in page_file()
397 if ((f = fopen (fnam, "r")) == (FILE *) 0) { in page_file()
399 home(); perror (fnam); flags.toplin = 1; in page_file()
400 pline ("Cannot open %s.", fnam); in page_file()
/openbsd/gnu/gcc/gcc/
H A Dvmsdbgout.c1443 char *fnam; in lookup_filename() local
1473 fnam = full_name (file_name); in lookup_filename()
1474 flen = strlen (fnam); in lookup_filename()
1482 fnam = (char *) ""; in lookup_filename()
1491 if (strcmp (fnam, fn) == 0) in lookup_filename()
1499 if (strcmp (fnam, fn) == 0) in lookup_filename()
1518 file_info_table[file_info_table_in_use].file_name = xstrdup (fnam); in lookup_filename()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvmsdbgout.c1462 char *fnam; local
1492 fnam = full_name (file_name);
1493 flen = strlen (fnam);
1501 fnam = (char *) "";
1510 if (strcmp (fnam, fn) == 0)
1518 if (strcmp (fnam, fn) == 0)
1538 file_info_table[file_info_table_in_use].file_name = xstrdup (fnam);
H A DChangeLog.62398 of null pointer to fnam.
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Delf32.em158 char *fnam, *fnam_alloc, *lib;
163 fnam_alloc = fnam = xstrdup(filename);
165 lib = gld${EMULATION_NAME}_split_lib_name(fnam, &maj, &min);
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Delf32.em173 char *fnam, *fnam_alloc, *lib;
178 fnam_alloc = fnam = xstrdup(filename);
180 lib = gld${EMULATION_NAME}_split_lib_name(fnam, &maj, &min);