Home
last modified time | relevance | path

Searched refs:fileptr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/mdocml/
H A Dmandoc_msg.c282 static FILE *fileptr = NULL; variable
291 fileptr = fp; in mandoc_msg_setoutfile()
345 if (fileptr == NULL) in mandoc_msg()
348 fprintf(fileptr, "%s:", getprogname()); in mandoc_msg()
350 fprintf(fileptr, " %s:", filename); in mandoc_msg()
353 fprintf(fileptr, "%d:%d:", line, col + 1); in mandoc_msg()
355 fprintf(fileptr, " %s", level_name[level]); in mandoc_msg()
360 fprintf(fileptr, ": "); in mandoc_msg()
362 vfprintf(fileptr, fmt, ap); in mandoc_msg()
365 fputc('\n', fileptr); in mandoc_msg()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dmkmodules.c692 const struct admin_file *fileptr; in mkmodules() local
735 for (fileptr = filelist; fileptr && fileptr->filename; fileptr++) { in mkmodules()
736 if (fileptr->errormsg == NULL) in mkmodules()
739 if (checkout_file (fileptr->filename, temp) == 0) in mkmodules()
740 rename_rcsfile (temp, fileptr->filename); in mkmodules()
1154 const struct admin_file *fileptr; in init() local
1195 for (fileptr = filelist; fileptr && fileptr->filename; ++fileptr) in init()
1197 if (fileptr->contents == NULL) in init()
1201 strcat (info, fileptr->filename); in init()
1218 for (p = fileptr->contents; *p != NULL; ++p) in init()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c218 Char **globbed, **fileptr, *ftest, *res; in dofiletest() local
229 while (*(fileptr = v++) != NULL) { in dofiletest()
230 res = filetest(ftest, &fileptr, TEXP_NOGLOB); in dofiletest()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c4276 void * fileptr) in display_debug_lines_decoded() argument
4345 load_debug_section_with_follow (line_str, fileptr); in display_debug_lines_decoded()