HomeSort by: relevance | last modified time | path
    Searched defs:fileptr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/mdocml/dist/
mandoc_msg.c 282 static FILE *fileptr = NULL; variable
291 fileptr = fp;
345 if (fileptr == NULL)
348 fprintf(fileptr, "%s:", getprogname());
350 fprintf(fileptr, " %s:", filename);
353 fprintf(fileptr, "%d:%d:", line, col + 1);
355 fprintf(fileptr, " %s", level_name[level]);
357 fprintf(fileptr, ": %s", type_message[t]);
360 fprintf(fileptr, ": ");
362 vfprintf(fileptr, fmt, ap)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_file.c 45 struct fileptr { struct
51 config_fgets(char *str, size_t len, struct fileptr *ptr)
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,
192 parse_binding(struct fileptr *f, unsigned *lineno, char *p,
348 krb5_config_parse_debug (struct fileptr *f,
426 struct fileptr f;
1317 struct fileptr f;
  /src/external/gpl2/xcvs/dist/src/
mkmodules.c 788 const struct admin_file *fileptr; local
831 for (fileptr = filelist; fileptr && fileptr->filename; fileptr++) {
832 if (fileptr->errormsg == NULL)
835 if (checkout_file (fileptr->filename, temp) == 0)
836 rename_rcsfile (temp, fileptr->filename);
1252 const struct admin_file *fileptr;
1284 /* This is needed because we pass "fileptr->filename" not "info
1251 const struct admin_file *fileptr; local
    [all...]
  /src/sys/arch/x68k/stand/libdos/
dos.h 62 unsigned int fileptr; member in struct:dos_fcb::__anon2199

Completed in 26 milliseconds