/openbsd-src/bin/ksh/ |
H A D | expand.h | 36 #define Xinit(xs, xp, length, area) do { \ argument 45 #define Xput(xs, xp, c) (*xp++ = (c)) argument 48 #define XcheckN(xs, xp, n) do { \ argument 55 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) argument 58 #define Xfree(xs, xp) afree((xs).beg, (xs).areap) argument 61 #define Xclose(xs, xp) aresize((xs).beg, ((xp) - (xs).beg), (xs).areap) argument 63 #define Xstring(xs, xp) ((xs).beg) argument 65 #define Xnleft(xs, xp) ((xs).end - (xp)) /* may be less than 0 */ argument 66 #define Xlength(xs, xp) ((xp) - (xs).beg) argument 67 #define Xsize(xs, xp) ((xs).end - (xs).beg) argument [all …]
|
H A D | path.c | 48 char *xp = Xstring(*xsp, xp); in make_path() local 201 char *xp; in get_phys_path() local 218 do_phys_path(XString *xsp, char *xp, const char *path) in do_phys_path()
|
H A D | eval.c | 737 varsub(Expand *xp, char *sp, char *word, in varsub() 885 comsub(Expand *xp, char *cp) in comsub() 1013 char *xp; in glob_str() local 1030 char *xp = *xpp; in globit() local
|
/openbsd-src/lib/libcrypto/x509/ |
H A D | x509_purp.c | 246 X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() 253 X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name() 260 X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname() 267 X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust() 647 check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client() 663 check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server() 680 check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server() 722 check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign() 735 check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt() 748 check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign() [all …]
|
/openbsd-src/sys/dev/usb/ |
H A D | xhci.c | 708 xhci_skip_all(struct xhci_pipe * xp) xhci_skip_all() argument 741 struct xhci_pipe *xp; xhci_event_xfer() local 821 xhci_xfer_length_generic(struct xhci_xfer * xx,struct xhci_pipe * xp,int trb_idx) xhci_xfer_length_generic() argument 846 xhci_event_xfer_generic(struct xhci_softc * sc,struct usbd_xfer * xfer,struct xhci_pipe * xp,uint32_t remain,int trb_idx,uint8_t code,uint8_t slot,uint8_t dci) xhci_event_xfer_generic() argument 936 xhci_event_xfer_isoc(struct usbd_xfer * xfer,struct xhci_pipe * xp,uint32_t remain,int trb_idx,uint8_t code) xhci_event_xfer_isoc() argument 1020 struct xhci_pipe *xp; xhci_event_command() local 1119 struct xhci_pipe *xp = (struct xhci_pipe *)xfer->pipe; xhci_xfer_done() local 1175 struct xhci_pipe *xp = (struct xhci_pipe *)pipe; xhci_pipe_open() local 1391 struct xhci_pipe *xp = (struct xhci_pipe *)pipe; xhci_context_setup() local 1513 struct xhci_pipe *xp = (struct xhci_pipe *)pipe; xhci_pipe_init() local 1566 struct xhci_pipe *xp = (struct xhci_pipe *)pipe; xhci_pipe_close() local 1613 struct xhci_pipe *xp = (struct xhci_pipe *)dev->default_pipe; xhci_setaddr() local 1840 struct xhci_pipe *xp = (struct xhci_pipe *)xfer->pipe; xhci_xfer_get_trb() local 2241 struct xhci_pipe *xp = (struct xhci_pipe *)xfer->pipe; xhci_abort_xfer() local 2831 struct xhci_pipe *xp = (struct xhci_pipe *)xfer->pipe; xhci_device_ctrl_start() local 2945 struct xhci_pipe *xp = (struct xhci_pipe *)xfer->pipe; xhci_device_generic_start() local 3091 struct xhci_pipe *xp = (struct xhci_pipe *)xfer->pipe; xhci_device_isoc_start() local [all...] |
/openbsd-src/usr.sbin/rpki-client/ |
H A D | cms.c | 92 cms_parse_validate_internal(X509 **xp, const char *fn, const unsigned char *der, in cms_parse_validate_internal() argument 380 cms_parse_validate(X509 ** xp,const char * fn,const unsigned char * der,size_t derlen,const ASN1_OBJECT * oid,size_t * rsz,time_t * st) cms_parse_validate() argument 398 cms_parse_validate_detached(X509 ** xp,const char * fn,const unsigned char * der,size_t derlen,const ASN1_OBJECT * oid,BIO * bio,time_t * st) cms_parse_validate_detached() argument [all...] |
/openbsd-src/usr.sbin/bgpd/ |
H A D | rde_decide.c | 336 struct prefix *xp, *np, *insertp = ep; in prefix_insert() local 428 struct prefix *xp, *np, *pp; prefix_remove() local 504 struct prefix *xp; prefix_best() local [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920501-23.c | 9 ldw(xp)si*xp;{return xp[4];} in ldw() argument 10 ldws_m(xp)si*xp;{si x;do{x=xp[3];xp+=3;}while(x);} in ldws_m() argument
|
H A D | 920617-1.c | 1 f(){double*xp,y;*xp++=sqrt(y);} in f() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | pmd1.C | 12 void A::setp(XX *xp) { xp->py = &A::p; } in setp()
|
H A D | p9206.C | 16 Xptr xp = &X::xtest; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/ |
H A D | cast-align1.C | 16 void f3 (X *xp, Z *zp) in f3()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 920501-3.c | 7 int *xp = tab; local
|
H A D | 920501-6.c | 59 long long unsigned *xp = tab; local
|
/openbsd-src/regress/usr.sbin/rpki-client/ |
H A D | test-roa.c | 42 X509 *xp = NULL; in main() local
|
H A D | test-gbr.c | 42 X509 *xp = NULL; in main() local
|
H A D | test-geofeed.c | 42 X509 *xp = NULL; in main() local
|
H A D | test-aspa.c | 43 X509 *xp = NULL; in main() local
|
H A D | test-mft.c | 46 X509 *xp = NULL; in main() local
|
H A D | test-tak.c | 43 X509 *xp = NULL; in main() local
|
H A D | test-spl.c | 43 X509 *xp = NULL; in main() local
|
H A D | test-rsc.c | 46 X509 *xp = NULL; in main() local
|
/openbsd-src/usr.sbin/amd/amd/ |
H A D | afs_ops.c | 1512 next_nonerror_node(am_node *xp) in next_nonerror_node() 1539 am_node *xp; in afs_readdir() local 1652 am_node *xp; in dfs_readlink() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | rtti2.C | 27 X *xp = &z; variable
|
H A D | rttid2.C | 28 X *xp = &z; variable
|