Searched refs:xsp (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/bin/ksh/ |
| D | path.c | 40 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 …]
|
| D | misc.c | 109 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_()
|
| D | expand.h | 71 char * Xcheck_grow_(XString *xsp, char *xp, size_t more);
|
| /openbsd/src/sys/netinet/ |
| D | ip_ipsp.c | 1161 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()
|
| D | ip_ipcomp.c | 83 ipcomp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in ipcomp_init() argument 103 tdbp->tdb_xform = xsp; in ipcomp_init()
|
| D | ip_ipip.c | 554 ipe4_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in ipe4_init() argument 556 tdbp->tdb_xform = xsp; in ipe4_init()
|
| D | ip_esp.c | 96 esp_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in esp_init() argument 257 tdbp->tdb_xform = xsp; in esp_init()
|
| D | ip_ah.c | 102 ah_init(struct tdb *tdbp, const struct xformsw *xsp, struct ipsecinit *ii) in ah_init() argument 146 tdbp->tdb_xform = xsp; in ah_init()
|
| D | tcp_subr.c | 960 tcp_signature_tdb_init(struct tdb *tdbp, const struct xformsw *xsp, in tcp_signature_tdb_init() argument
|
| /openbsd/src/regress/usr.bin/bc/ |
| D | t1.out | 35 [0Si0Sn0Sp0Sy0St0Ss0Sc0Sb0SaSxKstlx .7853/syltlyZ+lyX-sslslt>= lsk 1lxsp 0klx 0!>> lx 0>? lx 4ln*l…
|
| /openbsd/src/regress/usr.bin/dc/ |
| D | t21.in | 35 [0Si0Sn0Sp0Sy0St0Ss0Sc0Sb0SaSxKstlx .7853/syltlyZ+lyX-sslslt>= lsk 1lxsp 0klx 0!>> lx 0>? lx 4ln*l…
|
| /openbsd/src/sys/dev/pci/ |
| D | mfii.c | 2641 mfii_scsi_cmd_tmo(void *xsp) in mfii_scsi_cmd_tmo() argument 2643 struct scsi_xfer *xs = xsp; in mfii_scsi_cmd_tmo()
|