Searched refs:fileptr (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.bin/mandoc/ |
| H A D | mandoc_msg.c | 290 static FILE *fileptr = NULL; 299 fileptr = fp; in mandoc_msg_setoutfile() 353 if (fileptr == NULL) in mandoc_msg() 356 fprintf(fileptr, "%s:", getprogname()); in mandoc_msg() 358 fprintf(fileptr, " %s:", filename); in mandoc_msg() 361 fprintf(fileptr, "%d:%d:", line, col + 1); in mandoc_msg() 363 fprintf(fileptr, " %s", level_name[level]); in mandoc_msg() 365 fprintf(fileptr, ": %s", type_message[t]); in mandoc_msg() 368 fprintf(fileptr, ": "); in mandoc_msg() 370 vfprintf(fileptr, fm in mandoc_msg() 289 static FILE *fileptr = NULL; global() variable [all...] |
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | mkmodules.c | 395 const struct admin_file *fileptr; local 438 for (fileptr = filelist; fileptr && fileptr->filename; fileptr++) { 439 if (fileptr->errormsg == NULL) 442 if (checkout_file (fileptr->filename, temp) == 0) 443 rename_rcsfile (temp, fileptr->filename); 452 else if (fileptr->errormsg) 453 error (0, 0, fileptr->errormsg, fileptr->filename); 856 const struct admin_file *fileptr; local 898 for (fileptr = filelist; fileptr && fileptr->filename; ++fileptr) 900 if (fileptr->contents == NULL) [all …]
|