HomeSort by: relevance | last modified time | path
    Searched refs:FIND (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/lib/libc/stdlib/
t_hsearch.c 117 ep = hsearch(e, FIND);
153 ep = hsearch(e, FIND);
177 ep = hsearch(e, FIND);
216 ep = hsearch(e, FIND);
219 ep2 = hsearch(e, FIND);
271 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
306 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
331 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
369 ATF_REQUIRE(hsearch_r(e, FIND, &ep, &t) == 1);
372 ATF_REQUIRE(hsearch_r(e, FIND, &ep2, &t) == 1)
    [all...]
  /src/distrib/sets/
makeplist 8 # -s setsdir directory to find sets
26 -s setsdir directory to find sets [${setsdir}]
102 # Match the directories. Use find(1) to avoid repeat calls to
105 # This is a little clever. I cannot use 'xargs find', because
106 # find wants for the option arguments to follow the path arguments.
109 # command-line, and 'find ${args} ${SELECTDIRS}' to put them at the end.
114 ${FIND} ${args} ${SELECTDIRS}
118 # Match the non-directories. Use find(1) to avoid repeat calls to
126 ${FIND} ${args} ${SELECTNONDIRS}
makesums 75 lists="$(${FIND} ${pat} -prune \( -type f -o -type l \) \
checkflist 125 ( cd "${DESTDIR}" && ${FIND} ${origin} \
regpkg 222 # "find" invoked from makeplist sometimes reports
973 case "$(${FIND} "${SYSPKG_DB_SUBDIR}" -type f \
1049 case "$(${FIND} "${SYSPKG_DB_SUBDIR}" -type f \
  /src/include/
search.h 35 FIND, ENTER
  /src/lib/libc/stdlib/
hcreate.c 208 _DIAGASSERT(action == ENTER || action == FIND);
227 } else if (action == FIND) {
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 107 FIND?= /usr/bin/find
283 ${FIND} ${PACKAGES} -type l -name ${PKGNAME}${PKG_SUFX} | xargs ${RM} -f
  /src/usr.bin/tic/
tic.c 140 elemp = hsearch(elem, FIND);
476 /* The pointers may have changed, find the use again */
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5528 #--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN
5544 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
5959 #--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN
5975 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN
8428 bfffo %d4{&0:&32},%d6 # find first 1
fpsp.s 1357 bfffo %d0{&24:&8},%d0 # find highest priority exception
1626 bfffo %d0{&24:&8},%d0 # find highest priority exception
1935 bfffo %d0{&24:&8},%d0 # find highest priority exception
2171 bfffo %d0{&24:&8},%d0 # find highest priority exception
2326 addi.w &0x3f81,%d0 # find amt to shift
2659 bfffo %d0{&24:&8},%d0 # find highest priority exception
3510 bsr.l _calc_ea_fout # find the correct ea,update An
3531 bsr.l _calc_ea_fout # find the correct ea,update An
4191 bfffo %d0{&24:&8},%d0 # find highest priority exception
5634 #--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSE
    [all...]

Completed in 24 milliseconds