Searched defs:fa (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_buf.c132 struct dpaa2_fa *fa; local
/freebsd-current/usr.bin/brandelf/
H A Dbrandelf.c73 fileargs_t *fa; local
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_addr.c1172 IPAddressFamily *fa = sk_IPAddressFamily_value(a, i); local
/freebsd-current/usr.bin/head/
H A Dhead.c79 fileargs_t *fa; local
/freebsd-current/contrib/atf/atf-c/detail/
H A Dtext_test.c115 struct fail_at *fa = data; local
172 struct fail_at fa; local
/freebsd-current/usr.bin/tail/
H A Dtail.c57 fileargs_t *fa; variable
/freebsd-current/contrib/bearssl/src/int/
H A Di15_moddiv.c188 int32_t cca, ccb, fa, fb; local
H A Di31_moddiv.c205 uint32_t fa, fb; local
/freebsd-current/contrib/elftoolchain/strings/
H A Dstrings.c107 fileargs_t *fa; local
224 handle_file(fileargs_t *fa, const char *name) argument
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c101 posix_spawn_file_actions_t fa; local
196 posix_spawn_file_actions_t fa; local
231 posix_spawn_file_actions_t fa; local
271 posix_spawn_file_actions_t fa; local
308 posix_spawn_file_actions_t fa; local
358 posix_spawn_file_actions_t fa; local
396 posix_spawn_file_actions_t fa; local
[all...]
/freebsd-current/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c91 test_file_open(fileargs_t *fa, const char *file, int *fdp) argument
107 test_file_fopen(fileargs_t *fa, const char *file, const char *mode, argument
124 test_file_lstat(fileargs_t *fa, const char *file) argument
151 test_file_realpath_static(fileargs_t *fa, const char *file) argument
167 test_file_realpath_alloc(fileargs_t *fa, const char *file) argument
190 test_file_realpath(fileargs_t *fa, const char *file) argument
286 fileargs_t *fa; local
333 fileargs_t *fa; local
380 fileargs_t *fa; local
425 fileargs_t *fa; local
460 fileargs_t *fa; local
510 fileargs_t *fa; local
560 fileargs_t *fa; local
604 fileargs_t *fa; local
636 fileargs_t *fa; local
667 fileargs_t *fa; local
715 fileargs_t *fa; local
[all...]
/freebsd-current/usr.bin/wc/
H A Dwc.c56 static fileargs_t *fa; variable
/freebsd-current/bin/cat/
H A Dcat.c64 static fileargs_t *fa; variable
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_table_value.c278 struct flush_args *fa; local
308 struct flush_args fa; local
[all...]
/freebsd-current/tools/tools/indent_wrapper/
H A Dindent_wrapper.c145 int fa; local
/freebsd-current/contrib/libfido2/src/
H A Du2f.c815 u2f_authenticate(fido_dev_t *dev, fido_assert_t *fa, int *ms) argument
759 u2f_authenticate_single(fido_dev_t *dev, const fido_blob_t *key_id, fido_assert_t *fa, size_t idx, int *ms) argument
[all...]
/freebsd-current/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c60 fileargs_get_lstat_cache(fileargs_t *fa, const char *name, struct stat *sb) argument
89 fileargs_get_fd_cache(fileargs_t *fa, const char *name) argument
130 fileargs_set_cache(fileargs_t *fa, nvlist_t *nvl) argument
138 fileargs_fetch(fileargs_t *fa, const char *name, const char *cmd) argument
199 fileargs_t *fa; local
252 fileargs_t *fa; local
274 fileargs_t *fa; local
314 fileargs_open(fileargs_t *fa, const char *name) argument
353 fileargs_fopen(fileargs_t *fa, const char *name, const char *mode) argument
365 fileargs_lstat(fileargs_t *fa, const char *name, struct stat *sb) argument
412 fileargs_realpath(fileargs_t *fa, const char *pathname, char *reserved_path) argument
447 fileargs_free(fileargs_t *fa) argument
464 fileargs_unwrap(fileargs_t *fa, int *flags) argument
[all...]
/freebsd-current/sys/dev/cxgbe/
H A Dt4_sched.c498 int rc = 0, fa, fa2, i, pktsize, burstsize; local
[all...]
/freebsd-current/contrib/elftoolchain/size/
H A Dsize.c125 fileargs_t *fa; local
/freebsd-current/stand/libsa/
H A Dnfs.c97 struct nfsv3_fattrs fa; member in struct:nfsv3_readdir_repl
115 struct nfsv3_fattrs fa; /* all in network order */ member in struct:nfs_iodesc
329 struct nfsv3_fattrs fa; member in struct:repl
400 struct nfsv3_fattrs fa; member in struct:repl
[all...]
/freebsd-current/lib/libc/gen/
H A Dposix_spawn.c205 process_file_actions(const posix_spawn_file_actions_t fa) argument
221 const posix_spawn_file_actions_t *fa; member in struct:posix_spawn_args
274 do_posix_spawn(pid_t *pid, const char *path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *sa, char * const argv[], char * const envp[], int use_env_path) argument
373 posix_spawn(pid_t *pid, const char *path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *sa, char * const argv[], char * const envp[]) argument
382 posix_spawnp(pid_t *pid, const char *path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *sa, char * const argv[], char * const envp[]) argument
397 posix_spawn_file_actions_t fa; local
409 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa) argument
429 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa, int fildes, const char * __restrict path, int oflag, mode_t mode) argument
460 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa, int fildes, int newfildes) argument
483 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *fa, int fildes) argument
505 posix_spawn_file_actions_addchdir_np(posix_spawn_file_actions_t * __restrict fa, const char *__restrict path) argument
528 posix_spawn_file_actions_addfchdir_np(posix_spawn_file_actions_t *__restrict fa, int fildes) argument
549 posix_spawn_file_actions_addclosefrom_np(posix_spawn_file_actions_t * __restrict fa, int from) argument
[all...]
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c851 int fa; local
[all...]
/freebsd-current/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c990 struct find_ofld_adapter_rr *fa = arg; local
1096 struct find_ofld_adapter_rr fa; local
1779 struct find_ofld_adapter_rr fa; local
[all...]
/freebsd-current/contrib/file/src/
H A Dcompress.c895 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v); local
1060 posix_spawn_file_actions_t fa; local
[all...]
/freebsd-current/sbin/md5/
H A Dmd5.c403 fileargs_t *fa = NULL; local

Completed in 368 milliseconds

12