Searched defs:id (Results 151 - 175 of 1496) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c23 lzma_vli id; member in struct:__anon6617
154 encoder_find(lzma_vli id) argument
[all...]
/freebsd-13-stable/crypto/heimdal/appl/afsutil/
H A Dpagsh.c126 krb5_ccache id; local
/freebsd-13-stable/crypto/heimdal/kpasswd/
H A Dkpasswd.c122 krb5_ccache id = NULL; local
58 change_password(krb5_context context, krb5_principal principal, krb5_ccache id) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/gssapi/
H A Dtest_kcred.c62 krb5_ccache id; local
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c42 find_object(CK_SESSION_HANDLE session, char *id, CK_OBJECT_CLASS key_class, CK_OBJECT_HANDLE_PTR object) argument
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_none.c224 _citrus_NONE_stdenc_get_state_desc(struct _stdenc * __restrict ce __unused, void * __restrict ps __unused, int id, struct _stdenc_state_desc * __restrict d) argument
H A Dcitrus_stdenc.h119 _citrus_stdenc_get_state_desc(struct _citrus_stdenc * __restrict ce, void * __restrict ps, int id, struct _citrus_stdenc_state_desc * __restrict d) argument
H A Dcitrus_stdenc_template.h197 stdenc_get_state_desc(struct _citrus_stdenc * __restrict ce, void * __restrict ps, int id, struct _citrus_stdenc_state_desc * __restrict d) argument
/freebsd-13-stable/lib/libc/net/
H A Deui64.c202 eui64_ntoa(const struct eui64 *id, char *a, size_t len) argument
218 eui64_ntohost(char *hostname, size_t len, const struct eui64 *id) argument
269 eui64_hostton(const char *hostname, struct eui64 *id) argument
[all...]
/freebsd-13-stable/lib/libc/posix1e/
H A Dacl_from_text.c89 uid_t id; local
276 _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id) argument
H A Dacl_from_text_nfs4.c90 uid_t id; local
169 id_t id; local
H A Dacl_to_text_nfs4.c54 uid_t *id; local
145 uid_t *id; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_list.c277 ENGINE *ENGINE_by_id(const char *id) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_key.c30 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) argument
53 PKCS12_key_gen_utf8(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) argument
76 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) argument
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_cache.c200 policy_cache_find_data(const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id) argument
/freebsd-13-stable/contrib/tcsh/
H A Dvms.termcap.c148 tgetnum(char *id) argument
181 tgetflag(char *id) argument
206 tgetstr(char *id, cha argument
[all...]
/freebsd-13-stable/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c40 EXPORT int init(struct module_env* env, int id) { argument
53 EXPORT void deinit(struct module_env* env, int id) { argument
62 operate(struct module_qstate* qstate, enum module_ev event, int id, struct outbound_entry* entry) argument
93 inform_super(struct module_qstate* qstate, int id, struct module_qstate* super) argument
100 clear(struct module_qstate* qstate, int id) argument
111 get_mem(struct module_env* env, int id) argument
118 reply_callback(struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct edns_option** opt_list_out, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time, int id, void* callback) argument
[all...]
/freebsd-13-stable/sbin/iscontrol/
H A Dauth_subr.c58 chapMD5(char id, char *cp, char *chapSecret, unsigned char *digest) argument
91 chapSHA1(char id, char *cp, char *chapSecret, unsigned char *digest) argument
130 chapDigest(char *ap, char id, char *cp, char *chapSecret) argument
/freebsd-13-stable/sbin/mknod/
H A Dmknod.c72 id(const char *name, const char *type) function
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig_sfp.h119 ifconfig_sfp_id_is_qsfp(enum sfp_id id) argument
/freebsd-13-stable/lib/librt/
H A Daio.c71 aio_sigev_alloc(sigev_id_t id, struct sigevent *sigevent, argument
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_umtx.h82 _thr_umutex_trylock(struct umutex *mtx, uint32_t id) argument
99 _thr_umutex_trylock2(struct umutex *mtx, uint32_t id) argument
120 _thr_umutex_lock(struct umutex *mtx, uint32_t id) argument
129 _thr_umutex_lock_spin(struct umutex *mtx, uint32_t id) argument
138 _thr_umutex_timedlock(struct umutex *mtx, uint32_t id, const struct timespec *timeout) argument
148 _thr_umutex_unlock2(struct umutex *mtx, uint32_t id, int *defer) argument
180 _thr_umutex_unlock(struct umutex *mtx, uint32_t id) argument
[all...]
/freebsd-13-stable/contrib/bc/src/
H A Dlang.c44 void bc_id_free(void *id) { argument
77 BcLoc *id = bc_vec_item(&f->autos, i); local
/freebsd-13-stable/contrib/bearssl/src/hash/
H A Dmultihash.c47 get_state_offset(int id) argument
151 br_multihash_out(const br_multihash_context *ctx, int id, void *dst) argument
[all...]
/freebsd-13-stable/contrib/bearssl/tools/
H A Dkeys.c205 get_hash_oid(int id) argument
225 int id; local

Completed in 243 milliseconds

1234567891011>>