Home
last modified time | relevance | path

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

1234

/openbsd-src/bin/ksh/
H A Dexpand.h36 #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 Dpath.c48 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 Deval.c737 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 Dx509_purp.c246 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 Dxhci.c708 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 Dcms.c92 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 Drde_decide.c336 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 D920501-23.c9 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 D920617-1.c1 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 Dpmd1.C12 void A::setp(XX *xp) { xp->py = &A::p; } in setp()
H A Dp9206.C16 Xptr xp = &X::xtest; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.warn/
H A Dcast-align1.C16 void f3 (X *xp, Z *zp) in f3()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920501-3.c7 int *xp = tab; local
H A D920501-6.c59 long long unsigned *xp = tab; local
/openbsd-src/regress/usr.sbin/rpki-client/
H A Dtest-roa.c42 X509 *xp = NULL; in main() local
H A Dtest-gbr.c42 X509 *xp = NULL; in main() local
H A Dtest-geofeed.c42 X509 *xp = NULL; in main() local
H A Dtest-aspa.c43 X509 *xp = NULL; in main() local
H A Dtest-mft.c46 X509 *xp = NULL; in main() local
H A Dtest-tak.c43 X509 *xp = NULL; in main() local
H A Dtest-spl.c43 X509 *xp = NULL; in main() local
H A Dtest-rsc.c46 X509 *xp = NULL; in main() local
/openbsd-src/usr.sbin/amd/amd/
H A Dafs_ops.c1512 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 Drtti2.C27 X *xp = &z; variable
H A Drttid2.C28 X *xp = &z; variable

1234