/freebsd/lib/msun/src/ |
H A D | s_scalbnf.c | 14 union {float f; uint32_t i;} u; in scalbnf() member
|
/freebsd/sbin/ipf/libipf/ |
H A D | parsefields.c | 8 wordtab_t *f, *fields; in parsefields() local
|
/freebsd/stand/libsa/ |
H A D | read.c | 67 struct open_file *f; in read() local
|
H A D | lseek.c | 67 struct open_file *f; in lseek() local
|
/freebsd/lib/libc/iconv/ |
H A D | __iconv.c | 35 size_t *e, __uint32_t f, size_t *g) in __iconv()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.FunctionLookup.c | 29 typedef void f(int x); typedef
|
/freebsd/lib/libc/string/ |
H A D | memccpy.c | 35 memccpy(void * restrict t, const void * restrict f, int c, size_t n) in memccpy()
|
/freebsd/lib/libc/stdio/ |
H A D | vdprintf.c | 47 FILE f = FAKE_FILE; in vdprintf() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | v_poly_f64.h | 18 #define VWRAP(f) v_##f##_f64 argument
|
H A D | v_poly_f32.h | 18 #define VWRAP(f) v_##f##_f32 argument
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | dump.c | 44 FILE *f; in dump() local
|
/freebsd/libexec/tftpd/ |
H A D | tftp-file.c | 176 write_init(int fd, FILE *f, const char *mode) in write_init() 229 read_init(int fd, FILE *f, const char *mode) in read_init()
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_verify_ctx.c | 37 int TS_VERIFY_CTX_add_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_add_flags() 43 int TS_VERIFY_CTX_set_flags(TS_VERIFY_CTX *ctx, int f) in TS_VERIFY_CTX_set_flags()
|
/freebsd/libexec/pppoed/ |
H A D | pppoed.c | 124 int f, plen; in ConfigureNode() local 463 int f; in LoadModules() local 505 int ch, cs, ds, ret, optF, optd, optn, sz, f; in main() local
|
/freebsd/contrib/dialog/samples/install/ |
H A D | setup.c | 87 get_line(char *line, int size, FILE * f) in get_line() 103 FILE *f; in read_partitions() local 204 FILE *f; in extract_packages() local
|
/freebsd/usr.bin/usbhidctl/ |
H A D | usbhid.c | 301 dumpdata(int f, report_desc_t rd, int loop) in dumpdata() 378 writedata(int f, report_desc_t rd) in writedata() 449 int f; in main() local
|
/freebsd/crypto/openssh/ |
H A D | auth2-pubkeyfile.c | 222 auth_process_principals(FILE *f, const char *file, in auth_process_principals() 406 auth_check_authkeys_file(struct passwd *pw, FILE *f, char *file, in auth_check_authkeys_file() 448 FILE *f; in auth_openfile() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | replay.c | 131 FILE *f = fopen(id->name, "w"); in krb5_rc_initialize() local 206 FILE *f; in krb5_rc_store() local 266 FILE *f = fopen(id->name, "r"); in krb5_rc_get_lifespan() local
|
/freebsd/contrib/ncurses/form/ |
H A D | form.priv.h | 128 #define Field_Has_Option(f,o) ((((unsigned)(f)->opts) & o) != 0) argument 131 #define Field_Is_Selectable(f) (((unsigned)((f)->opts) & O_SELECTABLE)==O_SELECTABLE) argument 132 #define Field_Is_Not_Selectable(f) (((unsigned)((f)->opts) & O_SELECTABLE)!=O_SELECTABLE) argument
|
/freebsd/crypto/openssl/apps/ |
H A D | openssl.c | 239 FUNCTION f, *fp; in main() local 407 FUNCTION f, *fp; in do_cmd() local 473 FUNCTION *f; in LHASH_OF() local
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_matrix.c | 280 feed_matrix_init(struct pcm_feeder *f) in feed_matrix_init() 315 feed_matrix_free(struct pcm_feeder *f) in feed_matrix_free() 329 feed_matrix_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, in feed_matrix_feed() 417 feeder_matrix_setup(struct pcm_feeder *f, struct pcmchan_matrix *m_in, in feeder_matrix_setup()
|
/freebsd/contrib/mandoc/ |
H A D | term.c | 492 enum termfont f; term_fontlast() local 501 term_fontrepl(struct termp * p,enum termfont f) term_fontrepl() argument 510 term_fontpush(struct termp * p,enum termfont f) term_fontpush() argument 843 enum termfont f; encode1() local [all...] |
/freebsd/contrib/lua/src/ |
H A D | loadlib.c | 133 lua_CFunction f = cast_func(dlsym(lib, sym)); in lsys_sym() local 209 lua_CFunction f = (lua_CFunction)(voidf)GetProcAddress((HMODULE)lib, sym); in lsys_sym() local 393 lua_CFunction f = lsys_sym(L, reg, sym); in lookforfunc() local 426 FILE *f = fopen(filename, "r"); /* try to open file */ in readable() local 500 const char *f = searchpath(L, luaL_checkstring(L, 1), in ll_searchpath() local
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_readline.c | 56 openpam_readline(FILE *f, int *lineno, size_t *lenp) in openpam_readline()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | rzg2l-pinctrl.h | 18 #define RZG2L_PORT_PINMUX(b, p, f) ((b) * RZG2L_PINS_PER_PORT + (p) | ((f) << 16)) argument
|