/openbmc/u-boot/test/env/ |
H A D | hashtable.c | 51 hsearch_r(item, FIND, &ritem, htab, 0); in htab_check_fill() 77 hsearch_r(item, FIND, &ritem, htab, 0); in htab_create_delete()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0005-RH-add-mpathconf.patch | 99 +unset ENABLE FIND FRIENDLY MODULE MULTIPATHD HAVE_DISABLE HAVE_WWID_DISABLE HAVE_FIND HAVE_BLACKLI… 230 + FIND=$2 274 + if [ "$ENABLE" = "0" ] && [ -n "$FRIENDLY" -o -n "$FIND" -o -n "$MODULE" ]; then 277 + FIND="" 284 + if [ -n "$FIND" ] && [ "$FIND" != "y" -a "$FIND" != "n" ]; then 288 + if [ -z "$ENABLE" -a -z "$FIND" -a -z "$FRIENDLY" ]; then 480 +if [ "$FIND" = "n" ]; then 485 +elif [ "$FIND" = "y" ]; then
|
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/ |
H A D | gnu_patch_test_fix_target.patch | 25 QUILT_COMPAT_PROG_PATH(FIND, find)
|
/openbmc/u-boot/include/ |
H A D | search.h | 29 FIND, enumerator
|
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/ |
H A D | wiper.sh-fix-stat-path.patch | 22 FIND=`find_prog /usr/bin/find` || exit 1
|
/openbmc/openpower-dbus-interfaces/ |
H A D | configure.ac | 15 AC_CHECK_PROG([FIND], find, find)
|
/openbmc/u-boot/env/ |
H A D | callback.c | 100 hsearch_r(e, FIND, &ep, &env_htab, 0); in set_callback()
|
H A D | flags.c | 460 hsearch_r(e, FIND, &ep, &env_htab, 0); in set_flags()
|
/openbmc/ibm-dbus-interfaces/ |
H A D | configure.ac | 15 AC_CHECK_PROG([FIND], find, find)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
H A D | 0001-Makefile-remove-strip.patch | 30 FIND=/usr/bin/find
|
H A D | 0001-make-Define-SBINDIR-flag.patch | 21 FIND=/usr/bin/find
|
/openbmc/u-boot/cmd/ |
H A D | nvedit.c | 94 hsearch_r(e, FIND, &ep, &env_htab, flag); in env_print() 676 hsearch_r(e, FIND, &ep, &env_htab, 0); in env_get() 1171 hsearch_r(e, FIND, &ep, &env_htab, 0); in do_env_exists()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | stan.S | 361 |--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN 376 |--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.perf | 196 FIND = find 905 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs etags -a $(TAG_FILES) 909 $(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs ctags -a $(TAG_FILES) 913 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…
|
/openbmc/u-boot/api/ |
H A D | api.c | 516 i = hsearch_r(search, FIND, &match, &env_htab, 0); in API_env_enum()
|
/openbmc/u-boot/ |
H A D | Makefile | 1691 FIND := find macro 1695 ctags -w -o ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ 1700 etags -a -o etags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ 1703 $(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) -name '*.[chS]' -print > \
|
/openbmc/u-boot/lib/ |
H A D | hashtable.c | 457 idx = hsearch_r(e, FIND, &ep, htab, 0); in hdelete_r()
|
/openbmc/boost-dbus/cmake/ |
H A D | HunterGate.cmake | 467 string(FIND "${HUNTER_GATE_ROOT}" " " _contain_spaces)
|
/openbmc/linux/net/core/ |
H A D | pktgen.c | 473 #define FIND 0 macro 1968 bool exact = (remove == FIND); in __pktgen_NN_threads() 3738 pkt_dev = __pktgen_NN_threads(t->net, ifname, FIND); in pktgen_add_device()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 396 /* FIND LEFTMOST ONE */ 1268 /* VECTOR FIND ANY ELEMENT EQUAL */ 1270 /* VECTOR FIND ELEMENT EQUAL */ 1272 /* VECTOR FIND ELEMENT NOT EQUAL */
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 5625 #--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN 5641 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
|
H A D | fplsp.S | 5950 #--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN 5966 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
|