Home
last modified time | relevance | path

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

123

/minix3/bin/ksh/
H A Dexpand.h37 #define Xinit(xs, xp, length, area) do { \ argument
47 #define Xput(xs, xp, c) (*xp++ = (c)) argument
50 #define XcheckN(xs, xp, n) do { \ argument
57 #define Xcheck(xs, xp) XcheckN(xs, xp, 1) argument
60 #define Xfree(xs, xp) afree((void*) (xs).beg, (xs).areap) argument
63 #define Xclose(xs, xp) (char*) aresize((void*)(xs).beg, \ argument
66 #define Xstring(xs, xp) ((xs).beg) argument
68 #define Xnleft(xs, xp) ((xs).end - (xp)) /* may be less than 0 */ argument
69 #define Xlength(xs, xp) ((xp) - (xs).beg) argument
70 #define Xsize(xs, xp) ((xs).end - (xs).beg) argument
[all …]
H A Dpath.c53 char *xp = Xstring(*xsp, xp); local
226 char *xp; local
243 do_phys_path(xsp, xp, pathx) in do_phys_path() argument
H A Deval.c702 varsub(xp, sp, word, stypep, slenp) in varsub() argument
853 comsub(xp, cp) in comsub() argument
991 char *xp; local
1009 char *xp = *xpp; local
H A Dlex.c794 char *xp; local
1001 char *xp = Xstring(s->xs, xp); local
H A Dc_ksh.c31 char *xp; local
250 char *xp; local
H A Dhistory.c270 char *xp; local
358 char *xp; local
/minix3/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
119 struct ae_xattr *xp; in archive_entry_xattr_count() local
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_purp.c280 int X509_PURPOSE_get_id(X509_PURPOSE *xp) in X509_PURPOSE_get_id()
285 char *X509_PURPOSE_get0_name(X509_PURPOSE *xp) in X509_PURPOSE_get0_name()
290 char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp) in X509_PURPOSE_get0_sname()
295 int X509_PURPOSE_get_trust(X509_PURPOSE *xp) in X509_PURPOSE_get_trust()
594 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_client()
610 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ssl_server()
628 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, in check_purpose_ns_ssl_server()
668 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_sign()
680 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, in check_purpose_smime_encrypt()
692 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, in check_purpose_crl_sign()
[all …]
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Datomic-expr.c41 void func_09 (int* xp) { in func_09()
45 void func_10 (int* xp) { in func_10()
/minix3/external/bsd/llvm/dist/clang/test/CXX/class.derived/class.virtual/
H A Dp12.cpp17 void foo(test24_B *xp) { in foo()
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.mptr.oper/
H A Dp6-0x.cpp15 void test(X *xp, int (X::*pmf)(int), int (X::*l_pmf)(int) &, in test()
/minix3/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_trs.c245 int X509_TRUST_get_flags(X509_TRUST *xp) in X509_TRUST_get_flags()
250 char *X509_TRUST_get0_name(X509_TRUST *xp) in X509_TRUST_get0_name()
255 int X509_TRUST_get_trust(X509_TRUST *xp) in X509_TRUST_get_trust()
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.def.odr/
H A Dp2-typeid.cpp28 void test(X<Poly> xp, X<Poly, Poly&> xpr, X<NonPoly> xnp, X<NonPoly, NonPoly&> xnpr) { in test() argument
/minix3/lib/libm/noieee_src/
H A Dn_exp__E.c114 double z,p,q,xp,xh,w; in __exp__E() local
/minix3/lib/libc/gen/
H A Dinitdir.c198 struct dirent *xp; in _initdir() local
/minix3/sys/ufs/ffs/
H A Dffs_snapshot.c1377 struct inode *xp, *ip = VTOI(vp); in ffs_snapgone() local
1426 struct inode *ip = VTOI(vp), *xp; in ffs_snapremove() local
1728 struct inode *ip, *xp; in ffs_snapshot_mount() local
1846 struct inode *xp; in ffs_snapshot_unmount() local
2268 struct inode *xp; in is_active_snapshot() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dmember-expr.cpp11 void test(X* xp, X x) { in test()
40 void test2(X *xp) { in test2()
H A Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { in test() argument
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddelete.cpp115 void global_delete_virtual(X *xp) { in global_delete_virtual()
/minix3/external/bsd/nvi/dist/vi/
H A Dvs_line.c47 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) in vs_line()
/minix3/usr.bin/make/
H A Dhash.c444 Hash_Entry *e, *next = NULL, **hp, **xp; in RebuildTable() local
/minix3/sbin/rcorder/
H A Dhash.c445 Hash_Entry *e, *next, **hp, **xp; in RebuildTable() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp106 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) { in test_X5()
H A Dinstantiate-expr-2.cpp140 T test_plus(const T* xp, const T& x, const T& y) { in test_plus()
/minix3/usr.bin/xargs/
H A Dxargs.c75 static char **av, **bxp, **ep, **endxp, **xp; variable

123