Searched refs:cn (Results 101 - 125 of 298) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_q.c70 int cn, cd; local
101 cn = set_z (n, num, &sn);
136 shift = GMP_NUMB_BITS*sn+cn-cd;
137 MPFR_ASSERTD (shift == GMP_NUMB_BITS*sn+cn-cd);
H A Dubf.c114 mp_size_t bn, cn; local
134 cn = MPFR_LIMB_SIZE (c);
138 if (bn == 1 && cn == 1)
158 u = (bn >= cn) ?
159 mpn_mul (ap, MPFR_MANT (b), bn, MPFR_MANT (c), cn) :
160 mpn_mul (ap, MPFR_MANT (c), cn, MPFR_MANT (b), bn);
164 MPFR_DBGRES (v = mpn_lshift (ap, ap, bn + cn, 1));
/netbsd-current/usr.bin/xlint/lint1/
H A Dckctype.c100 const tnode_t *on, *cn; local
114 cn = before_conversion(arg);
115 if (cn->tn_type->t_tspec == CHAR) {
117 warning(341, func, type_name(cn->tn_type));
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest069-delta-multiprovider-starttls87 dn: cn=config
89 cn: config
98 dn: cn=module,cn=config
100 cn: module
114 dn: cn=module,cn=config
116 cn: module
132 dn: cn=schema,cn
[all...]
H A Dtest070-delta-multiprovider-ldaps87 dn: cn=config
89 cn: config
98 dn: cn=module,cn=config
100 cn: module
114 dn: cn=module,cn=config
116 cn: module
132 dn: cn=schema,cn
[all...]
H A Dtest019-syncreplication-cascade246 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
257 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
263 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
266 uniquemember: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
267 uniquemember: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
270 uniquemember: cn=Dorothy Stevens, ou=Alumni Association, ou=People, dc=example,dc=com
271 uniquemember: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
273 dn: cn=All Staff,ou=Groups,dc=example,dc=com
277 dn: cn=Gern Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
280 cn
[all...]
H A Dsql-test901-syncrepl154 MANAGERDN="cn=Manager,${BASEDN}"
183 dn: cn=Lev Tolstoij,${BASEDN}
186 cn: Lev Tolstoij
194 dn: cn=Some One,${BASEDN}
198 cn: Some One
206 dn: cn=SubNet User,dc=subnet,${BASEDN}
209 cn: SubNet User
219 documentAuthor: cn=Lev Tolstoij,dc=example,dc=com
248 dn: cn=Some One,${BASEDN}
254 dn: cn
[all...]
H A Dtest045-syncreplication-proxied280 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
291 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
296 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
299 uniquemember: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
300 uniquemember: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
303 uniquemember: cn=Dorothy Stevens, ou=Alumni Association, ou=People, dc=example,dc=com
304 uniquemember: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
306 dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc
309 delete: cn
310 cn
[all...]
H A Dtest022-ppolicy66 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
67 dn: olcOverlay=ppolicy,olcDatabase={1}$BACKEND,cn=config
71 olcPPolicyDefault: cn=duplicate policy,ou=policies,dc=example,dc=com
425 dn: cn=Add Should Fail, ou=People, dc=example, dc=com
428 cn: Add Should Fail
474 dn: cn=Standard Policy, ou=Policies, dc=example, dc=com
511 dn: cn=Standard Policy, ou=Policies, dc=example, dc=com
543 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
544 dn: cn=module,cn
[all...]
H A Dtest080-hotp85 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF \
87 dn: cn=module,cn=config
89 cn: module
102 $LDAPMODIFY -v -D cn=config -H $URI1 -y $CONFIGPWF \
104 dn: olcOverlay={0}otp,olcDatabase={1}$BACKEND,cn=config
/netbsd-current/external/bsd/unbound/dist/iterator/
H A Diter_scrub.c257 struct rrset_parse* cn = (struct rrset_parse*)regional_alloc(region, local
259 if(!cn)
261 memset(cn, 0, sizeof(*cn));
262 cn->rr_first = (struct rr_parse*)regional_alloc(region,
264 if(!cn->rr_first)
266 cn->rr_last = cn->rr_first;
268 cn->dname = (uint8_t*)regional_alloc(region, *snamelen);
269 if(!cn
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8752/
H A Dits8752116 dn: cn=Roger Rabbit,ou=People,$BASEDN
118 cn: Roger Rabbit
121 dn: cn=Baby Herman,ou=People,$BASEDN
123 cn: Baby Herman
126 dn: cn=Jessica_Rabbit,ou=People,$BASEDN
128 cn: Jessica_Rabbit
131 dn: cn=Bugs_Bunny,ou=People,$BASEDN
133 cn: Bugs_Bunny
136 dn: cn=Daffy_Duck,ou=People,$BASEDN
138 cn
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-deltasync-provider.conf37 suffix "cn=log"
38 rootdn "cn=Manager,dc=example,dc=com"
51 rootdn "cn=Manager,dc=example,dc=com"
55 #indexdb#index cn,sn,uid pres,eq,sub
69 logdb cn=log
/netbsd-current/sys/fs/msdosfs/
H A Dfat.h90 * Note that cn is supposed to be already adjusted accordingly to FAT type.
92 #define MSDOSFSEOF(cn, fatmask) \
93 (((cn) & CLUST_EOFS) == (CLUST_EOFS & (fatmask)))
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/
H A Dslapd.conf30 rootdn "cn=Manager,o=bind-dlz"
42 index cn,sn,uid pres,eq
/netbsd-current/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter_netbsd.c144 static int _scan_dev(const struct config_node *cn) argument
194 if (!cn)
198 for (cv = cn->v; cv; cv = cv->next) {
244 const struct config_node *cn)
257 if (!_scan_dev(cn)) {
243 lvm_type_filter_create(const char *proc, const struct config_node *cn) argument
/netbsd-current/tests/lib/libc/ttyio/
H A Dt_ptm.c77 ATF_REQUIRE_MSG(strncmp(ptm.cn, "/dev/pty", 8) == 0
78 || strncmp(ptm.cn, "/dev/null", 9) == 0,
79 "bad master name: %s", ptm.cn);
85 if (strncmp(ptm.cn, "/dev/null", 9) != 0) {
87 REQUIRE_ERRNO(stat(ptm.cn, &sts), -1);
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its9051/
H A Dits905187 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF > $TESTOUT 2>&1 <<EOF
88 dn: olcOverlay={0}accesslog,olcDatabase={1}$BACKEND,cn=config
114 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF >> $TESTOUT 2>&1 <<EOF
115 dn: olcOverlay={0}accesslog,olcDatabase={1}$BACKEND,cn=config
163 $SLAPCAT -F $CFDIR -b cn=accesslog -l $TESTDIR/accesslogdb.ldif
/netbsd-current/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c459 char *cn = ce + 1; local
469 for (cn=ce + 1; *cn==' '; cn++)
471 if (!strncmp(cn, "0x", 2)) {
472 nscan = sscanf(cn, "%x", rvalue);
474 nscan = sscanf(cn, "%d", rvalue);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-comdats.c99 if (cgraph_node * cn = dyn_cast <cgraph_node *> (symbol2))
101 if (cn->inlined_to)
102 symbol2 = cn->inlined_to;
128 if (cgraph_node * cn = dyn_cast <cgraph_node *> (symbol2))
131 if (cn->thunk.thunk_p)
136 if (cn->inlined_to)
137 symbol2 = cn->inlined_to;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-comdats.cc99 if (cgraph_node * cn = dyn_cast <cgraph_node *> (symbol2))
101 if (cn->inlined_to)
102 symbol2 = cn->inlined_to;
128 if (cgraph_node * cn = dyn_cast <cgraph_node *> (symbol2))
131 if (cn->thunk)
136 if (cn->inlined_to)
137 symbol2 = cn->inlined_to;
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dcons_machdep.c87 rom_cnprobe(struct consdev *cn) argument
90 cn->cn_pri = CN_INTERNAL;
94 rom_cninit(struct consdev *cn) argument
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
H A Dtest006-acl32 $LDAPMODIFY -v -D cn=config -H $URI1 -y $CONFIGPWF \
48 dn: cn=group,ou=Add & Delete,dc=example,dc=com
56 cn: John
62 cn: Mark
106 dn: cn=group,ou=Add & Delete,dc=example,dc=com
120 dn: cn=Alumni Assoc Staff, ou=Groups, dc=example, dc=com
143 dn: cn=group,ou=Add & Delete,dc=example,dc=com
157 dn: cn=Alumni Assoc Staff, ou=Groups, dc=example, dc=com
171 dn: cn=Group,ou=Add & Delete,dc=example,dc=com
185 dn: cn
[all...]
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dtext_export.h37 int out_config_node(struct formatter *f, const struct config_node *cn);
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dtext_export.h37 int out_config_node(struct formatter *f, const struct config_node *cn);

Completed in 470 milliseconds

1234567891011>>