Home
last modified time | relevance | path

Searched refs:xsp (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/bin/ksh/
Dpath.c40 XString *xsp, in make_path() argument
48 char *xp = Xstring(*xsp, xp); in make_path()
81 XcheckN(*xsp, xp, len); in make_path()
85 Xput(*xsp, xp, '/'); in make_path()
87 *phys_pathp = Xlength(*xsp, xp); in make_path()
89 XcheckN(*xsp, xp, plen); in make_path()
93 Xput(*xsp, xp, '/'); in make_path()
99 XcheckN(*xsp, xp, len); in make_path()
218 do_phys_path(XString *xsp, char *xp, const char *path) in do_phys_path() argument
225 Xcheck(*xsp, xp); in do_phys_path()
[all …]
Dmisc.c109 Xcheck_grow_(XString *xsp, char *xp, size_t more) in Xcheck_grow_() argument
111 char *old_beg = xsp->beg; in Xcheck_grow_()
113 xsp->len += more > xsp->len ? more : xsp->len; in Xcheck_grow_()
114 xsp->beg = aresize(xsp->beg, xsp->len + 8, xsp->areap); in Xcheck_grow_()
115 xsp->end = xsp->beg + xsp->len; in Xcheck_grow_()
116 return xsp->beg + (xp - old_beg); in Xcheck_grow_()
Dexpand.h71 char * Xcheck_grow_(XString *xsp, char *xp, size_t more);
/openbsd/src/sys/netinet/
Dip_ipsp.c1161 const struct xformsw *xsp; in tdb_init() local
1167 for (xsp = xformsw; xsp < xformswNXFORMSW; xsp++) { in tdb_init()
1168 if (xsp->xf_type == alg) { in tdb_init()
1169 err = (*(xsp->xf_init))(tdbp, xsp, ii); in tdb_init()
Dip_ipcomp.c83 ipcomp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in ipcomp_init() argument
103 tdbp->tdb_xform = xsp; in ipcomp_init()
Dip_ipip.c554 ipe4_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in ipe4_init() argument
556 tdbp->tdb_xform = xsp; in ipe4_init()
Dip_esp.c96 esp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in esp_init() argument
257 tdbp->tdb_xform = xsp; in esp_init()
Dip_ah.c102 ah_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in ah_init() argument
146 tdbp->tdb_xform = xsp; in ah_init()
Dtcp_subr.c960 tcp_signature_tdb_init(struct tdb *tdbp, const struct xformsw *xsp, in tcp_signature_tdb_init() argument
/openbsd/src/regress/usr.bin/bc/
Dt1.out35 [0Si0Sn0Sp0Sy0St0Ss0Sc0Sb0SaSxKstlx .7853/syltlyZ+lyX-sslslt>= lsk 1lxsp 0klx 0!>> lx 0>? lx 4ln*l…
/openbsd/src/regress/usr.bin/dc/
Dt21.in35 [0Si0Sn0Sp0Sy0St0Ss0Sc0Sb0SaSxKstlx .7853/syltlyZ+lyX-sslslt>= lsk 1lxsp 0klx 0!>> lx 0>? lx 4ln*l…
/openbsd/src/sys/dev/pci/
Dmfii.c2641 mfii_scsi_cmd_tmo(void *xsp) in mfii_scsi_cmd_tmo() argument
2643 struct scsi_xfer *xs = xsp; in mfii_scsi_cmd_tmo()