Home
last modified time | relevance | path

Searched defs:xp (Results 1 – 25 of 223) sorted by relevance

123456789

/netbsd/bin/ksh/
H A Dexpand.h19 #define Xinit(xs, xp, length, area) do { \ argument
29 #define Xput(xs, xp, c) (*xp++ = (c)) argument
32 #define XcheckN(xs, xp, n) do { \ argument
39 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) argument
42 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap) argument
45 #define Xclose(xs, xp) (char*) aresize((void*)(xs).beg, \ argument
48 #define Xstring(xs, xp) ((xs).beg) argument
51 #define Xlength(xs, xp) ((xp) - (xs).beg) argument
52 #define Xsize(xs, xp) ((xs).end - (xs).beg) argument
53 #define Xsavepos(xs, xp) ((xp) - (xs).beg) argument
[all …]
H A Dpath.c53 char *xp = Xstring(*xsp, xp); local
211 char *xp; local
228 do_phys_path(xsp, xp, pathx) in do_phys_path() argument
/netbsd/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_saslc_client.c126 XSASL_CLIENT *xp, in xsasl_saslc_client_first()
187 xsasl_saslc_client_next(XSASL_CLIENT *xp, const char *server_reply, in xsasl_saslc_client_next()
223 xsasl_saslc_client_free(XSASL_CLIENT *xp) in xsasl_saslc_client_free()
240 XSASL_SASLC_CLIENT_IMPL *xp; in xsasl_saslc_client_create() local
274 XSASL_SASLC_CLIENT_IMPL *xp; in xsasl_saslc_client_done() local
290 XSASL_SASLC_CLIENT_IMPL *xp; in xsasl_saslc_client_init() local
H A Dxsasl_dovecot_server.c257 static int xsasl_dovecot_server_connect(XSASL_DOVECOT_SERVER_IMPL *xp) in xsasl_dovecot_server_connect()
381 static void xsasl_dovecot_server_disconnect(XSASL_DOVECOT_SERVER_IMPL *xp) in xsasl_dovecot_server_disconnect()
398 XSASL_DOVECOT_SERVER_IMPL *xp; in xsasl_dovecot_server_init() local
414 XSASL_DOVECOT_SERVER_IMPL *xp = (XSASL_DOVECOT_SERVER_IMPL *) impl; in xsasl_dovecot_server_done() local
481 static const char *xsasl_dovecot_server_get_mechanism_list(XSASL_SERVER *xp) in xsasl_dovecot_server_get_mechanism_list()
501 static void xsasl_dovecot_server_free(XSASL_SERVER *xp) in xsasl_dovecot_server_free()
642 int xsasl_dovecot_server_first(XSASL_SERVER *xp, const char *sasl_method, in xsasl_dovecot_server_first()
721 static int xsasl_dovecot_server_next(XSASL_SERVER *xp, const char *request, in xsasl_dovecot_server_next()
742 static const char *xsasl_dovecot_server_get_username(XSASL_SERVER *xp) in xsasl_dovecot_server_get_username()
H A Dxsasl_client.c227 const XSASL_CLIENT_IMPL_INFO *xp; in xsasl_client_init() local
240 const XSASL_CLIENT_IMPL_INFO *xp; in xsasl_client_types() local
H A Dxsasl_server.c253 const XSASL_SERVER_IMPL_INFO *xp; in xsasl_server_init() local
266 const XSASL_SERVER_IMPL_INFO *xp; in xsasl_server_types() local
H A Dxsasl_cyrus_server.c195 XSASL_SERVER_IMPL *xp; in xsasl_cyrus_server_init() local
373 static int xsasl_cyrus_server_set_security(XSASL_SERVER *xp, in xsasl_cyrus_server_set_security()
413 static const char *xsasl_cyrus_server_get_mechanism_list(XSASL_SERVER *xp) in xsasl_cyrus_server_get_mechanism_list()
449 static void xsasl_cyrus_server_free(XSASL_SERVER *xp) in xsasl_cyrus_server_free()
516 int xsasl_cyrus_server_first(XSASL_SERVER *xp, const char *sasl_method, in xsasl_cyrus_server_first()
576 static int xsasl_cyrus_server_next(XSASL_SERVER *xp, const char *request, in xsasl_cyrus_server_next()
620 static const char *xsasl_cyrus_server_get_username(XSASL_SERVER *xp) in xsasl_cyrus_server_get_username()
H A Dxsasl_cyrus_client.c226 XSASL_CLIENT_IMPL *xp; in xsasl_cyrus_client_init() local
393 static int xsasl_cyrus_client_set_security(XSASL_CLIENT *xp, in xsasl_cyrus_client_set_security()
432 static int xsasl_cyrus_client_first(XSASL_CLIENT *xp, in xsasl_cyrus_client_first()
507 static int xsasl_cyrus_client_next(XSASL_CLIENT *xp, const char *server_reply, in xsasl_cyrus_client_next()
572 void xsasl_cyrus_client_free(XSASL_CLIENT *xp) in xsasl_cyrus_client_free()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_purp.c239 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id()
244 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name()
249 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname()
254 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust()
638 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
662 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
679 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server()
719 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign()
743 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
763 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_purp.c239 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id()
244 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name()
249 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname()
254 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust()
714 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
738 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
755 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server()
795 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign()
819 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
838 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ocsp_helper()
[all …]
H A Dx509_trust.c202 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags()
207 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name()
212 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust()
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_xattr.c75 struct ae_xattr *xp; in archive_entry_xattr_clear() local
92 struct ae_xattr *xp; in archive_entry_xattr_add_entry() local
117 struct ae_xattr *xp; in archive_entry_xattr_count() local
/netbsd/sys/arch/hppa/stand/common/
H A Dexec_som.c45 som_load(int fd, struct x_param *xp) in som_load()
83 som_ldsym(int fd, struct x_param *xp) in som_ldsym()
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dnoop.c53 noop_wxs (mp_ptr wp, mp_srcptr xp, mp_size_t size) in noop_wxs()
59 noop_wxys (mp_ptr wp, mp_srcptr xp, mp_srcptr yp, mp_size_t size) in noop_wxys()
H A Dspeed-ext.c89 mean_calls (mp_ptr wp, mp_srcptr xp, mp_srcptr yp, mp_size_t size) in mean_calls()
107 mean_open (mp_ptr wp, mp_srcptr xp, mp_srcptr yp, mp_size_t size) in mean_open()
148 mean_open2 (mp_ptr wp, mp_srcptr xp, mp_srcptr yp, mp_size_t size) in mean_open2()
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrlo.c136 mpn_dc_sqrlo (mp_ptr rp, mp_srcptr xp, mp_size_t n, mp_ptr tp) in mpn_dc_sqrlo()
193 mpn_sqrlo (mp_ptr rp, mp_srcptr xp, mp_size_t n) in mpn_sqrlo()
H A Dmullo_n.c137 mpn_dc_mullo_n (mp_ptr rp, mp_srcptr xp, mp_srcptr yp, mp_size_t n, mp_ptr tp) in mpn_dc_mullo_n()
203 mpn_mullo_n (mp_ptr rp, mp_srcptr xp, mp_srcptr yp, mp_size_t n) in mpn_mullo_n()
H A Dinvertappr.c88 mpn_bc_invertappr (mp_ptr ip, mp_srcptr dp, mp_size_t n, mp_ptr xp) in mpn_bc_invertappr()
160 #define xp scratch in mpn_ni_invertappr() macro
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dget_f.c37 mp_limb_t *xp; in mpfr_get_f() local
56 mp_limb_t *xp; in mpfr_get_f() local
H A Dnext.c66 mp_limb_t *xp; in mpfr_nexttozero() local
100 mp_limb_t *xp; in mpfr_nexttoinf() local
/netbsd/games/warp/
H A Dmove.c612 int xp; in lookaround() local
638 int xp; in lookfor() local
657 int xp; in lookimg() local
/netbsd/usr.sbin/timed/timed/
H A Dnetworkdelta.c75 long *xp; in networkdelta() local
164 float xp; /* closet point above the guess */ in median() local
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_trs.c202 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags()
207 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name()
212 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust()
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Ddonotoptimize_assembly_test.cc150 int * const xp = &x; in test_pointer_const_lvalue() local
161 int *xp = &x; in test_pointer_lvalue() local
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Ddonotoptimize_assembly_test.cc150 int * const xp = &x; in test_pointer_const_lvalue() local
161 int *xp = &x; in test_pointer_lvalue() local

123456789