| /freebsd-12-stable/contrib/libevent/ |
| D | event_rpcgen.py | 93 def PrintIndented(filep, ident, code): argument 96 filep.write("%s%s\n" % (ident, entry)) 105 def PrintTags(self, filep): argument 107 filep.write("/* Tag definition for %s */\n" % self._name) 108 filep.write("enum %s_ {\n" % self._name.lower()) 110 filep.write(" %s=%d,\n" % (self.EntryTagName(entry), entry.Tag())) 111 filep.write(" %s_MAX_TAGS\n" % (self._name.upper())) 112 filep.write("};\n\n") 114 def PrintForwardDeclaration(self, filep): argument 115 filep.write("struct %s;\n" % self._name) [all …]
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | event_rpcgen.py | 93 def PrintIndented(filep, ident, code): argument 96 filep.write("%s%s\n" % (ident, entry)) 105 def PrintTags(self, filep): argument 107 filep.write("/* Tag definition for %s */\n" % self._name) 108 filep.write("enum %s_ {\n" % self._name.lower()) 110 filep.write(" %s=%d,\n" % (self.EntryTagName(entry), entry.Tag())) 111 filep.write(" %s_MAX_TAGS\n" % (self._name.upper())) 112 filep.write("};\n\n") 114 def PrintForwardDeclaration(self, filep): argument 115 filep.write("struct %s;\n" % self._name) [all …]
|
| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | lib_screen.c | 47 NCURSES_SP_NAME(getwin) (NCURSES_SP_DCLx FILE *filep) in NCURSES_EXPORT() 52 T((T_CALLED("getwin(%p)"), (void *) filep)); in NCURSES_EXPORT() 54 if (filep == 0) { in NCURSES_EXPORT() 57 clearerr(filep); in NCURSES_EXPORT() 58 if (fread(&tmp, (size_t) 1, sizeof(WINDOW), filep) < sizeof(WINDOW) in NCURSES_EXPORT() 59 || ferror(filep) in NCURSES_EXPORT() 115 clearerr(filep); in NCURSES_EXPORT() 116 if (fread(nwin->_line[n].text, (size_t) 1, linesize, filep) < linesize in NCURSES_EXPORT() 117 || ferror(filep)) { in NCURSES_EXPORT() 129 getwin(FILE *filep) in getwin() argument [all …]
|
| /freebsd-12-stable/contrib/hyperv/tools/ |
| D | hv_kvp_daemon.c | 195 FILE *filep; in kvp_update_file() local 200 filep = fopen(kvp_pools[pool].fname, "w"); in kvp_update_file() 201 if (!filep) { in kvp_update_file() 209 kvp_pools[pool].num_records, filep); in kvp_update_file() 211 if (ferror(filep) || fclose(filep)) { in kvp_update_file() 227 FILE *filep; in kvp_update_mem_state() local 236 filep = fopen(kvp_pools[pool].fname, "r"); in kvp_update_mem_state() 237 if (!filep) { in kvp_update_mem_state() 247 filep); in kvp_update_mem_state() 249 if (ferror(filep)) { in kvp_update_mem_state() [all …]
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | debug.h | 36 #define FPRINTLN(filep, fmt, arg...) \ argument 39 fprintf(filep, fmt "\r\n", ##arg); \ 41 fprintf(filep, fmt "\n", ##arg); \
|
| /freebsd-12-stable/usr.bin/sdiff/ |
| D | sdiff.c | 1106 struct fileline *filep; in printc() local 1108 filep = STAILQ_FIRST(&delqhead); in printc() 1109 enqueue(filep->line, '<', NULL); in printc() 1111 free(filep); in printc()
|
| /freebsd-12-stable/libexec/tftpd/ |
| D | tftpd.c | 699 validate_access(int peer, char **filep, int mode) in validate_access() argument 706 char *filename = *filep; in validate_access() 775 *filep = filename = pathname; in validate_access()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | tekhex.c | 898 void * filep, in tekhex_print_symbol() argument 902 FILE *file = (FILE *) filep; in tekhex_print_symbol()
|
| D | elf64-sparc.c | 734 elf64_sparc_print_symbol_all (bfd *abfd ATTRIBUTE_UNUSED, PTR filep, in elf64_sparc_print_symbol_all() argument 737 FILE *file = (FILE *) filep; in elf64_sparc_print_symbol_all()
|
| D | ecofflink.c | 351 bfd_boolean filep; member 420 && (*tail)->filep 440 n->filep = TRUE; 478 n->filep = FALSE; 1583 if (! l->filep) 2478 if (! l->filep)
|
| D | libcoff-in.h | 338 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
|
| D | libcoff.h | 342 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
|
| D | coffgen.c | 1864 void * filep, in coff_print_symbol() argument 1868 FILE * file = (FILE *) filep; in coff_print_symbol()
|
| D | ecoff.c | 1362 void * filep, in _bfd_ecoff_print_symbol() argument 1368 FILE *file = (FILE *)filep; in _bfd_ecoff_print_symbol()
|
| D | elf.c | 1383 void *filep, in bfd_elf_print_symbol() argument 1387 FILE *file = filep; in bfd_elf_print_symbol() 1410 name = (*bed->elf_backend_print_symbol_all) (abfd, filep, symbol); in bfd_elf_print_symbol()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | postreload-gcse.c | 433 dump_hash_table_entry (void **slot, void *filep) in dump_hash_table_entry() argument 436 FILE *file = (FILE *) filep; in dump_hash_table_entry()
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read_support_format_iso9660.c | 1755 struct file_info *file, *filep; in parse_file_info() local 1810 for (filep = parent; filep != NULL; filep = filep->parent) { in parse_file_info() 1811 if (filep->offset == offset) { in parse_file_info()
|
| D | archive_write_set_format_mtree.c | 1987 mtree_entry_tree_add(struct archive_write *a, struct mtree_entry **filep) in mtree_entry_tree_add() argument 2001 file = *filep; in mtree_entry_tree_add() 2173 *filep = np; in mtree_entry_tree_add()
|
| /freebsd-12-stable/contrib/gcclibs/libmudflap/ |
| D | mf-hooks2.c | 2072 WRAPPER2(struct mntent *, getmntent, FILE *filep) in WRAPPER2() argument 2077 MF_VALIDATE_EXTENT (filep, sizeof (*filep), __MF_CHECK_WRITE, in WRAPPER2() 2090 m = getmntent (filep); in WRAPPER2()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_witness.c | 2309 witness_save(struct lock_object *lock, const char **filep, int *linep) in witness_save() argument 2339 *filep = instance->li_file; in witness_save()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | llib-lncurses | 1888 FILE *filep) 1893 FILE *filep) 1899 FILE *filep)
|
| D | llib-lncursest | 1907 FILE *filep) 1912 FILE *filep) 1918 FILE *filep)
|
| D | llib-lncursesw | 2406 FILE *filep) 2411 FILE *filep) 2417 FILE *filep)
|
| D | llib-lncursestw | 2415 FILE *filep) 2420 FILE *filep) 2426 FILE *filep)
|