Home
last modified time | relevance | path

Searched defs:n (Results 376 – 400 of 3561) sorted by relevance

1...<<11121314151617181920>>...143

/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h91 #define newof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)calloc(1,sizeof(t)*(n)+(x))) argument
92 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) argument
114 #define strneq(a,b,n) (*(a)==*(b)&&!strncmp(a,b,n)) argument
127 sfopen(f,n,m) global() argument
129 sfread(f,b,n) global() argument
131 sfset(f,v,n) global() argument
133 sfwrite(f,b,n) global() argument
[all...]
/titanic_51/usr/src/cmd/sh/
H A Dbltin.c307 struct namnod *n; in builtin() local
432 struct namnod *n; in builtin() local
[all...]
H A Dstring.c68 int n; local
101 movstrn(unsigned char *a, unsigned char *b, int n) in movstrn() argument
/titanic_51/usr/src/boot/lib/libstand/
H A Dether.c58 ssize_t n; in sendether() local
91 ssize_t n; in readether() local
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dbase_conv.c64 _mul_10000(b, n, c) in _mul_10000() argument
98 _mul_65536(b, n, c) in _mul_65536() argument
[all...]
/titanic_51/usr/src/uts/common/io/
H A Demul64_bsd.c55 #define ushort_to_scsi_ushort(n) (n) argument
56 #define uint32_to_scsi_uint32(n) (n) argument
57 #define uint64_to_scsi_uint64(n) (n) argument
60 #define ushort_to_scsi_ushort(n) \ argument
64 #define uint32_to_scsi_uint32(n) \ argument
69 uint64_to_scsi_uint64(n) global() argument
81 uint_to_byte0(n) global() argument
82 uint_to_byte1(n) global() argument
83 uint_to_byte2(n) global() argument
84 uint_to_byte3(n) global() argument
[all...]
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c162 ulong_t n; in strntoul() local
241 int c, n; in strtoi() local
265 strndup(const char * s,size_t n) strndup() argument
369 strchr2esc(const char * s,size_t n) strchr2esc() argument
465 strchr2adb(const char * s,size_t n) strchr2adb() argument
501 strnchr(const char * s,int c,size_t n) strnchr() argument
[all...]
/titanic_51/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java379 int i, n = contents.size(); in getAll() local
410 int i, n = contents.size(); in matchDoesNotContain() local
451 int i, n = contents.size(); in matchEqual() local
489 int i, n = contents.size(); in matchNotEqual() local
511 int i, n = contents.size(); matchLessEqual() local
534 int i, n = contents.size(); matchNotLessEqual() local
557 int i, n = contents.size(); matchGreaterEqual() local
580 int i, n = contents.size(); matchNotGreaterEqual() local
1252 int i, n = attrs.size(); attributeVectorToServerAttribute() local
1973 int i, n = scopes.size(); findServices() local
2142 int i, n = scopes.size(); findAttributes() local
2266 int i, n = scopes.size(); findAttributes() local
2403 int i, n = vReturns.size(); dumpServiceStore() local
2442 int i, n = scopes.size(); registerInternal() local
2575 int i, n = attrList.size(); addRecordToAttrValueSort() local
2655 int i, n = attrList.size(); addRecordToAttrSort() local
2721 int i, n = scopes.size(); deregisterInternal() local
2811 int i, n = regList.size(); deregisterFromLocale() local
2916 int i, n = attrList.size(); findMatchingAttributes() local
3009 int i, n = scopes.size(); checkScopeStatus() local
3107 int i, n = newAttrs.size(); mergeOldRecordIntoNew() local
3178 int i, n = attrList.size(); deleteAttributes() local
3228 int i, n = tags.size(); stringVectorToAttributePattern() local
3409 int i, n = scopes.size(); languageSupported() local
[all...]
/titanic_51/usr/src/cmd/troff/nroff.d/
H A Dn6.c129 int i, n, nf; in setabs() local
204 int n; in setht() local
216 int n; in setslant() local
336 int j, n; mot() local
[all...]
/titanic_51/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c59 #define BCMP(p1, p2, n) bcmp((char *)(p1), (char *)(p2), (unsigned int)(n)) argument
62 #define BCOPY(p1, p2, n) bcopy((char *)(p1), (char *)(p2), (unsigned int)(n)) argument
107 #define ENCODE(n) { \ argument
117 #define ENCODEZ(n) { \ argument
[all...]
/titanic_51/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c189 setop_reduce(unsigned int n,unsigned int op,struct stack * stk,struct expr * exp1,struct expr * exp2,struct expr * exp3) setop_reduce() argument
246 reduce(struct expr ** nexp,unsigned int n,struct expr * exp,struct stack * stk) reduce() argument
331 unsigned int n; gettoken() local
851 plural_eval(struct expr * exp,unsigned int n) plural_eval() argument
[all...]
/titanic_51/usr/src/lib/libdisasm/common/
H A Dlibdisasm.c215 dis_generic_previnstr(dis_handle_t *dhp, uint64_t pc, int n) in dis_generic_previnstr() argument
264 dis_previnstr(dis_handle_t *dhp, uint64_t pc, int n) in dis_previnstr() argument
303 dis_vsnprintf(char * restrict s,size_t n,const char * restrict format,va_list args) dis_vsnprintf() argument
314 dis_snprintf(char * restrict s,size_t n,const char * restrict format,...) dis_snprintf() argument
[all...]
/titanic_51/usr/src/contrib/zlib/
H A Dinfback.c178 #define NEEDBITS(n) \ argument
185 #define BITS(n) \ argument
189 #define DROPBITS(n) \ argument
[all...]
/titanic_51/usr/src/boot/lib/libz/
H A Dinfback.c183 #define NEEDBITS(n) \ argument
190 #define BITS(n) \ argument
194 #define DROPBITS(n) \ argument
[all...]
/titanic_51/usr/src/uts/sparc/fpu/
H A Dunpack.c246 uint_t n, /* register where data starts */ in _fp_unpack() argument
293 _fp_unpack_word(fp_simd_type * pfpsd,uint32_t * pu,uint_t n) _fp_unpack_word() argument
302 _fp_unpack_extword(fp_simd_type * pfpsd,uint64_t * pu,uint_t n) _fp_unpack_extword() argument
[all...]
/titanic_51/usr/src/cmd/ipf/lib/common/
H A Dipft_pc.c163 int n, p; local
194 int i, n; local
225 int i, n; global() local
[all...]
/titanic_51/usr/src/cmd/svr4pkg/installf/
H A Ddofinal.c60 int n, indx, dbchg; in dofinal() local
206 int n; in check_db_entry() local
/titanic_51/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1027 Byte n; c_to_hh() local
1063 unsigned int n; ldap_t61_to_8859() local
1214 int n, c = 0; cc_to_t61() local
1732 Byte n; global() local
1785 Byte n; global() local
[all...]
/titanic_51/usr/src/lib/libc/port/gen/
H A Dndbm.c550 long n; in dbm_do_nextkey() local
719 long b, i, n; dbm_access() local
785 long b, i, n; getbit() local
810 long i, n, b; setbit() local
843 makdatum(char buf[PBLKSIZ],int n) makdatum() argument
866 long n; cmpdatum() local
891 int i, n, j; finddatum() local
964 delitem(char buf[PBLKSIZ],int n) delitem() argument
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c41 #define DEBUG_TEST(f,y,n) ((debug&(debug_flag=f))?(y):(n)) argument
42 #define DEBUG_CODE(f,y,n) do if(debug&(f)){y}else{n} while(0) argument
51 #define DEBUG_TEST(f,y,n) (n) argument
52 #define DEBUG_CODE(f,y,n) do {n} while(0) argument
84 unsigned long n; /* max length */ member
271 serialize(Cenv_t * env,Rex_t * e,int n) serialize() argument
334 unsigned int n = e->hi + f->hi; cat() local
366 register unsigned long n; stats() local
645 register int n; magic() local
1795 unsigned long n = RE_DUP_INF; rep() local
2048 int n; grp() local
2589 int n; seq() local
2946 bmstr(Cenv_t * env,register Rex_t * a,unsigned char * v,int n,Bm_mask_t b) bmstr() argument
2980 bmtrie(Cenv_t * env,Rex_t * a,unsigned char * v,Trie_node_t * x,int n,int m,Bm_mask_t b) bmtrie() argument
3020 int n; special() local
[all...]
/titanic_51/usr/src/lib/libast/common/regex/
H A Dregcomp.c41 #define DEBUG_TEST(f,y,n) ((debug&(debug_flag=f))?(y):(n)) argument
42 #define DEBUG_CODE(f,y,n) do if(debug&(f)){y}else{n} while(0) argument
51 #define DEBUG_TEST(f,y,n) (n) argument
52 #define DEBUG_CODE(f,y,n) do {n} while(0) argument
84 unsigned long n; /* max length */ member
262 serialize(Cenv_t* env, Rex_t* e, int n) in serialize()
325 unsigned int n = e->hi + f->hi; in cat() local
357 register unsigned long n; in stats() local
636 register int n; in magic() local
1772 unsigned long n = RE_DUP_INF; in rep() local
[all …]
/titanic_51/usr/src/lib/libbc/inc/include/sys/
H A Dtypes.h76 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) argument
77 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) argument
78 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS))) argument
/titanic_51/usr/src/cmd/format/
H A Dmisc.h42 #define bzero(p, n) (void) memset((p), 0, (n)) argument
45 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n)) argument
48 #define bcmp(p1, p2, n) memcmp((p1), (p2), (n)) argument
/titanic_51/usr/src/lib/libast/common/disc/
H A Dsfdcsubstr.c42 static ssize_t streamio(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc, int type) in streamio()
86 static ssize_t streamwrite(Sfio_t* f, const Void_t* buf, size_t n, Sfdisc_t* disc) in streamwrite()
99 static ssize_t streamread(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) in streamread()
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcsubstr.c42 static ssize_t streamio(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc, int type) in streamio() argument
86 static ssize_t streamwrite(Sfio_t* f, const Void_t* buf, size_t n, Sfdisc_ argument
99 streamread(Sfio_t * f,Void_t * buf,size_t n,Sfdisc_t * disc) streamread() argument
[all...]

1...<<11121314151617181920>>...143