HomeSort by: relevance | last modified time | path
    Searched refs:differs (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/usr.sbin/mtree/
specspec.c 130 int differs; local
136 differs = 0;
138 differs = n2->flags;
139 mismatch(n1, n2, differs, path);
143 differs = n1->flags;
144 mismatch(n1, n2, differs, path);
148 differs = F_TYPE;
149 mismatch(n1, n2, differs, path);
153 differs |= F_CKSUM;
155 differs |= F_GID
    [all...]
  /src/lib/libc/posix1e/
acl_strip.c 159 int differs; local
193 differs = _acl_differs(aclp, tmpacl);
196 if (differs == 0) {
208 differs = _acl_differs(aclp, tmpacl);
211 if (differs)
  /src/external/gpl2/groff/dist/src/roff/troff/
mtsm.h 37 int differs(int_value);
53 int differs(units_value);
63 int differs(string_value);
mtsm.cpp 46 if (differs(compare)) {
76 int int_value::differs(int_value compare) function in class:int_value
92 if (differs(compare)) {
113 if (differs(compare)) {
132 int units_value::differs(units_value compare) function in class:units_value
149 if (differs(compare)) {
171 int string_value::differs(string_value compare) function in class:string_value
298 if (newer->int_values[t].differs(older->int_values[t])
305 if (newer->units_values[t].differs(older->units_values[t])
312 if (newer->bool_values[t].differs(older->bool_values[t]
    [all...]
  /src/usr.bin/make/unit-tests/
opt-debug-errors-jobs.mk 42 # expanded command as well whenever it differs from the unexpanded command.
cond-token-string.mk 57 # This differs from many other places where whitespace is trimmed.
opt-jobs-no-action.mk 6 # The format of the output differs from the output of only the -n option,
dep-var.mk 45 # "1-2-NDIRECT_2-2-1", which differs from the actual name of the target.
opt-debug-file.mk 35 # escaping scheme unnecessarily differs from all other modifiers.
posix1.mk 140 # object's name differs from the member's because there was a bug which
varmod-gmtime.mk 77 # 0 means now; this differs from GNode.mtime, where a 0 means nonexistent.
varmod-mtime.mk 19 # time, without an error or warning message. The returned timestamp differs
varmod-assign.mk 123 # This differs subtly from normal assignments such as '+=' or '=', which copy
varmod-match.mk 243 # This differs from the :S, :C and several other modifiers.
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/
gcd_11.asm 49 C The slottings shown are for SVR4 style systems, Unicos differs in the
  /src/external/lgpl3/gmp/dist/mpn/sparc32/
add_n.asm 45 bne L(1) C branch if alignment differs
sub_n.asm 45 bne L(1) C branch if alignment differs
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 220 differs substantially in goals and methods from the original and there
  /src/external/bsd/nsd/dist/doc/
differences.tex 427 Default configuration differs between the two packages. NSD is more strict.
599 For queries without a question section the error code differs.
  /src/external/gpl3/binutils/dist/gas/
Makefile.am 644 echo $$file differs ; \
  /src/external/gpl3/binutils.old/dist/gas/
Makefile.am 642 echo $$file differs ; \
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1436 global differs, then a bitcast to [ty] is returned. *)
1442 the type of the existing global differs, then a bitcast to [ty] is
1572 it is returned. If the type of the existing function differs, then a bitcast
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 3901 \global\everytab={\bf}% can't use \headitemfont since the parsing differs
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 3901 \global\everytab={\bf}% can't use \headitemfont since the parsing differs
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 3693 \global\everytab={\bf}% can't use \headitemfont since the parsing differs

Completed in 39 milliseconds

1 2