Searched defs:f_name (Results 1 – 10 of 10) sorted by relevance
/onnv-gate/usr/src/common/openssl/crypto/lhash/ |
H A D | lhash.h | 101 #define DECLARE_LHASH_HASH_FN(f_name,o_type) \ argument 103 #define IMPLEMENT_LHASH_HASH_FN(f_name,o_type) \ argument 107 #define LHASH_HASH_FN(f_name) f_name##_LHASH_HASH argument 110 #define DECLARE_LHASH_COMP_FN(f_name,o_type) \ argument 112 #define IMPLEMENT_LHASH_COMP_FN(f_name,o_type) \ argument 117 #define LHASH_COMP_FN(f_name) f_name##_LHASH_COMP argument 120 #define DECLARE_LHASH_DOALL_FN(f_name,o_type) \ argument 122 #define IMPLEMENT_LHASH_DOALL_FN(f_name,o_type) \ argument 126 #define LHASH_DOALL_FN(f_name) f_name##_LHASH_DOALL argument 129 #define DECLARE_LHASH_DOALL_ARG_FN(f_name,o_type,a_type) \ argument [all …]
|
/onnv-gate/usr/src/uts/common/sys/ |
H A D | conf.h | 66 char f_name[FMNAMESZ + 1]; member
|
H A D | strsubr.h | 752 char f_name[FMNAMESZ + 1]; member
|
/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.h | 114 char *f_name; /* current file name */ member
|
/onnv-gate/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 669 char *f_name; in create_extract() local
|
/onnv-gate/usr/src/cmd/auditreduce/ |
H A D | main.c | 777 char *f_file, *f_nfile, *f_time, *f_name; in rename_outfile() local
|
/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 721 char f_name[BUFSIZ]; in collect_prototype() local
|
/onnv-gate/usr/src/cmd/filesync/ |
H A D | database.h | 196 char *f_name; /* name of this file */ member
|
/onnv-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 265 char *f_name; /* Remembered file name */ member
|
/onnv-gate/usr/src/cmd/pr/ |
H A D | pr.c | 107 typedef struct { FILE *f_f; char *f_name; wchar_t f_nextc; } FILS; member
|