/titanic_51/usr/src/cmd/nscd/ |
H A D | nscd_initf.c | 32 _nss_initf_passwd(nss_db_params_t *p) in _nss_initf_passwd() argument 39 _nss_initf_hosts(nss_db_params_t *p) in _nss_initf_hosts() argument 46 _nss_initf_group(nss_db_params_t *p) in _nss_initf_group() argument 53 _nss_initf_ipnodes(nss_db_params_t *p) in _nss_initf_ipnodes() argument 60 _nss_initf_net(nss_db_params_t * p) _nss_initf_net() argument 67 _nss_initf_proto(nss_db_params_t * p) _nss_initf_proto() argument 74 _nss_initf_rpc(p) _nss_initf_rpc() argument 82 _nss_initf_ethers(nss_db_params_t * p) _nss_initf_ethers() argument 89 _nss_initf_netmasks(nss_db_params_t * p) _nss_initf_netmasks() argument 96 _nss_initf_bootparams(nss_db_params_t * p) _nss_initf_bootparams() argument 103 _nss_initf_publickey(nss_db_params_t * p) _nss_initf_publickey() argument 110 _nss_initf_netgroup(nss_db_params_t * p) _nss_initf_netgroup() argument 117 _nss_initf_services(nss_db_params_t * p) _nss_initf_services() argument 124 _nss_initf_printers(nss_db_params_t * p) _nss_initf_printers() argument 131 _nss_initf_authattr(nss_db_params_t * p) _nss_initf_authattr() argument 138 _nss_initf_profattr(nss_db_params_t * p) _nss_initf_profattr() argument 145 _nss_initf_execattr(nss_db_params_t * p) _nss_initf_execattr() argument 153 _nss_initf_userattr(nss_db_params_t * p) _nss_initf_userattr() argument 161 _nss_initf_project(nss_db_params_t * p) _nss_initf_project() argument 168 _nss_initf_auuser(nss_db_params_t * p) _nss_initf_auuser() argument 176 _nss_initf_shadow(nss_db_params_t * p) _nss_initf_shadow() argument 184 _nss_initf_passwd_compat(nss_db_params_t * p) _nss_initf_passwd_compat() argument 192 _nss_initf_group_compat(nss_db_params_t * p) _nss_initf_group_compat() argument 200 _nss_initf_tsol_rh(nss_db_params_t * p) _nss_initf_tsol_rh() argument 207 _nss_initf_tsol_tp(nss_db_params_t * p) _nss_initf_tsol_tp() argument [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | aso.h | 107 #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, argument 118 asogetshort(p) global() argument 119 asoincshort(p) global() argument 120 asodecshort(p) global() argument 128 asocasint(p,o,n) global() argument 129 asogetint(p) global() argument 130 asoincint(p) global() argument 131 asodecint(p) global() argument 135 asocaslong(p,o,n) global() argument 136 asogetlong(p) global() argument 137 asoinclong(p) global() argument 138 asodeclong(p) global() argument 142 asocassize(p,o,n) global() argument 143 asogetsize(p) global() argument 144 asoincsize(p) global() argument 145 asodecsize(p) global() argument 156 asocasint(p,o,n) global() argument 157 asogetint(p) global() argument 158 asoincint(p) global() argument 159 asodecint(p) global() argument 163 asocaslong(p,o,n) global() argument 164 asogetlong(p) global() argument 165 asoinclong(p) global() argument 166 asodeclong(p) global() argument 170 asocassize(p,o,n) global() argument 171 asogetsize(p) global() argument 172 asoincsize(p) global() argument 173 asodecsize(p) global() argument [all...] |
H A D | fs3d.h | 36 #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) argument 45 IVIEW(p,v) global() argument 48 iview(p) global() argument 49 IVIEW(p,v) global() argument 52 iview(p) global() argument 53 IVIEW(p,v) global() argument 55 iview(p) global() argument 56 IVIEW(p,v) global() argument [all...] |
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | vdbeaux.c | 40 Vdbe *p; in sqliteVdbeCreate() local 57 sqliteVdbeTrace(Vdbe * p,FILE * trace) sqliteVdbeTrace() argument 77 sqliteVdbeAddOp(Vdbe * p,int op,int p1,int p2) sqliteVdbeAddOp() argument 114 sqliteVdbeOp3(Vdbe * p,int op,int p1,int p2,const char * zP3,int p3type) sqliteVdbeOp3() argument 123 sqliteVdbeCode(Vdbe * p,...) sqliteVdbeCode() argument 152 sqliteVdbeMakeLabel(Vdbe * p) sqliteVdbeMakeLabel() argument 179 sqliteVdbeResolveLabel(Vdbe * p,int x) sqliteVdbeResolveLabel() argument 195 sqliteVdbeCurrentAddr(Vdbe * p) sqliteVdbeCurrentAddr() argument 204 sqliteVdbeAddOpList(Vdbe * p,int nOp,VdbeOpList const * aOp) sqliteVdbeAddOpList() argument 248 sqliteVdbeChangeP1(Vdbe * p,int addr,int val) sqliteVdbeChangeP1() argument 259 sqliteVdbeChangeP2(Vdbe * p,int addr,int val) sqliteVdbeChangeP2() argument 284 sqliteVdbeChangeP3(Vdbe * p,int addr,const char * zP3,int n) sqliteVdbeChangeP3() argument 318 sqliteVdbeDequoteP3(Vdbe * p,int addr) sqliteVdbeDequoteP3() argument 341 sqliteVdbeCompressSpace(Vdbe * p,int addr) sqliteVdbeCompressSpace() argument 375 sqliteVdbeFindOp(Vdbe * p,int op,int p2) sqliteVdbeFindOp() argument 387 sqliteVdbeGetOp(Vdbe * p,int addr) sqliteVdbeGetOp() argument 414 sqlite_set_result_string(sqlite_func * p,const char * zResult,int n) sqlite_set_result_string() argument 443 sqlite_set_result_int(sqlite_func * p,int iResult) sqlite_set_result_int() argument 451 sqlite_set_result_double(sqlite_func * p,double rResult) sqlite_set_result_double() argument 459 sqlite_set_result_error(sqlite_func * p,const char * zMsg,int n) sqlite_set_result_error() argument 469 sqlite_user_data(sqlite_func * p) sqlite_user_data() argument 483 sqlite_aggregate_context(sqlite_func * p,int nByte) sqlite_aggregate_context() argument 504 sqlite_aggregate_count(sqlite_func * p) sqlite_aggregate_count() argument 537 sqliteVdbeList(Vdbe * p) sqliteVdbeList() argument 593 sqliteVdbeMakeReady(Vdbe * p,int nVar,int isExplain) sqliteVdbeMakeReady() argument 662 sqliteVdbeSorterReset(Vdbe * p) sqliteVdbeSorterReset() argument 683 HashElem *p; sqliteVdbeAggReset() local 721 sqliteVdbeKeylistFree(Keylist * p) sqliteVdbeKeylistFree() argument 747 closeAllCursors(Vdbe * p) closeAllCursors() argument 764 Cleanup(Vdbe * p) Cleanup() argument 837 sqliteVdbeReset(Vdbe * p,char ** pzErrMsg) sqliteVdbeReset() argument 923 sqliteVdbeFinalize(Vdbe * p,char ** pzErrMsg) sqliteVdbeFinalize() argument 952 Vdbe *p = (Vdbe*)pVm; sqlite_bind() local 985 sqliteVdbeDelete(Vdbe * p) sqliteVdbeDelete() argument 1050 sqliteVdbeCursorMoveto(Cursor * p) sqliteVdbeCursorMoveto() argument [all...] |
/titanic_51/usr/src/cmd/mandoc/ |
H A D | term.c | 42 term_free(struct termp *p) in term_free() argument 51 term_begin(struct termp *p, term_margin head, in term_begin() argument 62 term_end(struct termp * p) term_end() argument 92 term_flushln(struct termp * p) term_flushln() argument 306 term_newln(struct termp * p) term_newln() argument 321 term_vspace(struct termp * p) term_vspace() argument 334 term_fontlast(struct termp * p) term_fontlast() argument 345 term_fontrepl(struct termp * p,enum termfont f) term_fontrepl() argument 354 term_fontpush(struct termp * p,enum termfont f) term_fontpush() argument 368 term_fontpopq(struct termp * p,int i) term_fontpopq() argument 378 term_fontpop(struct termp * p) term_fontpop() argument 391 term_word(struct termp * p,const char * word) term_word() argument 525 adjbuf(struct termp * p,size_t sz) adjbuf() argument 537 bufferc(struct termp * p,char c) bufferc() argument 552 encode1(struct termp * p,int c) encode1() argument 581 encode(struct termp * p,const char * word,size_t sz) encode() argument 619 term_setwidth(struct termp * p,const char * wstr) term_setwidth() argument 649 term_len(const struct termp * p,size_t sz) term_len() argument 656 cond_width(const struct termp * p,int c,int * skip) cond_width() argument 667 term_strlen(const struct termp * p,const char * cp) term_strlen() argument 791 term_vspan(const struct termp * p,const struct roffsu * su) term_vspan() argument 835 term_hspan(const struct termp * p,const struct roffsu * su) term_hspan() argument [all...] |
H A D | term_ascii.c | 65 struct termp *p; in ascii_init() local 167 ascii_setwidth(struct termp * p,int iop,size_t width) ascii_setwidth() argument 186 struct termp *p; ascii_sepline() local 198 ascii_width(const struct termp * p,int c) ascii_width() argument 212 ascii_letter(struct termp * p,int c) ascii_letter() argument 219 ascii_begin(struct termp * p) ascii_begin() argument 226 ascii_end(struct termp * p) ascii_end() argument 233 ascii_endline(struct termp * p) ascii_endline() argument 240 ascii_advance(struct termp * p,size_t len) ascii_advance() argument 249 ascii_hspan(const struct termp * p,const struct roffsu * su) ascii_hspan() argument 374 locale_width(const struct termp * p,int c) locale_width() argument 387 locale_advance(struct termp * p,size_t len) locale_advance() argument 396 locale_endline(struct termp * p) locale_endline() argument 403 locale_letter(struct termp * p,int c) locale_letter() argument [all...] |
H A D | term_ps.c | 39 #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; pspdf_alloc() local 636 ps_setwidth(struct termp * p,int iop,size_t width) ps_setwidth() argument 655 struct termp *p; pspdf_free() local 669 ps_printf(struct termp * p,const char * fmt,...) ps_printf() argument 706 ps_putchar(struct termp * p,char c) ps_putchar() argument 726 pdf_obj(struct termp * p,size_t obj) pdf_obj() argument 742 ps_closepage(struct termp * p) ps_closepage() argument 795 ps_end(struct termp * p) ps_end() argument 859 ps_begin(struct termp * p) ps_begin() argument 943 ps_pletter(struct termp * p,int c) ps_pletter() argument 1024 ps_pclose(struct termp * p) ps_pclose() argument 1045 ps_fclose(struct termp * p) ps_fclose() argument 1074 ps_letter(struct termp * p,int arg) ps_letter() argument 1201 ps_advance(struct termp * p,size_t len) ps_advance() argument 1216 ps_endline(struct termp * p) ps_endline() argument 1255 ps_setfont(struct termp * p,enum termfont f) ps_setfont() argument 1278 ps_width(const struct termp * p,int c) ps_width() argument 1290 ps_hspan(const struct termp * p,const struct roffsu * su) ps_hspan() argument 1345 ps_growbuf(struct termp * p,size_t sz) ps_growbuf() argument [all...] |
/titanic_51/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | udfslib.c | 275 ud_swap_ext_ad(struct extent_ad *p) in ud_swap_ext_ad() argument 284 ud_swap_regid(struct regid *p) in ud_swap_regid() argument 289 ud_swap_icb_tag(struct icb_tag *p) in ud_swap_icb_tag() argument 301 ud_swap_short_ad(struct short_ad * p) ud_swap_short_ad() argument 308 ud_swap_long_ad(struct long_ad * p) ud_swap_long_ad() argument 316 ud_swap_pri_vol_desc(struct pri_vol_desc * p) ud_swap_pri_vol_desc() argument 336 ud_swap_iuvd(struct iuvd_desc * p) ud_swap_iuvd() argument 344 ud_swap_vdp(struct vol_desc_ptr * p) ud_swap_vdp() argument 351 ud_swap_avdp(struct anch_vol_desc_ptr * p) ud_swap_avdp() argument 358 ud_swap_part_desc(struct part_desc * p) ud_swap_part_desc() argument 382 ud_swap_log_desc(struct log_vol_desc * p) ud_swap_log_desc() argument 395 ud_swap_unall_desc(struct unall_spc_desc * p) ud_swap_unall_desc() argument 402 ud_swap_lvint(struct log_vol_int_desc * p) ud_swap_lvint() argument 425 ud_swap_fileset_desc(struct file_set_desc * p) ud_swap_fileset_desc() argument 441 ud_swap_term_desc(struct term_desc * p) ud_swap_term_desc() argument 446 ud_swap_file_id(struct file_id * p) ud_swap_file_id() argument 454 ud_swap_alloc_ext(struct alloc_ext_desc * p) ud_swap_alloc_ext() argument 461 ud_swap_space_bitmap(struct space_bmap_desc * p) ud_swap_space_bitmap() argument 468 ud_swap_file_entry(struct file_entry * p,int32_t rdflag) ud_swap_file_entry() argument [all...] |
/titanic_51/usr/src/uts/sun4v/promif/ |
H A D | promif_mon.c | 38 #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() argument 89 promif_enter_mon(void * p) promif_enter_mon() argument [all...] |
/titanic_51/usr/src/common/lzma/ |
H A D | LzFind.c | 22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() argument 33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() argument 50 MatchFinder_GetPointerToCurrentPos(CMatchFinder * p) MatchFinder_GetPointerToCurrentPos() argument 51 MatchFinder_GetIndexByte(CMatchFinder * p,Int32 index) MatchFinder_GetIndexByte() argument 53 MatchFinder_GetNumAvailableBytes(CMatchFinder * p) MatchFinder_GetNumAvailableBytes() argument 55 MatchFinder_ReduceOffsets(CMatchFinder * p,UInt32 subValue) MatchFinder_ReduceOffsets() argument 62 MatchFinder_ReadBlock(CMatchFinder * p) MatchFinder_ReadBlock() argument 86 MatchFinder_MoveBlock(CMatchFinder * p) MatchFinder_MoveBlock() argument 94 MatchFinder_NeedMove(CMatchFinder * p) MatchFinder_NeedMove() argument 100 MatchFinder_ReadIfRequired(CMatchFinder * p) MatchFinder_ReadIfRequired() argument 108 MatchFinder_CheckAndMoveAndRead(CMatchFinder * p) MatchFinder_CheckAndMoveAndRead() argument 115 MatchFinder_SetDefaultSettings(CMatchFinder * p) MatchFinder_SetDefaultSettings() argument 127 MatchFinder_Construct(CMatchFinder * p) MatchFinder_Construct() argument 145 MatchFinder_FreeThisClassMemory(CMatchFinder * p,ISzAlloc * alloc) MatchFinder_FreeThisClassMemory() argument 151 MatchFinder_Free(CMatchFinder * p,ISzAlloc * alloc) MatchFinder_Free() argument 165 MatchFinder_Create(CMatchFinder * p,UInt32 historySize,UInt32 keepAddBufferBefore,UInt32 matchMaxLen,UInt32 keepAddBufferAfter,ISzAlloc * alloc) MatchFinder_Create() argument 241 MatchFinder_SetLimits(CMatchFinder * p) MatchFinder_SetLimits() argument 266 MatchFinder_Init(CMatchFinder * p) MatchFinder_Init() argument 280 MatchFinder_GetSubValue(CMatchFinder * p) MatchFinder_GetSubValue() argument 299 MatchFinder_Normalize(CMatchFinder * p) MatchFinder_Normalize() argument 306 MatchFinder_CheckLimits(CMatchFinder * p) MatchFinder_CheckLimits() argument 460 MatchFinder_MovePos(CMatchFinder * p) MatchFinder_MovePos() argument 470 MF_PARAMS(p) global() argument 479 Bt2_MatchFinder_GetMatches(CMatchFinder * p,UInt32 * distances) Bt2_MatchFinder_GetMatches() argument 490 Bt3Zip_MatchFinder_GetMatches(CMatchFinder * p,UInt32 * distances) Bt3Zip_MatchFinder_GetMatches() argument 501 Bt3_MatchFinder_GetMatches(CMatchFinder * p,UInt32 * distances) Bt3_MatchFinder_GetMatches() argument 534 Bt4_MatchFinder_GetMatches(CMatchFinder * p,UInt32 * distances) Bt4_MatchFinder_GetMatches() argument 581 Hc4_MatchFinder_GetMatches(CMatchFinder * p,UInt32 * distances) Hc4_MatchFinder_GetMatches() argument 630 Hc3Zip_MatchFinder_GetMatches(CMatchFinder * p,UInt32 * distances) Hc3Zip_MatchFinder_GetMatches() argument 642 Bt2_MatchFinder_Skip(CMatchFinder * p,UInt32 num) Bt2_MatchFinder_Skip() argument 655 Bt3Zip_MatchFinder_Skip(CMatchFinder * p,UInt32 num) Bt3Zip_MatchFinder_Skip() argument 668 Bt3_MatchFinder_Skip(CMatchFinder * p,UInt32 num) Bt3_MatchFinder_Skip() argument 683 Bt4_MatchFinder_Skip(CMatchFinder * p,UInt32 num) Bt4_MatchFinder_Skip() argument 699 Hc4_MatchFinder_Skip(CMatchFinder * p,UInt32 num) Hc4_MatchFinder_Skip() argument 716 Hc3Zip_MatchFinder_Skip(CMatchFinder * p,UInt32 num) Hc3Zip_MatchFinder_Skip() argument 730 MatchFinder_CreateVTable(CMatchFinder * p,IMatchFinder * vTable) MatchFinder_CreateVTable() argument [all...] |
/titanic_51/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | util.c | 53 char *p; in strnormalize() local 76 char *p; strtrim() local 93 char *p; strlower() local 132 in_string_set(char * p,char * set) in_string_set() argument 164 strend(char * p) strend() argument 173 lastspace(char * p) lastspace() argument 189 skipb(char * p) skipb() argument 201 nextb(char * p) nextb() argument 213 skipsep(char * p) skipsep() argument 229 nextsep(char * p) nextsep() argument 244 nextsep2(char * p) nextsep2() argument 261 char *p; objectname() local 373 compare(const void * p,const void * q) compare() argument [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | sfstr.c | 27 #define VALID(p,f) ((p=(Sfstr_t*)f)>=&strs[0]&&p<&strs[elementsof(strs)]) argument 32 extend(Sfstr_t* p, int n) in extend() argument 50 Sfstr_t* p; sfclose() local 66 Sfstr_t* p; sfprintf() local 99 Sfstr_t* p; sfputc() local 117 Sfstr_t* p; sfputr() local 144 Sfstr_t* p; sfstrbase() local 154 Sfstr_t* p; sfstropen() local 171 _sf_strseek(f,p,m) global() argument 188 Sfstr_t* p; sfstrseek() local 198 Sfstr_t* p; sfstrset() local 208 Sfstr_t* p; sfstrtell() local 221 Sfstr_t* p; sfstruse() local 234 Sfstr_t* p; sfwrite() local [all...] |
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | utf8.c | 58 size_t krb5int_utf8_bytes(const char *p) in krb5int_utf8_bytes() argument 68 size_t krb5int_utf8_chars(const char *p) in krb5int_utf8_chars() argument 79 size_t krb5int_utf8c_chars(const char *p, size_t length) in krb5int_utf8c_chars() argument 92 int krb5int_utf8_offset(const char *p) in krb5int_utf8_offset() argument 110 krb5int_utf8_charlen(const char * p) krb5int_utf8_charlen() argument 150 krb5int_utf8_charlen2(const char * p) krb5int_utf8_charlen2() argument 166 krb5int_utf8_to_ucs4(const char * p,krb5_ucs4 * out) krb5int_utf8_to_ucs4() argument 194 krb5int_utf8_to_ucs2(const char * p,krb5_ucs2 * out) krb5int_utf8_to_ucs2() argument 209 unsigned char *p = (unsigned char *) buf; krb5int_ucs4_to_utf8() local 275 krb5int_utf8_next(const char * p) krb5int_utf8_next() argument 302 krb5int_utf8_prev(const char * p) krb5int_utf8_prev() argument 353 krb5int_utf8_isascii(const char * p) krb5int_utf8_isascii() argument 360 krb5int_utf8_isdigit(const char * p) krb5int_utf8_isdigit() argument 370 krb5int_utf8_isxdigit(const char * p) krb5int_utf8_isxdigit() argument 380 krb5int_utf8_isspace(const char * p) krb5int_utf8_isspace() argument 404 krb5int_utf8_isalpha(const char * p) krb5int_utf8_isalpha() argument 414 krb5int_utf8_isalnum(const char * p) krb5int_utf8_isalnum() argument [all...] |
/titanic_51/usr/src/cmd/spell/ |
H A D | malloc.c | 28 #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) argument 84 register union store *p, *q; global() local 147 register union store *p = (union store *)ap; global() local 168 register union store *p, *q, *s; global() local 207 register union store *p = (union store *)pp; global() local 239 register union store *p, *r; global() variable [all...] |
/titanic_51/usr/src/uts/common/inet/ |
H A D | common.h | 83 #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) argument 89 ABE16_TO_U16(p) global() argument 90 ABE32_TO_U32(p) global() argument 91 U16_TO_ABE16(u,p) global() argument 92 U32_TO_ABE16(u,p) global() argument 93 U32_TO_ABE32(u,p) global() argument [all...] |
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | fenv.c | 69 int feholdexcept(fenv_t *p) in feholdexcept() argument 76 int feholdexcept96(fenv_t *p) in feholdexcept96() argument 83 int feupdateenv(const fenv_t *p) in feupdateenv() argument 93 int fegetenv(fenv_t *p) in fegetenv() argument 100 int fesetenv(const fenv_t *p) in fesetenv() argument 107 fex_merge_flags(const fenv_t * p) fex_merge_flags() argument [all...] |
/titanic_51/usr/src/cmd/tip/ |
H A D | value.c | 33 value_t *p; in vinit() local 75 vassign(value_t * p,char * v) vassign() argument 122 value_t *p; vlex() local 147 value_t *p; vtoken() local 187 vprint(value_t * p) vprint() argument 251 value_t *p; vlookup() local 262 char *p = s, c; vinterp() local 316 value_t *p; vstring() local [all...] |
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | fs3d.h | 36 #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_pad4[0]) argument 45 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 48 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 49 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 51 #define iview(p) 0 argument 52 #define IVIEW(p,v) argument
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | fs3d.h | 45 #define iview(p) ((p)->st_spare1) argument 46 #define IVIEW(p,v) ((p)->st_spare1=(v)) argument 49 #define iview(p) ((p)->st_spare4[0]) argument 50 #define IVIEW(p,v) ((p)->st_spare4[0]=(v)) argument 53 #define iview(p) ((p)->st_pad4[0]) argument 54 #define IVIEW(p,v) ((p)->st_pad4[0]=(v)) argument 57 #define iview(p) ((S_ISBLK((p)->st_mode)||S_ISCHR((p)->st_mode))?0:(p)->st_rdev) argument 58 #define IVIEW(p,v) do{if(!S_ISBLK((p)->st_mode)&&!S_ISCHR((p)->st_mode))(p)->st_rdev=(v);}while(0) argument 60 #define iview(p) 0 argument 61 #define IVIEW(p,v) argument
|
/titanic_51/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 173 struct parse *p = &pa; regcomp() local 278 p_ere(struct parse * p,wint_t stop) p_ere() argument 323 p_ere_exp(struct parse * p) p_ere_exp() argument 483 p_str(struct parse * p) p_str() argument 499 p_bre(struct parse * p,wint_t end1,wint_t end2) p_bre() argument 530 p_simp_re(struct parse * p,int starordinary) p_simp_re() argument 655 p_count(struct parse * p) p_count() argument 673 p_bracket(struct parse * p) p_bracket() argument 724 p_b_term(struct parse * p,cset * cs) p_b_term() argument 801 p_b_cclass(struct parse * p,cset * cs) p_b_cclass() argument 830 p_b_eclass(struct parse * p,cset * cs) p_b_eclass() argument 842 p_b_symbol(struct parse * p) p_b_symbol() argument 860 p_b_coll_elem(struct parse * p,wint_t endc) p_b_coll_elem() argument 911 bothcases(struct parse * p,wint_t ch) bothcases() argument 937 ordinary(struct parse * p,wint_t ch) ordinary() argument 963 nonnewline(struct parse * p) nonnewline() argument 985 repeat(struct parse * p,sopno start,int from,int to) repeat() argument 1057 wgetnext(struct parse * p) wgetnext() argument 1079 seterr(struct parse * p,int e) seterr() argument 1092 allocset(struct parse * p) allocset() argument 1112 freeset(struct parse * p,cset * cs) freeset() argument 1151 CHadd(struct parse * p,cset * cs,wint_t ch) CHadd() argument 1179 CHaddrange(struct parse * p,cset * cs,wint_t min,wint_t max) CHaddrange() argument 1203 CHaddtype(struct parse * p,cset * cs,wctype_t wct) CHaddtype() argument 1225 dupl(struct parse * p,sopno start,sopno finish) dupl() argument 1251 doemit(struct parse * p,sop op,size_t opnd) doemit() argument 1273 doinsert(struct parse * p,sop op,size_t opnd,sopno pos) doinsert() argument 1308 dofwd(struct parse * p,sopno pos,sop value) dofwd() argument 1322 enlarge(struct parse * p,sopno size) enlarge() argument 1342 stripsnug(struct parse * p,struct re_guts * g) stripsnug() argument 1362 findmust(struct parse * p,struct re_guts * g) findmust() argument 1613 computejumps(struct parse * p,struct re_guts * g) computejumps() argument 1658 computematchjumps(struct parse * p,struct re_guts * g) computematchjumps() argument 1734 pluscount(struct parse * p,struct re_guts * g) pluscount() argument [all...] |
/titanic_51/usr/src/lib/iconv_modules/common/ |
H A D | ucs2.h | 41 #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, argument 56 get_ucs2_word_BB(p) global() argument 59 set_ucs2_word_BB(p,n) global() argument [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | multidata.h | 96 #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) (( argument 101 PDESC_HDR_ADD(p,base,head,len,tail) global() argument 108 PDESC_PLD_INIT(p) global() argument 110 PDESC_PLD_SPAN_SIZE(p,n) global() argument 113 PDESC_PLDL(p,n) global() argument 115 PDESC_PLD_SPAN_TRIM(p,n,b) global() argument 120 PDESC_PLD_SPAN_CLEAR(p,n) global() argument 123 PDESC_PLD_SPAN_ADD(p,pbuf_idx,rptr,len) global() argument [all...] |