Searched refs:expn (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A DMakefile.am24 bin_SCRIPTS = expn
29 man_MANS = amd.conf.5 automount2amd.8 expn.1
45 expn.in \
H A Dexpn.in18 # Header: /home/ezk/proj/amd/GIT/cvs/am-utils/scripts/expn.in,v 1.5 2002/07/11 14:28:20 ezk Exp
125 &expn(&parse($a,$hostname,undef,1));
329 &verbose(&expn($newmxhost,$newaddr,$newname,$level{"$u *** $server"}));
384 &verbose(&expn(splice(@toExpn,0,4)));
414 unlink("/tmp/expn$$");
545 &expn($newhost,$user,$names{$us},$level{$us});
579 # Some systems use expn and vrfy interchangeably. Some only
580 # implement one or the other. Some check expn against mailing
595 local(@c) = ('expn', 'vrfy');
643 return "$server: expn/vrf
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dreadcdf.c231 const char *expn = ""; local
246 expn = "Can't read SAT";
254 expn = "Can't read SSAT";
262 expn = "Can't read directory";
267 expn = "Cannot read short stream";
277 corrupt = expn;
278 expn = "No summary info";
280 expn = "Cannot read summary info";
288 expn = "Can't expand summary_info";
322 if (*expn)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dtrap.c658 unsigned long sign, expn, frac; local
662 expn = (s & 0x7f800000) >> 23;
666 if (expn == 0xff)
667 expn = 0x7ff;
668 else if ((expn & 0x80) != 0)
669 expn = (0x400 | (expn & ~0x80));
670 else if ((expn & 0x80) == 0 && expn != 0)
671 expn
680 unsigned long sign, expn, frac; local
709 unsigned long sign, expn, frlo, frhi; local
730 unsigned long sign, expn, frhi, frlo; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-call-cdce.c182 tree base, expn;
189 expn = gimple_call_arg (pow_call, 1);
191 if (!check_target_format (expn))
195 ec = TREE_CODE (expn);
422 gen_conditions_for_pow_cst_base (tree base, tree expn,
439 gen_conditions_for_domain (expn, exp_domain,
458 gen_conditions_for_pow_int_base (tree base, tree expn,
508 gen_conditions_for_domain (expn, exp_domain,
552 tree base, expn;
562 expn
180 tree base, expn; local
419 gen_conditions_for_pow_cst_base(tree base, tree expn, VEC (gimple, heap) *conds, unsigned *nconds) argument
455 gen_conditions_for_pow_int_base(tree base, tree expn, VEC (gimple, heap) *conds, unsigned *nconds) argument
549 tree base, expn; local
[all...]
H A Dreal.c1460 int expn = REAL_EXP (num), expd = REAL_EXP (den);
1462 if (expn < expd)
1479 while (--expn >= expd);
1456 int expn = REAL_EXP (num), expd = REAL_EXP (den); local
/netbsd-6-1-5-RELEASE/lib/libcompat/regexp/
H A Dregexp.c209 __compat_regcomp(expn)
210 const char *expn;
218 if (expn == NULL)
223 if (expn[0] == '.' && expn[1] == '*') expn += 2; /* aid grep */
226 regparse = (char *)expn;
245 regparse = (char *)expn;
/netbsd-6-1-5-RELEASE/usr.bin/time/
H A Dtime.c187 prl(long val, const char *expn) argument
190 (void)fprintf(stderr, "%10ld %s\n", val, expn);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengtype-lex.c3559 const char *expn; local
3562 for (expn = macro_expns->def->expansion; *expn; expn++)
3564 if (*expn == '#')
3568 argno = expn[1] - '0';
3569 expn += 1;
3584 if (expn[1] == ' ' && expn[2] == '_')
3585 expn
[all...]
H A Dreal.c1391 int expn = REAL_EXP (num), expd = REAL_EXP (den);
1393 if (expn < expd)
1410 while (--expn >= expd);
1387 int expn = REAL_EXP (num), expd = REAL_EXP (den); local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c246 expressionS expn; local
248 expn.X_op = O_constant;
249 expn.X_add_number = c;
250 emit_expr (&expn, 2);
301 parse_expression (char *str, expressionS *expn) argument
308 expression (expn);
1021 expressionS expn; local
1023 input_line_pointer = parse_expression (input_line_pointer, &expn);
1024 if (expn.X_op == O_constant)
1026 offsetT value = expn
1225 expressionS expn; local
1695 expressionS expn; local
2656 expressionS expn; local
5125 tic54x_cons_fix_new(fragS *frag, int where, int octets, expressionS *expn) argument
[all...]
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dmain.c1811 const char *expn; member in struct:__anon5415
1829 t, pn, usages[i].name, usages[i].expn);

Completed in 281 milliseconds