Searched refs:filep (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Ddebug.h36 #define FPRINTLN(filep, fmt, arg...) \
39 fprintf(filep, fmt "\r\n", ##arg); \
41 fprintf(filep, fmt "\n", ##arg); \
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_screen.c503 NCURSES_SP_NAME(getwin) (NCURSES_SP_DCLx FILE *filep) argument
508 T((T_CALLED("getwin(%p)"), (void *) filep));
510 if (filep == 0) {
518 if (read_block(&tmp, (size_t) 4, filep) < 0) {
526 if (read_win(&tmp, filep) < 0)
529 } else if (read_block(((char *) &tmp) + 4, sizeof(WINDOW) - 4, filep) < 0) {
596 if (read_block(nwin->_line[n].text, linesize, filep) < 0) {
613 if ((txt = read_txt(filep)) == 0) {
649 getwin(FILE *filep) argument
651 return NCURSES_SP_NAME(getwin) (CURRENT_SCREEN, filep);
795 putwin(WINDOW *win, FILE *filep) argument
[all...]
/freebsd-13-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c195 FILE *filep; local
200 filep = fopen(kvp_pools[pool].fname, "w");
201 if (!filep) {
209 kvp_pools[pool].num_records, filep);
211 if (ferror(filep) || fclose(filep)) {
227 FILE *filep; local
236 filep = fopen(kvp_pools[pool].fname, "r");
237 if (!filep) {
247 filep);
283 FILE *filep; local
[all...]
/freebsd-13-stable/usr.bin/sdiff/
H A Dsdiff.c1106 struct fileline *filep; local
1108 filep = STAILQ_FIRST(&delqhead);
1109 enqueue(filep->line, '<', NULL);
1111 free(filep);
/freebsd-13-stable/libexec/tftpd/
H A Dtftpd.c691 validate_access(int peer, char **filep, int mode) argument
698 char *filename = *filep;
767 *filep = filename = pathname;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c1755 struct file_info *file, *filep; local
1810 for (filep = parent; filep != NULL; filep = filep->parent) {
1811 if (filep->offset == offset) {
H A Darchive_write_set_format_mtree.c1987 mtree_entry_tree_add(struct archive_write *a, struct mtree_entry **filep) argument
2001 file = *filep;
2173 *filep = np;
/freebsd-13-stable/sys/kern/
H A Dsubr_witness.c2357 witness_save(struct lock_object *lock, const char **filep, int *linep) argument
2387 *filep = instance->li_file;

Completed in 170 milliseconds