Searched refs:fileptr (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mandoc_msg.c | 245 static FILE *fileptr = NULL; variable 254 fileptr = fp; in mandoc_msg_setoutfile() 308 if (fileptr == NULL) in mandoc_msg() 311 fprintf(fileptr, "%s:", getprogname()); in mandoc_msg() 313 fprintf(fileptr, " %s:", filename); in mandoc_msg() 316 fprintf(fileptr, "%d:%d:", line, col + 1); in mandoc_msg() 318 fprintf(fileptr, " %s", level_name[level]); in mandoc_msg() 320 fprintf(fileptr, ": %s", type_message[t]); in mandoc_msg() 323 fprintf(fileptr, ": "); in mandoc_msg() 325 vfprintf(fileptr, fmt, ap); in mandoc_msg() [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | mkmodules.c | 788 const struct admin_file *fileptr; in mkmodules() local 831 for (fileptr = filelist; fileptr && fileptr->filename; fileptr++) { in mkmodules() 832 if (fileptr->errormsg == NULL) in mkmodules() 835 if (checkout_file (fileptr->filename, temp) == 0) in mkmodules() 836 rename_rcsfile (temp, fileptr->filename); in mkmodules() 1251 const struct admin_file *fileptr; in init() local 1297 for (fileptr = filelist; fileptr && fileptr->filename; ++fileptr) in init() 1299 if (fileptr->contents == NULL) in init() 1303 strcat (info, fileptr->filename); in init() 1320 for (p = fileptr->contents; *p != NULL; ++p) in init() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | config_file.c | 45 struct fileptr { struct 51 config_fgets(char *str, size_t len, struct fileptr *ptr) in config_fgets() argument 79 static krb5_error_code parse_binding(struct fileptr *f, unsigned *lineno, char *p, 83 static krb5_error_code parse_list(struct fileptr *f, unsigned *lineno, 154 parse_list(struct fileptr *f, unsigned *lineno, krb5_config_binding **parent, in parse_list() 192 parse_binding(struct fileptr *f, unsigned *lineno, char *p, in parse_binding() 348 krb5_config_parse_debug (struct fileptr *f, in krb5_config_parse_debug() 426 struct fileptr f; in krb5_config_parse_file_multi() 1317 struct fileptr f; in krb5_config_parse_string_multi()
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | options.cpp | 64 ostream(FILE * fileptr) : fp(fileptr) {} in ostream() argument
|
/netbsd-src/sys/arch/x68k/stand/libdos/ |
H A D | dos.h | 62 unsigned int fileptr; member
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-2017 | 1610 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
|
H A D | dwarf.c | 4920 void * fileptr) in display_debug_lines_decoded() argument 4989 load_debug_section_with_follow (line_str, fileptr); in display_debug_lines_decoded()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | ChangeLog-2017 | 1610 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
|
H A D | dwarf.c | 5104 void * fileptr) in display_debug_lines_decoded() argument 5173 load_debug_section_with_follow (line_str, fileptr); in display_debug_lines_decoded()
|