/minix3/usr.bin/tail/ |
H A D | reverse.c | 149 typedef struct bf { struct 150 struct bf *next; argument 151 struct bf *prev; argument 152 int len; 153 char *l;
|
/minix3/sys/sys/ |
H A D | hash.h | 52 hash32_buf(const void *bf, size_t len, uint32_t hash) in hash32_buf() 73 hash32_str(const void *bf, uint32_t hash) in hash32_str() 91 hash32_strn(const void *bf, size_t len, uint32_t hash) in hash32_strn()
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/ |
H A D | binary_function.pass.cpp | 19 typedef std::binary_function<int, short, bool> bf; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/func.require/ |
H A D | binary_function.pass.cpp | 19 typedef std::binary_function<int, short, bool> bf; in main() typedef
|
/minix3/lib/libcurses/ |
H A D | flushok.c | 45 flushok(WINDOW *win, bool bf) in flushok()
|
H A D | idcok.c | 51 idcok(WINDOW *win, bool bf) in idcok()
|
H A D | idlok.c | 50 idlok(WINDOW *win, bool bf) in idlok()
|
H A D | clearok.c | 45 clearok(WINDOW *win, bool bf) in clearok()
|
H A D | leaveok.c | 45 leaveok(WINDOW *win, bool bf) in leaveok()
|
H A D | scrollok.c | 45 scrollok(WINDOW *win, bool bf) in scrollok()
|
H A D | nodelay.c | 43 nodelay(WINDOW *win, bool bf) in nodelay()
|
H A D | keypad.c | 43 keypad(WINDOW *win, bool bf) in keypad()
|
H A D | notimeout.c | 43 notimeout(WINDOW *win, bool bf) in notimeout()
|
H A D | meta.c | 45 meta(/*ARGSUSED*/ WINDOW *win, bool bf) in meta()
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | stack-block-returned.cpp | 5 bptr bf(int j) { in bf() function
|
H A D | fields.c | 6 typedef struct bf { unsigned x:2; } bf; typedef
|
/minix3/external/bsd/llvm/dist/clang/test/CoverageMapping/ |
H A D | logical.cpp | 5 bool bf = false; in main() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | debug-info-alias.cpp | 21 x::bar<float> bf; variable
|
H A D | ptr-to-member-function.cpp | 20 void bf() { printf("B::bf called\n"); } in bf() function
|
/minix3/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_compat.h | 77 # define des_read_pw(b,bf,s,p,v) \ argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | microsoft-new-delete.cpp | 18 struct bitfield { int n : 3; } bf; // expected-note {{here}} variable
|
/minix3/tests/lib/libm/ |
H A D | t_round.c | 59 float af = VALF, bf, cf; in ATF_TC_BODY() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/BrainF/ |
H A D | BrainFDriver.cpp | 126 BrainF bf; in main() local
|
/minix3/minix/servers/vm/ |
H A D | cavl_impl.h | 213 int bf; in L__() local 270 int bf; in L__() local 562 int bf; in L__() local
|
/minix3/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 783 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs() 806 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()
|