Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 3394) sorted by path

12345678910>>...136

/freebsd/bin/dd/
H A Dargs.c174 c_arg(const void *a, const void *b) in c_arg()
283 c_iflag(const void *a, const void *b) in c_iflag()
395 c_conv(const void *a, const void *b) in c_conv()
427 c_oflag(const void *a, const void *b) in c_oflag()
/freebsd/bin/df/
H A Ddf.c82 imax(int a, int b) in imax()
/freebsd/bin/ed/
H A Ded.h82 # define max(a,b) ((a) > (b) ? (a) : (b)) argument
85 # define min(a,b) ((a) < (b) ? (a) : (b)) argument
/freebsd/bin/expr/
H A Dexpr.y306 op_or(struct val *a, struct val *b) in op_or()
320 op_and(struct val *a, struct val *b) in op_and()
358 op_eq(struct val *a, struct val *b) in op_eq()
364 op_gt(struct val *a, struct val *b) in op_gt()
370 op_lt(struct val *a, struct val *b) in op_lt()
376 op_ge(struct val *a, struct val *b) in op_ge()
382 op_le(struct val *a, struct val *b) in op_le()
388 op_ne(struct val *a, struct val *b) in op_ne()
482 assert_div(intmax_t a, intmax_t b) in assert_div()
492 op_div(struct val *a, struct val *b) in op_div()
[all …]
/freebsd/bin/ls/
H A Dcmp.c45 namecmp(const FTSENT *a, const FTSENT *b) in namecmp()
52 revnamecmp(const FTSENT *a, const FTSENT *b) in revnamecmp()
59 verscmp(const FTSENT *a, const FTSENT *b) in verscmp()
66 revverscmp(const FTSENT *a, const FTSENT *b) in revverscmp()
73 modcmp(const FTSENT *a, const FTSENT *b) in modcmp()
95 revmodcmp(const FTSENT *a, const FTSENT *b) in revmodcmp()
102 acccmp(const FTSENT *a, const FTSENT *b) in acccmp()
124 revacccmp(const FTSENT *a, const FTSENT *b) in revacccmp()
131 birthcmp(const FTSENT *a, const FTSENT *b) in birthcmp()
160 statcmp(const FTSENT *a, const FTSENT *b) in statcmp()
[all …]
H A Dls.c1001 mastercmp(const FTSENT * const *a, const FTSENT * const *b) in mastercmp()
/freebsd/bin/pax/
H A Doptions.c1296 c_frmt(const void *a, const void *b) in c_frmt()
H A Dpax.h232 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
/freebsd/bin/ps/
H A Dkeyword.c365 vcmp(const void *a, const void *b) in vcmp()
H A Dprint.c65 #define ps_pgtok(a) (((a) * getpagesize()) / 1024) argument
H A Dps.c1328 #define DIFF_RETURN(a, b, field) do { \ argument
1334 pscomp(const void *a, const void *b) in pscomp()
/freebsd/bin/rm/
H A Drm.c426 #define ISSLASH(a) ((a)[0] == '/' && (a)[1] == '\0') argument
497 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) argument
/freebsd/bin/sh/
H A Dalias.c163 printalias(const struct alias *a) in printalias()
H A Darith_yacc.c121 static arith_t do_binop(int op, arith_t a, arith_t b) in do_binop()
203 static arith_t binop2(arith_t a, int op, int precedence, int noeval) in binop2()
235 arith_t a = primary(token, val, op, noeval); in binop() local
246 arith_t a = binop(token, val, op, noeval); in and() local
263 arith_t a = and(token, val, op, noeval); in or() local
280 arith_t a = or(token, val, op, noeval); in cond() local
H A Dhistedit.c583 comparator(const void *a, const void *b, void *thunk) in comparator()
679 for (const void *a = NULL; (a = itercmd(a, &e)) != NULL;) { in sh_matches() local
H A Dvar.c568 var_compare(const void *a, const void *b) in var_compare()
/freebsd/bin/stty/
H A Dcchar.c80 c_cchar(const void *a, const void *b) in c_cchar()
H A Dkey.c90 c_key(const void *a, const void *b) in c_key()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java562 InterfaceAttributes a; in printProgramStability() local
593 InterfaceAttributes a; in printProbeInfo() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arrays/
H A Derr.D_DECL_ARRNULL.bad.d37 int a[]; variable
H A Derr.D_DECL_ARRSUB.bad.d37 int a[-7]; variable
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/bitfields/
H A Derr.D_ADDROF_BITFIELD.BitfieldAddress.d39 int a : 1; member
H A Derr.D_DECL_BFCONST.NegBitField.d38 int a : 1; member
H A Derr.D_DECL_BFCONST.ZeroBitField.d38 int a : 1; member
H A Derr.D_DECL_BFSIZE.ExceedBaseType.d39 char a : 10; member
43 short a : 33; member
47 long long a : 65; member

12345678910>>...136