Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 22 of 22) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dbf.c53 struct bf struct
55 bool bf_committed; /* Has this buffered file been committed? */ argument
56 bool bf_ondisk; /* On disk: committed or buffer overflow */ argument
57 long bf_flags; argument
58 int bf_disk_fd; /* If on disk, associated file descriptor */ argument
59 char *bf_buf; /* Memory buffer */ argument
60 int bf_bufsize; /* Length of above buffer */ argument
61 int bf_buffilled; /* Bytes of buffer actually filled */ argument
62 char *bf_filename; /* Name of buffered file, if ever committed */ argument
63 MODE_T bf_filemode; /* Mode of buffered file, if ever committed */ argument
[all …]
/mirbsd/src/usr.bin/tail/
Dreverse.c166 typedef struct bf { struct
167 struct bf *next; argument
168 struct bf *prev; argument
169 int len;
170 char *l;
/mirbsd/src/lib/libc/gen/
Dgetpwent.c59 char bf[sizeof(_pw_keynum) + 1]; in getpwent() local
80 char bf[_PW_NAME_LEN + 1]; in getpwnam() local
107 char bf[sizeof(_pw_keynum) + 1]; in getpwuid() local
/mirbsd/src/usr.bin/tftp/
Dtftpsubs.c64 struct bf { struct
69 /* Values for bf.counter */ argument
/mirbsd/src/lib/libocurses/
Didlok.c42 idlok(win, bf) in idlok() argument
Dcurses.h217 #define clearok(w, bf) \ argument
219 #define flushok(w, bf) \ argument
223 #define leaveok(w, bf) \ argument
225 #define scrollok(w, bf) \ argument
/mirbsd/src/lib/libssl/src/crypto/ui/
Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \ argument
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddve3900-rom.c432 fetch_fields (struct bit_field *bf) in fetch_fields()
456 fetch_bitmapped_register (int regno, struct bit_field *bf) in fetch_bitmapped_register()
504 store_bitmapped_register (int regno, struct bit_field *bf) in store_bitmapped_register()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGCurses.h117 #define clearok(win, bf) (win->_clear = bf) argument
118 #define leaveok(win, bf) (win->_leave = bf) argument
119 #define scrollok(win, bf) (win->_scroll = bf) argument
120 #define wrapok(win, bf) (win->_wrap = bf) argument
121 #define flushok(win,bf) (bf ? win->_flags |= _FLUSH : (win->_flags &= ~_FLUSH)) argument
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dlib_window.c82 syncok(WINDOW *win, bool bf) in syncok()
/mirbsd/src/sbin/newfs/
Dmkfs.c1095 rdfs(daddr_t bno, int size, void *bf) in rdfs()
1103 urdfs(daddr_t bno, int size, void *bf) in urdfs()
1116 wtfs(daddr_t bno, int size, void *bf) in wtfs()
/mirbsd/src/sbin/badsect/
Dbadsect.c198 rdfs(daddr_t bno, int size, char *bf) in rdfs()
/mirbsd/src/usr.sbin/makefs/ffs/
Dmkfs.c798 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs()
823 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()
/mirbsd/src/usr.bin/vi/cl/
Dcl_bsd.c109 idlok(win, bf) in idlok() argument
/mirbsd/src/usr.sbin/config/
Dgram.y287 char bf[40]; variable
/mirbsd/src/sbin/ffsinfo/
Dffsinfo.c110 rdfs(daddr_t bno, size_t size, void *bf, int fsi) in rdfs()
/mirbsd/src/sys/dev/isa/
Dfd.c353 int bf = fd_bsize / DEV_BSIZE; local
624 int fd_bsize, bf; local
/mirbsd/src/sbin/growfs/
Dgrowfs.c1541 rdfs(daddr_t bno, size_t size, void *bf, int fsi) in rdfs()
1567 wtfs(daddr_t bno, size_t size, void *bf, int fso, unsigned int Nflag) in wtfs()
/mirbsd/src/sys/dev/ic/
Dcy.c1207 int bf; local
/mirbsd/src/usr.bin/patch/
Dpch.c1145 pgets(char *bf, int sz, FILE *fp) in pgets()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dobjdump.c496 bfd_boolean bf; in compare_symbols() local
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c314 #define bit_is_set(bit, bf) ((bf) & (0x01ll << (bit))) argument
315 #define set_bit(bit, bf) ((bf) |= (0x01ll << (bit))) argument
316 #define clear_bit(bit, bf) ((bf) &= ~(0x01ll << (bit))) argument