Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 236) sorted by path

12345678910

/freebsd/bin/sh/
H A DTOUR143 number). The parameter's name comes next, terminated by an equals
/freebsd/bin/sh/tests/parser/
H A Dvar-assign1.01 # In a variable assignment, both the name and the equals sign must be entirely
3 # containing equals signs are command words.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java331 if (optind >= argc || args[optind].equals("-")) { in getopt()
333 } else if (args[optind].equals("--")) { in getopt()
H A DJDTrace.java670 if (!s.equals("2")) { in main()
679 if (!s.equals("4")) { in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java616 if (!serialized.equals(deserialized)) { in performSerializationTest()
654 if (!encoded.equals(decoded)) { in performBeanTest()
H A DTestFunctionLookup.java71 if (f.equals("genunix`cv_wakeup")) { in main()
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp698 const bool equals = compare_files(path, atf::fs::path(oc.value)); in run_output_check() local
699 if (!oc.negated && !equals) { in run_output_check()
704 } else if (oc.negated && equals) { in run_output_check()
717 const bool equals = compare_files(path, temp.get_path()); in run_output_check() local
718 if (!oc.negated && !equals) { in run_output_check()
723 } else if (oc.negated && equals) { in run_output_check()
/freebsd/contrib/bc/
H A DNEWS.md322 `argv[0]` equals `NULL`.
/freebsd/contrib/bmake/
H A Dbmake.cat11085 and the word ends with _o_l_d___s_t_r_i_n_g or equals it, that suffix is
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-subst.exp30 1 two 3 equals sign
/freebsd/contrib/diff/
H A DNEWS131 e: line number just before the group in old file; equals f - 1
134 m: line number just after the group in old file; equals l + 1
135 n: number of lines in group in the old file; equals l - f + 1
138 If A equals B then T else E. A and B are each either a decimal
141 A's value equals B's; otherwise it is equivalent to E. For
/freebsd/contrib/diff/doc/
H A Ddiff.texi1477 equals @var{e} + 1.
1484 equals @var{l} + 1.
1487 The number of lines in the group in the old file; equals @var{l} - @var{f} + 1.
1509 If @var{A} equals @var{B} then @var{T} else @var{E}.
1513 @var{A}'s value equals @var{B}'s; otherwise it is equivalent to @var{E}.
/freebsd/contrib/file/magic/Magdir/
H A Darchive2404 # compression tag minus one equals numeric compression command line switch z[1-9]
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1336 *os << "bar() + baz() equals " << expected_sum_;
/freebsd/contrib/libevent/
H A DCMakeLists.txt85 # equals to VERSION_INFO in Makefile.am
90 # equals to RELEASE in Makefile.am
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5824 equals(const ValueT &Value) { in equals() function
5830 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(equals,
5839 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(equals,
5848 AST_POLYMORPHIC_MATCHER_P_OVERLOAD(equals,
8191 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h37 bool equals(const LivenessValues &V) const;
H A DThreadSafetyCommon.h65 inline bool equals(const til::SExpr *E1, const til::SExpr *E2) { in equals() function
296 bool equals(const CapabilityExpr &other) const { in equals() function
298 sx::equals(sexpr(), other.sexpr()); in equals()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td711 - ``alloc_size(N)`` implies that argument number N equals the number of
714 argument number M equals the number of available bytes at the returned
H A DDiagnosticCommentKinds.td16 "expected quoted string after equals sign">,
H A DDiagnosticParseKinds.td827 "a space is required between a right angle bracket and an equals sign "
H A DIdentifierTable.h716 if (Name.equals("import")) in getOwn()
H A DSourceManager.h1507 return Filename.equals("<built-in>"); in isWrittenInBuiltinFile()
1516 return Filename.equals("<command line>"); in isWrittenInCommandLineFile()
1525 return Filename.equals("<scratch space>"); in isWrittenInScratchSpace()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6105 // style of double-dash and equals-joined flags.
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h27 bool equals(QualType from, QualType to) const { in equals() function

12345678910