Home
last modified time | relevance | path

Searched defs:p (Results 601 – 625 of 3441) sorted by relevance

1...<<21222324252627282930>>...138

/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c46 _nss_initf_passwd(nss_db_params_t *p) in _nss_initf_passwd()
215 char *p = *nextpp; in gettok() local
244 char *p, *next; in str2passwd() local
H A Dbasename.c46 char *p; in basename() local
/titanic_44/usr/src/cmd/oawk/
H A Dlib.c200 wchar_t *p; in setclvar() local
218 CELL *p, *q; in fldbld() local
293 wchar_t *r, *p; in recbld() local
/titanic_44/usr/src/cmd/mailx/
H A Dquit.c65 int mcount, p, modify, autohold, anystat, holdbit, nohold, fd; in quit() local
274 register int p, c; in writeback() local
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.c56 char *p, *name; in generate_printf() local
302 char *strp, *p; in space_to_uscore() local
/titanic_44/usr/src/lib/libcmd/sparcv9/include/ast/
H A Dcmd.h155 #define CMD_CONTEXT(p) ((Shbltin_t*)(p)) argument
158 #define CMD_CONTEXT(p) (((p)&&((Shbltin_t*)(p))->version>=20071012&&((Shbltin_t*)(p))->version<203… argument
/titanic_44/usr/src/lib/libcmd/i386/include/ast/
H A Dcmd.h155 #define CMD_CONTEXT(p) ((Shbltin_t*)(p)) argument
158 #define CMD_CONTEXT(p) (((p)&&((Shbltin_t*)(p))->version>=20071012&&((Shbltin_t*)(p))->version<203… argument
/titanic_44/usr/src/lib/libcmd/sparc/include/ast/
H A Dcmd.h155 #define CMD_CONTEXT(p) ((Shbltin_t*)(p)) argument
158 #define CMD_CONTEXT(p) (((p)&&((Shbltin_t*)(p))->version>=20071012&&((Shbltin_t*)(p))->version<203… argument
/titanic_44/usr/src/cmd/ldap/common/
H A Dldaptool.h62 #define LDAPTOOL_MKTEMP( p ) _mktemp( p ) argument
67 #define LDAPTOOL_MKTEMP( p ) mktemp( p ) argument
/titanic_44/usr/src/lib/libcmd/amd64/include/ast/
H A Dcmd.h155 #define CMD_CONTEXT(p) ((Shbltin_t*)(p)) argument
158 #define CMD_CONTEXT(p) (((p)&&((Shbltin_t*)(p))->version>=20071012&&((Shbltin_t*)(p))->version<203… argument
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c76 struct direct64 *d, *p, **names; in scandir64() local
143 struct direct *d, *p, **names; in scandir() local
/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_clts.c248 #define ptoh(p) (&((p)->cku_client)) argument
311 struct cku_private *p; in clnt_clts_kcreate() local
374 struct cku_private *p = htop(h); in clnt_clts_kinit() local
418 struct cku_private *p = htop(h); in clnt_clts_ksettimers() local
460 struct cku_private *p = htop(h); in clnt_clts_kcallit_addr() local
1004 struct cku_private *p = htop(h); in clnt_clts_kerror() local
1013 struct cku_private *p = htop(h); in clnt_clts_kfreeres() local
1031 struct cku_private *p = htop(h); in clnt_clts_kcontrol() local
1082 struct cku_private *p = htop(h); in clnt_clts_kdestroy() local
2101 unsigned char *p = (unsigned char *)&xid; in clnt_clts_dispatch_notify() local
/titanic_44/usr/src/cmd/mandoc/
H A Dmdoc_validate.c356 v_pre *p; in mdoc_valid_pre() local
391 v_post *p; in mdoc_valid_post() local
423 const char *p; in check_count() local
547 check_text(struct mdoc *mdoc, int ln, int pos, char *p) in check_text()
1056 const char *p; in post_lb() local
1222 const char *p, *q; in post_at() local
1729 const char *p; in post_st() local
2209 char *p; in post_dt() local
2450 concat(char *p, const struct mdoc_node *n, size_t sz) in concat()
2467 a2sec(const char *p) in a2sec()
/titanic_44/usr/src/cmd/mail/
H A Disit.c50 register char *p; local
/titanic_44/usr/src/lib/libast/common/misc/
H A Doptctx.c44 optctx(Opt_t* p, Opt_t* o) in optctx()
/titanic_44/usr/src/cmd/sgs/prof/common/
H A DsymintUtil.c53 void *p; in _Malloc() local
/titanic_44/usr/src/cmd/sgs/tsort/common/
H A Dzmalloc.c45 void *p; in zmalloc() local
/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsftell.c37 Sfoff_t p; local
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrmode.c46 strmode(register mode_t mode, register char *p) in strmode()
/titanic_44/usr/src/uts/common/syscall/
H A Dgetpid.c47 proc_t *p; in getpid() local
/titanic_44/usr/src/cmd/bnu/
H A Dstrpbrk.c39 register char *p; local
/titanic_44/usr/src/lib/libgen/common/
H A Dstrrspn.c44 char *p; in strrspn() local
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dgetproto.c11 struct protoent *p; local
/titanic_44/usr/src/lib/libbc/libc/stdio/common/
H A Dgetc.c28 #define __getc__(p) (--(p)->_cnt>=0? ((int)*(p)->_ptr++):_filbuf(p)) argument
/titanic_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dmknod.c30 mknod(char *p, int m, int d) in mknod()

1...<<21222324252627282930>>...138