Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 50) sorted by relevance

12

/dragonfly/contrib/nvi2/ex/
HDex_z.c34 recno_t cnt, equals, lno; in ex_z() local
55 equals = 0; in ex_z()
110 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno; in ex_z()
138 if (equals) in ex_z()
139 sp->lno = equals; in ex_z()
/dragonfly/lib/libc/stdlib/
HDgetenv.c535 char *equals; in __merge_environ() local
557 if ((equals = strchr(*env, '=')) == NULL) { in __merge_environ()
563 if (__setenv(*env, equals - *env, equals + 1, in __merge_environ()
605 char *equals; in putenv() local
611 if (string == NULL || (equals = strchr(string, '=')) == NULL || in putenv()
612 (nameLen = equals - string) == 0) { in putenv()
/dragonfly/tools/regression/bin/sh/parser/
HDvar-assign1.02 # In a variable assignment, both the name and the equals sign must be entirely
4 # containing equals signs are command words.
/dragonfly/contrib/gcc-8.0/gcc/
HDipa-icf.h178 virtual bool equals (sem_item *item,
306 virtual bool equals (sem_item *item,
416 virtual bool equals (sem_item *item,
434 static bool equals (tree t1, tree t2);
HDipa-icf.c859 sem_function::equals (sem_item *item, in equals() function
1885 sem_variable::equals (sem_item *item, in equals() function
1901 ret = sem_variable::equals (DECL_INITIAL (decl), in equals()
1915 sem_variable::equals (tree t1, tree t2) in equals() function
1962 if (!sem_variable::equals (c1->value, c2->value)) in equals()
1965 if (!sem_variable::equals (c1->index, c2->index)) in equals()
1981 return return_with_debug (sem_variable::equals (x1, x2) in equals()
1990 return sem_variable::equals (op1, op2); in equals()
2029 return (sem_variable::equals (TREE_REALPART (t1), TREE_REALPART (t2)) in equals()
2030 && sem_variable::equals (TREE_IMAGPART (t1), TREE_IMAGPART (t2))); in equals()
[all …]
HDdiagnostic-show-locus.c2200 location_t equals = linemap_position_for_column (line_table, 5); in test_one_liner_fixit_replace_non_equal_range() local
2203 rich_location richloc (line_table, equals); in test_one_liner_fixit_replace_non_equal_range()
2227 location_t equals = linemap_position_for_column (line_table, 5); in test_one_liner_fixit_replace_equal_secondary_range() local
2230 rich_location richloc (line_table, equals); in test_one_liner_fixit_replace_equal_secondary_range()
2319 location_t equals = linemap_position_for_column (line_table, 5); in test_one_liner_many_fixits_1() local
2320 rich_location richloc (line_table, equals); in test_one_liner_many_fixits_1()
2339 location_t equals = linemap_position_for_column (line_table, 5); in test_one_liner_many_fixits_2() local
2340 rich_location richloc (line_table, equals); in test_one_liner_many_fixits_2()
HDmatch.pd2683 2) Const c1 equals to c2 after canonicalizing comparison.
2716 /* X <= Y - 1 equals to X < Y. */
2719 /* X > Y - 1 equals to X >= Y. */
2725 /* X < Y + 1 equals to X <= Y. */
2728 /* X >= Y + 1 equals to X > Y. */
2808 compute (c3 op' c2) and check if it equals to c1 with op' being
2819 /* Check if c1 equals to real_c1. Boundary condition is handled
2824 /* X <= Y - 1 equals to X < Y. */
2827 /* X > Y - 1 equals to X >= Y. */
2834 /* X < Y + 1 equals to X <= Y. */
[all …]
/dragonfly/crypto/libressl/crypto/rsa/
HDrsa_oaep.c297 unsigned int equals = constant_time_eq(msg_index, dblen); in RSA_padding_check_PKCS1_OAEP_mgf1() local
299 msg_index -= tlen & equals; /* rewind at EOF */ in RSA_padding_check_PKCS1_OAEP_mgf1()
300 mask &= ~equals; /* mask = 0 at EOF */ in RSA_padding_check_PKCS1_OAEP_mgf1()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
Dbool_set66 { return this->is_singleton() && this->equals(__b); }
69 bool equals(bool_set __b) const
210 equals(bool_set __s, bool_set __t)
211 { return __s.equals(__t); }
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
Dbool_set66 { return this->is_singleton() && this->equals(__b); }
69 bool equals(bool_set __b) const
210 equals(bool_set __s, bool_set __t)
211 { return __s.equals(__t); }
/dragonfly/contrib/nvi2/common/
HDoptions.c471 int ch, equals, nf, nf2, offset, qmark, rval; in opts_set() local
489 for (sep = NULL, equals = qmark = 0, in opts_set()
500 equals = 1; in opts_set()
533 if (!equals && !qmark && in opts_set()
559 if (equals) { in opts_set()
608 if (qmark || !equals) { in opts_set()
700 if (qmark || !equals) { in opts_set()
/dragonfly/contrib/binutils-2.27/gold/
HDoptions.cc797 const char* equals = strchr(this_argv, '='); in parse_long_option() local
800 equals ? equals - option_start : strlen(option_start)); in parse_long_option()
837 if (equals) in parse_long_option()
844 if (equals) in parse_long_option()
845 *arg = equals + 1; in parse_long_option()
/dragonfly/contrib/binutils-2.34/gold/
HDoptions.cc844 const char* equals = strchr(this_argv, '='); in parse_long_option() local
847 equals ? equals - option_start : strlen(option_start)); in parse_long_option()
884 if (equals) in parse_long_option()
891 if (equals) in parse_long_option()
892 *arg = equals + 1; in parse_long_option()
/dragonfly/games/quiz/datfiles/
HDflowers25 Orange blossom:Your purity equals your loveliness
/dragonfly/share/misc/
HDflowers29 Orange blossom:Your purity equals your loveliness.
/dragonfly/contrib/binutils-2.27/gas/
HDread.h131 extern void equals (char *, int);
HDread.c931 equals (line_start, in read_a_source_file()
1011 equals (s, 1); in read_a_source_file()
1030 equals (s, -1); in read_a_source_file()
1041 equals (s, 1); in read_a_source_file()
5775 equals (char *sym_name, int reassign) in equals() function
/dragonfly/contrib/binutils-2.34/gas/
HDread.h135 extern void equals (char *, int);
HDread.c933 equals (line_start, in read_a_source_file()
1013 equals (s, 1); in read_a_source_file()
1032 equals (s, -1); in read_a_source_file()
1043 equals (s, 1); in read_a_source_file()
5674 equals (char *sym_name, int reassign) in equals() function
/dragonfly/contrib/gdb-7/gdb/cli/
HDcli-cmds.c1318 char *args2, *equals, *alias, *command; in alias_command() local
1328 equals = strchr (args2, '='); in alias_command()
1329 *equals = '\0'; in alias_command()
1332 command_argv = gdb_buildargv (equals + 1); in alias_command()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Distream328 * - the next character equals @a __delim, in which case the character
367 * - the next character equals @a __delim (in this case, the character
402 * -# the next character equals @c __delim, in which case the character
439 * - the next character equals @a __delim (in this case, the character
441 * @a __delim equals @c traits::eof().
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Distream330 * - the next character equals @a __delim, in which case the character
369 * - the next character equals @a __delim (in this case, the character
404 * -# the next character equals @c __delim, in which case the character
441 * - the next character equals @a __delim (in this case, the character
443 * @a __delim equals @c traits::eof().
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDmakefile.texi71 of the @file{.exp} file, optionally followed by (for some tests) an equals
/dragonfly/contrib/gdb-7/gdb/doc/
HDobserver.texi153 equals @var{minus_one_ptid}, the request applied to all threads. If
/dragonfly/bin/sh/
HDTOUR145 number). The parameter's name comes next, terminated by an equals

12