Searched refs:look (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-13-stable/usr.bin/look/
H A DMakefile4 PROG= look
H A Dlook.c43 static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
50 * look -- find lines in a sorted list.
88 static int look(wchar_t *, unsigned char *, unsigned char *);
161 match *= (look(key, front, back));
200 look(wchar_t *string, unsigned char *front, unsigned char *back) function
361 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file ...]\n");
/freebsd-13-stable/usr.bin/m4/
H A DMakefile15 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2408 char look(unsigned Lookahead = 0) { function in class:PODSmallVector
2519 if (look() == 'N')
2521 if (look() == 'Z')
2525 if (look() == 'S' && look(1) != 't') {
2529 if (look() != 'I')
2542 if (look() == 'I') {
2615 if (look() == 'U')
2617 else if (look() >= '1' && look() <
[all...]
/freebsd-13-stable/usr.bin/svn/svnlook/
H A DMakefile9 PROG= svn${SVNLITE}look
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzloop.sh212 echo -n "There's a core dump here you might want to look at first... "
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc860 sopno look;
935 for (look = 1;
936 OP(s = g->strip[pc+look]) != O_CH;
937 look += OPND(s))
939 FWD(aft, aft, look);
/freebsd-13-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat176 echo.Link check complete; look for any errors in the above output ^
185 echo.Testing of doctests in the sources finished, look at the ^
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c159 char *look = current+2; local
162 if ((*look++&0xff) == IAC) {
163 if ((*look++&0xff) == SE) {
164 return look;
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dutility.c163 char *look = current+2; local
166 if ((*look++&0xff) == IAC) {
167 if ((*look++&0xff) == SE) {
168 return look;
/freebsd-13-stable/contrib/bmake/mk/
H A Dauto.dep.mk35 # this what bmake > 20100401 will look for
H A Ddirdeps-cache-update.mk31 # When dirdeps-targets.mk is initializing DIRDEPS it will look for
90 # We are using static cache and this is the only look we will get.
H A Ddirdeps-targets.mk23 # When asked to make 'foo' we look for any directory named 'foo'
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh976 # Put another way... look up _http._tcp.${SERVERNAME} and pick a server
1126 while read -p "Does this look reasonable (y/n)? " CONTINUE; do
1384 look "${PREFIX}" diff-OLD
1465 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
1470 look "`echo ${C} | tr '/' '|'`|" $1.all
1625 look "${X}|" $1-values |
1731 look "${X}|" $1
1761 look "${NODE}|" $3 >> $3.remove
1762 look "${NODE}|" $3 |
2298 METAHASH=`look "
[all...]
/freebsd-13-stable/contrib/nvi/regex/
H A Dengine.c859 sopno look; local
935 for (look = 1; /**/; look += d) {
936 s = g->strip[pc+look];
937 d = g->stripdata[pc+look];
942 FWD(aft, aft, look);
/freebsd-13-stable/contrib/bmake/
H A Dbsd.after-import.mk93 echo; echo '# look here first for config.h'; \
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemchr.S69 @ r1 = character to look for
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c230 #error No way to look up uids on this platform
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh344 # Put another way... look up _http._tcp.${SERVERNAME} and pick a server
587 if [ `look INDEX tINDEX.new | wc -l` != 1 ]; then
693 gunzip -c < snap/`look INDEX tINDEX.new |
797 gunzip -c < files/`look INDEX tINDEX.new |
913 if ! look $1 ${WORKDIR}/tINDEX > /dev/null; then
917 gunzip -c < "${WORKDIR}/files/`look $1 ${WORKDIR}/tINDEX |
/freebsd-13-stable/usr.bin/
H A DMakefile84 look \
/freebsd-13-stable/lib/libc/regex/
H A Dengine.c1010 sopno look; local
1101 for (look = 1;
1102 OP(s = g->strip[pc+look]) != (sop)O_CH;
1103 look += OPND(s))
1105 FWD(aft, aft, look + 1);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk49 # There are two different syntactical elements that look exactly the same:
/freebsd-13-stable/share/mk/
H A Dbsd.linker.mk123 # Export the values so sub-makes don't have to look them up again, using the
H A Ddirdeps-targets.mk24 # When asked to make 'foo' we look for any directory named 'foo'
/freebsd-13-stable/contrib/telnet/telnet/
H A Dtelnet.c2091 /* Now, look at the input rings, looking for work to do. */
2198 char *look = current+2;
2201 if ((*look++&0xff) == IAC) {
2202 if ((*look++&0xff) == SE) {
2203 return look;

Completed in 128 milliseconds

12