Home
last modified time | relevance | path

Searched defs:n (Results 326 – 350 of 3173) sorted by relevance

1...<<11121314151617181920>>...127

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1027 Byte n; in c_to_hh() local
1063 unsigned int n; in ldap_t61_to_8859() local
1214 int n, c = 0; in cc_to_t61() local
1732 Byte n; local
1785 Byte n; local
/titanic_50/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_50/usr/src/cmd/sh/
H A Dstring.c68 int n; local
101 movstrn(unsigned char *a, unsigned char *b, int n) in movstrn()
H A Dxec.c81 struct namnod *n = lookup(f->fndnam); local
186 struct namnod *n, *opt; local
406 struct namnod *n = lookup(forptr(t)->fornam); local
/titanic_50/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_50/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_50/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_50/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_50/usr/src/uts/common/fs/zfs/
H A Dzle.c37 zle_compress(void *s_start, void *d_start, size_t s_len, size_t d_len, int n) in zle_compress()
67 zle_decompress(void *s_start, void *d_start, size_t s_len, size_t d_len, int n) in zle_decompress()
/titanic_50/usr/src/cmd/sort/common/
H A Dstatistics.c111 stats_set_input_files(uint_t n) in stats_set_input_files()
123 stats_set_merge_files(uint_t n) in stats_set_merge_files()
/titanic_50/usr/src/lib/libcmd/common/
H A Dcomm.c69 register int n1, n2, n, comp; in comm() local
150 register int n; in b_comm() local
/titanic_50/usr/src/lib/libast/common/sfio/
H A Dsfprints.c91 ssize_t n; local
110 ssize_t n; in sfaprints() local
/titanic_50/usr/src/lib/libast/common/include/
H A Dfnv.h42 #define FNVSUM(h,s,n) do { \ argument
64 #define FNVSUM64(h,s,n) do { \ argument
/titanic_50/usr/src/cmd/ipcrm/
H A Dipcrm.c114 uint_t n; in getids() local
165 uint_t n; in msggetkey() local
230 uint_t n; in semgetkey() local
297 uint_t n; in shmgetkey() local
/titanic_50/usr/src/lib/libeti/form/common/
H A Dfieldtype.c45 #define ArgL(n) (((LINK *)(n))->leftarg) argument
46 #define ArgR(n) (((LINK *)(n))->rightarg) argument
177 LINK *n = (LINK *) 0; in _makearg() local
205 LINK *n = (LINK *) 0; in _copyarg() local
/titanic_50/usr/src/common/crypto/aes/amd64/
H A Daesopt.h549 #define upr(x, n) (((uint32_t)(x) << (8 * (n))) | \ argument
551 #define ups(x, n) ((uint32_t)(x) << (8 * (n))) argument
552 #define bval(x, n) to_byte((x) >> (8 * (n))) argument
559 #define upr(x, n) (((uint32_t)(x) >> (8 * (n))) | \ argument
561 #define ups(x, n) ((uint32_t)(x) >> (8 * (n))) argument
562 #define bval(x, n) to_byte((x) >> (24 - 8 * (n))) argument
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_nat.c167 #define NAT_HAS_L4_CHANGED(n) \ argument
309 static void nat_addrdr(n, ifs) in nat_addrdr() argument
342 static void nat_addnat(n, ifs) in nat_addnat() argument
373 void nat_delrdr(n) in nat_delrdr() argument
389 void nat_delnat(n) in nat_delnat() argument
502 void fix_outcksum(sp, n) in fix_outcksum() argument
530 void fix_incksum(sp, n) in fix_incksum() argument
568 void fix_datacksum(sp, n) in fix_datacksum() argument
607 ipnat_t *nat, *nt, *n = NULL, **np = NULL; local
916 static int nat_siocaddnat(n, np, getlock, ifs) in nat_siocaddnat() argument
[all …]
/titanic_50/usr/src/cmd/troff/
H A Dtdef.h128 #define iscontrol(n) (n==035 || n==036) /* used to test the next two */ argument
214 #define ismot(n) ((n) & MOT) argument
215 #define isvmot(n) ((n) & VMOT) /* must have tested MOT previously */ argument
216 #define isnmot(n) ((n) & NMOT) /* ditto */ argument
217 #define absmot(n) (unsigned)(0177777 & (n) & ~MOT) /* (short) is cheap mask */ argument
220 #define iszbit(n) ((n) & ZBIT) argument
226 #define sbits(n) (unsigned)(((n) >> 24) & 0177) argument
227 #define fbits(n) (((n) >> 16) & 0377) argument
228 #define sfbits(n) (unsigned)(0177777 & (((n) & SFMASK) >> 16)) argument
229 #define cbits(n) (unsigned)(0177777 & (n)) /* isolate bottom 16 bits */ argument
[all …]
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dfnv.h51 #define FNVSUM(h,s,n) do { \ argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_50/usr/src/lib/libuutil/common/
H A Duu_alloc.c33 uu_zalloc(size_t n) in uu_zalloc()
74 uu_strndup(const char *s, size_t n) in uu_strndup()
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnv.h51 #define FNVSUM(h,s,n) do { \ argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_50/usr/src/lib/libast/common/string/
H A Dfmtesc.c44 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) in fmtquote()
214 fmtnesq(const char* as, const char* qs, size_t n) in fmtnesq()
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dfnv.h51 #define FNVSUM(h,s,n) do { \ argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dfnv.h51 #define FNVSUM(h,s,n) do { \ argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c48 u32_t count_bits(u32_t n) in count_bits()
57 unsigned long log2_align(unsigned long n) in log2_align()
83 unsigned long power2_lower_align(unsigned long n) in power2_lower_align()

1...<<11121314151617181920>>...127