/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPV1SAttrMsg.java | 140 int i, n = tags.size(); in initialize() local 201 int i, n = types.size(); in makeReply() local
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | tee.c | 71 tee_write(Sfio_t* fp, const void* buf, size_t n, Sfdisc_t* handle) in tee_write() argument 97 register int n; in tee_cleanup() local [all...] |
H A D | cat.c | 108 regress(Sfio_t* sp, ssize_t n, int f) in regress() argument 132 register int n; vcat() local 398 register int n; b_cat() local [all...] |
H A D | id.c | 90 #define power2(n) (!((n)&((n) argument 128 register int n; getfsids() local 422 register int n; b_id() local [all...] |
H A D | fold.c | 92 register int n, col=0, x=0; in fold() local 172 register int n, width=WIDTH; b_fold() local [all...] |
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | tee.c | 71 tee_write(Sfio_t* fp, const void* buf, size_t n, Sfdisc_t* handle) in tee_write() 97 register int n; in tee_cleanup() local
|
H A D | cat.c | 108 regress(Sfio_t* sp, ssize_t n, int f) in regress() 132 register int n; in vcat() local 398 register int n; in b_cat() local
|
H A D | id.c | 90 #define power2(n) (!((n)&((n)-1))) argument 128 register int n; in getfsids() local 422 register int n; in b_id() local
|
H A D | fold.c | 92 register int n, col=0, x=0; in fold() local 172 register int n, width=WIDTH; in b_fold() local
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 191 register int i,n; in sh_findfield() local 247 int n = fp-sp->fields; in fieldcreate() local 493 register int n,oflag=0; in b_open() local 608 register int n=0; in b_close() local 664 register int n; in b_tmpfile() local 740 register int n; in b_dup() local 815 register int n; in b_stat() local 882 register int n; in b_rewind() local
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | shiocmd_solaris.c | 191 register int i,n; in sh_findfield() local 247 int n = fp-sp->fields; in fieldcreate() local 493 register int n,oflag=0; b_open() local 608 register int n=0; b_close() local 664 register int n; b_tmpfile() local 740 register int n; b_dup() local 815 register int n; b_stat() local 882 register int n; b_rewind() local [all...] |
/titanic_51/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_map.c | 596 int i, n = 0; in parse_name_fields() local 1249 int n = 0; get_lhs_match() local 1375 int n = 0; get_lhs_paren_item() local 1450 int n; get_rhs() local 1600 int n = 0; get_print_mapping_element() local 1852 int n; get_print_sub_element() local 1952 int n = 0; get_subElement() local 2451 int n = 0; get_mapping_format() local 2590 int n = 0; parse_index() local [all...] |
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | regnexec.c | 33 #define DEBUG_TEST(f,y,n) ((debug&(debug_flag=f))?(y):(n)) argument 34 #define DEBUG_CODE(f,y,n) do if(debug&(f)){y}else{n} while(0) argument 101 #define DEBUG_TEST(f,y,n) (n) argument 102 #define DEBUG_CODE(f,y,n) do {n} while(0) argument 311 int n; in better() local 403 parserep(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s, int n) in parserep() 727 unsigned int n; in nestmatch() local 804 int n; in parse() local 1848 register int n; in regnexec() local
|
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSDigest.c | 406 # define ROTATE(a,n) (unsigned MD32_REG_T)__rlwinm((int)a,n,0,31) argument 409 # define ROTATE(a,n) (n<24 ? __rol(a,n) : __ror(a,32-n)) argument 411 # define ROTATE(a,n) __ro argument 427 ROTATE(a,n) global() argument 436 ROTATE(a,n) global() argument 513 ROTATE(a,n) global() argument 574 HOST_p_c2l(c,l,n) global() argument 590 HOST_c2l_p(c,l,n) global() argument 610 HOST_p_c2l(c,l,n) global() argument 626 HOST_c2l_p(c,l,n) global() argument [all...] |
/titanic_51/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 56 #define PUSH(sp, n) *(++sp) = (n) argument 62 #define REALLOC(x, n) safe_realloc((x), (n), __FILE__, __LINE__) argument 71 #define SET_TOKEN(t, f, n, a) \ argument
|
/titanic_51/usr/src/cmd/svc/common/ |
H A D | notify_params.c | 226 uint_t n; in nvpair_print() local 243 uint_t n; in params_type_print() local 290 size_t n; listnotify_print() local [all...] |
/titanic_51/usr/src/common/smbsrv/ |
H A D | smb_string.c | 254 int n; in smb_isstrlwr() local 285 int n; in smb_isstrupr() local 323 smb_strcasecmp(const char *s1, const char *s2, size_t n) in smb_strcasecmp() argument [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | fs3d.h | 81 #define FS3D_LIMIT(n) FS3D_OP(FS3D_OP_LIMIT,n) argument 100 #define FS3D_SIZE(n) ((n)<<4) argument 101 #define FS3D_SIZEOF(n) ((n)>>4) argument
|
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charray.c | 40 int n; in ldap_charray_add() local 76 int i, n, nn; in ldap_charray_merge() local [all...] |
/titanic_51/usr/src/lib/libm/common/LD/ |
H A D | jnl.c | 71 jnl(n,x) jnl() argument 220 ynl(n,x) ynl() argument [all...] |
/titanic_51/usr/src/lib/libm/common/Q/ |
H A D | jnl.c | 71 jnl(n,x) jnl() argument 222 ynl(n,x) ynl() argument [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/buffering/ |
H A D | tst.ring1.d | 50 int n; variable
|
H A D | tst.switch1.d | 49 int n; variable
|
/titanic_51/usr/src/cmd/ipf/lib/common/ |
H A D | nat_setgroupmap.c | 14 void nat_setgroupmap(n) in nat_setgroupmap() argument [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | rlib.h | 47 #define sigmask(n) ((unsigned long)1 << ((n) - 1)) argument
|