Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 2898) sorted by relevance

12345678910>>...116

/titanic_53/usr/src/cmd/nscd/
H A Dnscd_initf.c32 _nss_initf_passwd(nss_db_params_t *p) in _nss_initf_passwd()
39 _nss_initf_hosts(nss_db_params_t *p) in _nss_initf_hosts()
46 _nss_initf_group(nss_db_params_t *p) in _nss_initf_group()
53 _nss_initf_ipnodes(nss_db_params_t *p) in _nss_initf_ipnodes()
60 _nss_initf_net(nss_db_params_t *p) in _nss_initf_net()
67 _nss_initf_proto(nss_db_params_t *p) in _nss_initf_proto()
74 _nss_initf_rpc(p) in _nss_initf_rpc() argument
82 _nss_initf_ethers(nss_db_params_t *p) in _nss_initf_ethers()
89 _nss_initf_netmasks(nss_db_params_t *p) in _nss_initf_netmasks()
96 _nss_initf_bootparams(nss_db_params_t *p) in _nss_initf_bootparams()
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/include/
H A Daso.h107 #define asocaschar(p,o,n) asocas8(p,o,n) argument
108 #define asogetchar(p) asoget8(p) argument
109 #define asoincchar(p) asoinc8(p) argument
110 #define asodecchar(p) asodec8(p) argument
117 #define asocasshort(p,o,n) asocas16(p,o,n) argument
118 #define asogetshort(p) asoget16(p) argument
119 #define asoincshort(p) asoinc16(p) argument
120 #define asodecshort(p) asodec16(p) argument
128 #define asocasint(p,o,n) asocas32((uint32_t volatile*)p,o,n) argument
129 #define asogetint(p) asoget32((uint32_t volatile*)p) argument
[all …]
H A Dfs3d.h36 #define iview(p) ((p)->st_spare1) argument
37 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument
40 #define iview(p) ((p)->st_spare4[0]) argument
41 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument
44 #define iview(p) ((p)->st_extra[0]) argument
45 #define IVIEW(p,v) ((p)->st_extra[0]=(v)) argument
48 #define iview(p) ((p)->st_pad4[0]) argument
49 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument
52 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument
53 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument
[all …]
/titanic_53/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c40 Vdbe *p; in sqliteVdbeCreate() local
57 void sqliteVdbeTrace(Vdbe *p, FILE *trace){ in sqliteVdbeTrace()
77 int sqliteVdbeAddOp(Vdbe *p, int op, int p1, int p2){ in sqliteVdbeAddOp()
114 int sqliteVdbeOp3(Vdbe *p, int op, int p1, int p2, const char *zP3, int p3type){ in sqliteVdbeOp3()
123 int sqliteVdbeCode(Vdbe *p, ...){ in sqliteVdbeCode()
152 int sqliteVdbeMakeLabel(Vdbe *p){ in sqliteVdbeMakeLabel()
179 void sqliteVdbeResolveLabel(Vdbe *p, int x){ in sqliteVdbeResolveLabel()
195 int sqliteVdbeCurrentAddr(Vdbe *p){ in sqliteVdbeCurrentAddr()
204 int sqliteVdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ in sqliteVdbeAddOpList()
248 void sqliteVdbeChangeP1(Vdbe *p, int addr, int val){ in sqliteVdbeChangeP1()
[all …]
/titanic_53/usr/src/cmd/mandoc/
H A Dterm.c42 term_free(struct termp *p) in term_free()
51 term_begin(struct termp *p, term_margin head, in term_begin()
62 term_end(struct termp *p) in term_end()
92 term_flushln(struct termp *p) in term_flushln()
306 term_newln(struct termp *p) in term_newln()
321 term_vspace(struct termp *p) in term_vspace()
334 term_fontlast(struct termp *p) in term_fontlast()
345 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl()
354 term_fontpush(struct termp *p, enum termfont f) in term_fontpush()
368 term_fontpopq(struct termp *p, int i) in term_fontpopq()
[all …]
H A Dterm_ascii.c65 struct termp *p; in ascii_init() local
167 ascii_setwidth(struct termp *p, int iop, size_t width) in ascii_setwidth()
186 struct termp *p; in ascii_sepline() local
198 ascii_width(const struct termp *p, int c) in ascii_width()
212 ascii_letter(struct termp *p, int c) in ascii_letter()
219 ascii_begin(struct termp *p) in ascii_begin()
226 ascii_end(struct termp *p) in ascii_end()
233 ascii_endline(struct termp *p) in ascii_endline()
240 ascii_advance(struct termp *p, size_t len) in ascii_advance()
249 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan()
[all …]
H A Dterm_ps.c39 #define PNT2AFM(p, x) \ argument
43 #define AFM2PNT(p, x) \ argument
512 struct termp *p; in pdf_alloc() local
523 struct termp *p; in ps_alloc() local
534 struct termp *p; in pspdf_alloc() local
636 ps_setwidth(struct termp *p, int iop, size_t width) in ps_setwidth()
655 struct termp *p; in pspdf_free() local
669 ps_printf(struct termp *p, const char *fmt, ...) in ps_printf()
706 ps_putchar(struct termp *p, char c) in ps_putchar()
726 pdf_obj(struct termp *p, size_t obj) in pdf_obj()
[all …]
/titanic_53/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c275 ud_swap_ext_ad(struct extent_ad *p) in ud_swap_ext_ad()
284 ud_swap_regid(struct regid *p) in ud_swap_regid()
289 ud_swap_icb_tag(struct icb_tag *p) in ud_swap_icb_tag()
301 ud_swap_short_ad(struct short_ad *p) in ud_swap_short_ad()
308 ud_swap_long_ad(struct long_ad *p) in ud_swap_long_ad()
316 ud_swap_pri_vol_desc(struct pri_vol_desc *p) in ud_swap_pri_vol_desc()
336 ud_swap_iuvd(struct iuvd_desc *p) in ud_swap_iuvd()
344 ud_swap_vdp(struct vol_desc_ptr *p) in ud_swap_vdp()
351 ud_swap_avdp(struct anch_vol_desc_ptr *p) in ud_swap_avdp()
358 ud_swap_part_desc(struct part_desc *p) in ud_swap_part_desc()
[all …]
/titanic_53/usr/src/uts/sun4v/promif/
H A Dpromif_mon.c38 #define PIL_DECL(p) argument
39 #define PIL_SET7(p) argument
40 #define PIL_REST(p) argument
47 #define PIL_DECL(p) int p argument
48 #define PIL_SET7(p) (p = spl7()) argument
49 #define PIL_REST(p) (splx(p)) argument
64 promif_exit_to_mon(void *p) in promif_exit_to_mon()
89 promif_enter_mon(void *p) in promif_enter_mon()
/titanic_53/usr/src/common/lzma/
H A DLzFind.c22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free()
33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create()
50 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos()
51 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } in MatchFinder_GetIndexByte()
53 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets()
62 static void MatchFinder_ReadBlock(CMatchFinder *p) in MatchFinder_ReadBlock()
86 void MatchFinder_MoveBlock(CMatchFinder *p) in MatchFinder_MoveBlock()
94 int MatchFinder_NeedMove(CMatchFinder *p) in MatchFinder_NeedMove()
100 void MatchFinder_ReadIfRequired(CMatchFinder *p) in MatchFinder_ReadIfRequired()
[all …]
/titanic_53/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c53 char *p; in strnormalize() local
76 char *p; in strtrim() local
93 char *p; in strlower() local
132 in_string_set(char *p, char *set) in in_string_set()
164 strend(char *p) in strend()
173 lastspace(char *p) in lastspace()
189 skipb(char *p) in skipb()
201 nextb(char *p) in nextb()
213 skipsep(char *p) in skipsep()
229 nextsep(char *p) in nextsep()
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dsfstr.c27 #define VALID(p,f) ((p=(Sfstr_t*)f)>=&strs[0]&&p<&strs[elementsof(strs)]) argument
32 extend(Sfstr_t* p, int n) in extend()
50 Sfstr_t* p; in sfclose() local
66 Sfstr_t* p; in sfprintf() local
99 Sfstr_t* p; in sfputc() local
117 Sfstr_t* p; in sfputr() local
144 Sfstr_t* p; in sfstrbase() local
154 Sfstr_t* p; in sfstropen() local
171 #define _sf_strseek(f,p,m) \ argument
188 Sfstr_t* p; in sfstrseek() local
[all …]
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c58 size_t krb5int_utf8_bytes(const char *p) in krb5int_utf8_bytes()
68 size_t krb5int_utf8_chars(const char *p) in krb5int_utf8_chars()
79 size_t krb5int_utf8c_chars(const char *p, size_t length) in krb5int_utf8c_chars()
92 int krb5int_utf8_offset(const char *p) in krb5int_utf8_offset()
110 int krb5int_utf8_charlen(const char *p) in krb5int_utf8_charlen()
150 int krb5int_utf8_charlen2(const char *p) in krb5int_utf8_charlen2()
166 int krb5int_utf8_to_ucs4(const char *p, krb5_ucs4 *out) in krb5int_utf8_to_ucs4()
194 int krb5int_utf8_to_ucs2(const char *p, krb5_ucs2 *out) in krb5int_utf8_to_ucs2()
209 unsigned char *p = (unsigned char *) buf; in krb5int_ucs4_to_utf8() local
275 char *krb5int_utf8_next(const char *p) in krb5int_utf8_next()
[all …]
/titanic_53/usr/src/uts/common/inet/
H A Dcommon.h83 #define ABE32_TO_U32(p) (*((uint32_t *)p)) argument
84 #define ABE16_TO_U16(p) (*((uint16_t *)p)) argument
85 #define U16_TO_ABE16(u, p) (*((uint16_t *)p) = (u)) argument
86 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p) argument
87 #define U32_TO_ABE32(u, p) (*((uint32_t *)p) = (u)) argument
89 #define ABE16_TO_U16(p) BE16_TO_U16(p) argument
90 #define ABE32_TO_U32(p) BE32_TO_U32(p) argument
91 #define U16_TO_ABE16(u, p) U16_TO_BE16(u, p) argument
92 #define U32_TO_ABE16(u, p) U16_TO_ABE16(u, p) argument
93 #define U32_TO_ABE32(u, p) U32_TO_BE32(u, p) argument
/titanic_53/usr/src/cmd/spell/
H A Dmalloc.c28 #define ASSERT(p) if(!(p))botch("p");else argument
36 #define ASSERT(p) argument
64 #define testbusy(p) ((INT)(p)&BUSY) argument
65 #define setbusy(p) (union store *)((INT)(p)|BUSY) argument
66 #define clearbusy(p) (union store *)((INT)(p)&~BUSY) argument
84 register union store *p, *q; local
147 register union store *p = (union store *)ap; local
168 register union store *p, *q, *s; local
207 register union store *p = (union store *)pp; local
239 register union store *p, *r; variable
/titanic_53/usr/src/lib/libm/common/m9x/
H A Dfenv.c69 int feholdexcept(fenv_t *p) in feholdexcept()
76 int feholdexcept96(fenv_t *p) in feholdexcept96()
83 int feupdateenv(const fenv_t *p) in feupdateenv()
93 int fegetenv(fenv_t *p) in fegetenv()
100 int fesetenv(const fenv_t *p) in fesetenv()
107 void fex_merge_flags(const fenv_t *p) in fex_merge_flags()
/titanic_53/usr/src/cmd/tip/
H A Dvalue.c33 value_t *p; in vinit() local
75 vassign(value_t *p, char *v) in vassign()
122 value_t *p; in vlex() local
147 value_t *p; in vtoken() local
187 vprint(value_t *p) in vprint()
251 value_t *p; in vlookup() local
262 char *p = s, c; in vinterp() local
316 value_t *p; in vstring() local
/titanic_53/usr/src/lib/libc/port/locale/
H A Dregcomp.c173 struct parse *p = &pa; in regcomp() local
278 p_ere(struct parse *p, in p_ere()
323 p_ere_exp(struct parse *p) in p_ere_exp()
483 p_str(struct parse *p) in p_str()
499 p_bre(struct parse *p, in p_bre()
530 p_simp_re(struct parse *p, in p_simp_re()
655 p_count(struct parse *p) in p_count()
673 p_bracket(struct parse *p) in p_bracket()
724 p_b_term(struct parse *p, cset *cs) in p_b_term()
801 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass()
[all …]
/titanic_53/usr/src/uts/common/sys/
H A Dmultidata.h96 #define PDESC_HDRSIZE(p) ((p)->hdr_lim - (p)->hdr_base) argument
97 #define PDESC_HDRL(p) ((p)->hdr_wptr - (p)->hdr_rptr) argument
98 #define PDESC_HDRHEAD(p) ((p)->hdr_rptr - (p)->hdr_base) argument
99 #define PDESC_HDRTAIL(p) ((p)->hdr_lim - (p)->hdr_wptr) argument
101 #define PDESC_HDR_ADD(p, base, head, len, tail) { \ argument
108 #define PDESC_PLD_INIT(p) ((p)->pld_cnt = 0) argument
110 #define PDESC_PLD_SPAN_SIZE(p, n) \ argument
113 #define PDESC_PLDL(p, n) PDESC_PLD_SPAN_SIZE(p, n) argument
115 #define PDESC_PLD_SPAN_TRIM(p, n, b) { \ argument
120 #define PDESC_PLD_SPAN_CLEAR(p, n) \ argument
[all …]
/titanic_53/usr/src/lib/iconv_modules/common/
H A Ducs2.h41 #define next_ucs2_ptr(p) (((uchar_t*)(p))+sizeof(ucs2_t)) argument
45 #define get_ucs2_word(p) (*((ucs2_t*)(p))) argument
46 #define set_ucs2_word(p,n) ((*((ucs2_t*)(p)))=(n)) argument
49 #define get_ucs2_word_BB(p) \ argument
52 #define set_ucs2_word_BB(p,n) \ argument
56 #define get_ucs2_word_BB(p) \ argument
59 #define set_ucs2_word_BB(p,n) \ argument
/titanic_53/usr/src/cmd/dc/
H A Ddc.h44 #define length(p) ((p)->wt-(p)->beg) argument
45 #define rewind(p) ((p)->rd = (p)->beg) argument
46 #define create(p) ((p)->rd = (p)->wt = (p)->beg) argument
47 #define fsfile(p) ((p)->rd = (p)->wt) argument
48 #define truncate(p) ((p)->wt = (p)->rd) argument
49 #define sfeof(p) (((p)->rd >= (p)->wt) ? 1 : 0) argument
50 #define sfbeg(p) (((p)->rd == (p)->beg) ? 1 : 0) argument
51 #define sungetc(p, c) (*(--(p)->rd) = c) argument
52 #define sgetc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd++)) argument
53 #define slookc(p) (((p)->rd == (p)->wt) ? EOF: ctoint((int)*(p)->rd)) argument
[all …]
H A Ddc.c99 struct blk *p, *q; in commnds() local
783 struct blk *p, *divd, *divr; in dcdiv() local
978 removr(struct blk *p, int n) in removr()
1024 sqrt(struct blk *p) in sqrt()
1079 struct blk *r, *e, *p, *e1, *t, *cp; in exp() local
1231 pushp(struct blk *p) in pushp()
1254 struct blk *p, *q; in readin() local
1319 add0(struct blk *p, int ct) in add0()
1342 mult(struct blk *p, struct blk *q) in mult()
1400 chsign(struct blk *p) in chsign()
[all …]
/titanic_53/usr/src/cmd/lp/lib/lp/
H A Dsyntax.c49 register char *p; local
74 register char *p; local
99 register char *p; local
121 register char *p; local
162 register char *p; local
/titanic_53/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfstrtof.h125 #define GET(p) (*get)(p,0) argument
126 #define NON(p) (*get)(p,1) argument
127 #define PUT(p) argument
128 #define REV(p,t,b) argument
129 #define SET(p,t,b) argument
134 #define NON(p) argument
137 #define GET(p) (((p)<(z))?(*p++):(back=0)) argument
138 #define PUT(p) (end?(*end=(char*)p-back):(char*)0) argument
139 #define REV(p,t,b) (p=t,back=b) argument
140 #define SET(p,t,b) (t=p,b=back) argument
[all …]
/titanic_53/usr/src/uts/common/inet/ip/
H A Dipcsum.c39 #define U16AM(p, i, m) ((((uint16_t *)(p))[i]) & (uint32_t)(m)) argument
49 #define U8_FETCH_FIRST(p) ((p)[0]) argument
50 #define U8_FETCH_SECOND(p) (((uint32_t)(p)[0]) << 8) argument
51 #define PREV_ONE(p) U16AM(p, -1, 0xFF00) argument
52 #define NEXT_ONE(p) U16AM(p, 0, 0xFF) argument
54 #define U8_FETCH_FIRST(p) ((uint32_t)((p)[0]) << 8) argument
55 #define U8_FETCH_SECOND(p) ((p)[0]) argument
56 #define PREV_ONE(p) U16AM(p, -1, 0xFF) argument
57 #define NEXT_ONE(p) U16AM(p, 0, 0xFF00) argument
60 #define U16_FETCH(p) U8_FETCH_FIRST(p) + U8_FETCH_SECOND(p+1) argument
[all …]

12345678910>>...116