Searched refs:lhs (Results 1 - 25 of 26) sorted by relevance

12

/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageCStringItemTest.h75 static bool Compare(const char* lhs, const char* rhs);
78 omparePolicy::Compare(const char* lhs, const char* rhs) argument
80 if (!lhs)
83 return lhs;
84 return strcmp(lhs, rhs) == 0;
H A DMessageMessageItemTest.h209 inline static bool Compare(const BMessage& lhs, const BMessage& rhs) argument
210 { return lhs.what == rhs.what; }
H A DMessageItemTest.h50 class ComparePolicy // bool Compare(const Type& lhs, const Type& rhs)
139 inline static bool Compare(const T& lhs, const T& rhs);
140 // { return lhs == rhs; }
144 TMessageItemComparePolicy<T>::Compare(const T &lhs, const T &rhs) argument
146 return lhs == rhs;
168 class ComparePolicy // bool Compare(const Type& lhs, const Type& rhs)
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A Dsettings_tools.cpp216 equal_driver_settings(const driver_settings *lhs, const driver_settings *rhs) argument
218 if (!lhs && !rhs)
220 else if (!lhs || !rhs)
223 if (lhs->parameter_count != rhs->parameter_count)
226 for (int32 index = 0; index < lhs->parameter_count; index++) {
227 if (!equal_driver_parameters(&lhs->parameters[index], &rhs->parameters[index]))
236 equal_driver_parameters(const driver_parameter *lhs, const driver_parameter *rhs) argument
238 if (!lhs && !rhs)
240 else if (!lhs || !rhs)
243 if (lhs
282 equal_interface_settings(const driver_settings *lhs, const driver_settings *rhs) argument
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Duseless-if-before-free139 my ($lhs, $rhs) = ($2, $3);
142 if (!defined $rhs) { $non_NULL = $lhs }
143 elsif (is_NULL $rhs) { $non_NULL = $lhs }
144 elsif (is_NULL $lhs) { $non_NULL = $rhs }
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A Dsettings_tools.h25 extern bool equal_driver_settings(const driver_settings *lhs,
27 extern bool equal_driver_parameters(const driver_parameter *lhs,
29 extern bool equal_interface_settings(const driver_settings *lhs,
/haiku-fatelf/headers/cpp/std/
H A Dbastring.h493 operator+ (const basic_string <charT, traits, Allocator>& lhs, argument
496 basic_string <charT, traits, Allocator> _str (lhs);
503 operator+ (const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
505 basic_string <charT, traits, Allocator> _str (lhs);
512 operator+ (charT lhs, const basic_string <charT, traits, Allocator>& rhs) argument
514 basic_string <charT, traits, Allocator> _str (1, lhs);
521 operator+ (const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
523 basic_string <charT, traits, Allocator> _str (lhs);
530 operator+ (const basic_string <charT, traits, Allocator>& lhs, charT rhs) argument
532 basic_string <charT, traits, Allocator> str (lhs);
539 operator ==(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
547 operator ==(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
554 operator ==(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
561 operator !=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
568 operator !=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
575 operator <(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
583 operator <(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
590 operator <(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
597 operator >(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
604 operator >(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
611 operator <=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
618 operator <=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
625 operator >=(const charT* lhs, const basic_string <charT, traits, Allocator>& rhs) argument
632 operator >=(const basic_string <charT, traits, Allocator>& lhs, const charT* rhs) argument
639 operator !=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
647 operator >(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
655 operator <=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
663 operator >=(const basic_string <charT, traits, Allocator>& lhs, const basic_string <charT, traits, Allocator>& rhs) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dbraces.c364 char *t, *lhs, *rhs; local
374 lhs = substring (text, 0, lhs_l);
377 if (lhs[0] == 0 || rhs[0] == 0)
379 free (lhs);
386 lhs_t = (legal_number (lhs, &tl)) ? ST_INT :
387 ((ISALPHA (lhs[0]) && lhs[1] == 0) ? ST_CHAR : ST_BAD);
421 free (lhs);
432 lhs_v = (unsigned char)lhs[0];
444 if (lhs_l > 1 && lhs[
[all...]
H A Dexpr.c294 expr_bind_variable (lhs, rhs)
295 char *lhs, *rhs;
297 (void)bind_int_variable (lhs, rhs);
298 stupidly_hack_special_variables (lhs);
408 char *lhs, *rhs; local
427 lhs = savestring (tokstr);
470 free (lhs);
479 expr_bind_variable (lhs, rhs);
481 free (lhs);
H A Dvariables.c2330 bind_int_variable (lhs, rhs)
2331 char *lhs, *rhs;
2338 if (valid_array_reference (lhs))
2341 v = array_variable_part (lhs, (char **)0, (int *)0);
2345 v = find_variable (lhs);
2355 v = assign_array_element (lhs, rhs, 0);
2358 v = bind_variable (lhs, rhs, 0);
/haiku-fatelf/src/bin/gdb/gdb/
H A Darch-utils.h59 extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs);
60 extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs);
H A Darch-utils.c163 core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs) argument
165 return (lhs < rhs);
169 core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs) argument
171 return (lhs > rhs);
H A Dlanguage.h418 extern void op_error (const char *lhs, enum exp_opcode,
H A Dgdbarch.h923 typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs);
924 extern int gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs);
930 #define INNER_THAN(lhs, rhs) (gdbarch_inner_than (current_gdbarch, lhs, rhs))
H A Dgdbarch.sh552 f:=:int:inner_than:CORE_ADDR lhs, CORE_ADDR rhs:lhs, rhs:0:0
H A Dutils.c2500 streq (const char *lhs, const char *rhs)
2502 return !strcmp (lhs, rhs);
2489 streq(const char *lhs, const char *rhs) argument
H A Dgdbarch.c1202 "INNER_THAN(lhs, rhs)",
1203 XSTRING (INNER_THAN (lhs, rhs)));
2913 gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs) argument
2919 return gdbarch->inner_than (lhs, rhs);
/haiku-fatelf/src/bin/gawk/
H A Deval.c342 NODE **volatile lhs; /* lhs == Left Hand Side for assigns, etc */ local
619 lhs = get_lhs(tree->hakvar, &after_assign, FALSE);
623 unref(*((NODE **) lhs));
624 *lhs = make_string(list[i]->ahname_str, list[i]->ahname_len);
801 register NODE **lhs; local
903 lhs = get_lhs(tree, (Func_ptr *) NULL, TRUE);
904 return *lhs;
1034 lhs = get_lhs(tree->lnode, &after_assign, FALSE);
1036 assign_val(lhs,
1267 NODE **lhs; local
[all...]
H A Darray.c646 NODE **lhs; local
657 lhs = get_lhs(tree->lnode, & after_assign, FALSE);
658 unref(*lhs);
659 *lhs = make_string(symbol->var_array[i]->ahname_str,
H A Dmain.c947 NODE **lhs; local
994 lhs = get_lhs(var, &after_assign, FALSE);
995 unref(*lhs);
996 *lhs = it;
H A Dbuiltin.c1985 NODE **lhs = &tree; /* value not used -- just different from NULL */ local
2016 lhs = NULL;
2018 lhs = get_lhs(tmp, &after_assign, FALSE);
2226 if (matches > 0 && lhs) {
2228 unref(*lhs);
2229 *lhs = t;
H A Dio.c2284 NODE **lhs; local
2286 lhs = get_lhs(tree->lnode, &after_assign, FALSE);
2287 unref(*lhs);
2288 *lhs = make_string(s, cnt);
2289 (*lhs)->flags |= MAYBE_NUM;
H A Dawkgram.y2555 NODE **lhs = get_lhs(p->hvalue, NULL, FALSE);
2557 valinfo(*lhs, fp);
2584 NODE **lhs = get_lhs(p->hvalue, NULL, FALSE);
2586 unref(*lhs);
H A Dawkgram.c4394 NODE **lhs = get_lhs(p->hvalue, NULL, FALSE);
4396 valinfo(*lhs, fp);
4423 NODE **lhs = get_lhs(p->hvalue, NULL, FALSE);
4425 unref(*lhs);
4390 NODE **lhs = get_lhs(p->hvalue, NULL, FALSE); local
4419 NODE **lhs = get_lhs(p->hvalue, NULL, FALSE); local
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit745 local i c=2 remote="" pfx="" lhs=1 no_complete_refspec=0
781 lhs=0
790 if [ $lhs = 1 ]; then
797 if [ $lhs = 1 ]; then
804 if [ $lhs = 1 ]; then

Completed in 295 milliseconds

12