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

123

/freebsd-11-stable/usr.bin/look/
H A DMakefile4 PROG= look
H A Dlook.c41 static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
48 * look -- find lines in a sorted list.
86 static int look(wchar_t *, unsigned char *, unsigned char *);
159 match *= (look(key, front, back));
198 look(wchar_t *string, unsigned char *front, unsigned char *back) function
359 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file ...]\n");
/freebsd-11-stable/usr.bin/m4/
H A DMakefile15 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2404 char look(unsigned Lookahead = 0) { function in class:PODSmallVector
2515 if (look() == 'N')
2517 if (look() == 'Z')
2521 if (look() == 'S' && look(1) != 't') {
2525 if (look() != 'I')
2538 if (look() == 'I') {
2611 if (look() == 'U')
2613 else if (look() >= '1' && look() <
[all...]
/freebsd-11-stable/usr.bin/svn/svnlook/
H A DMakefile9 PROG= svn${SVNLITE}look
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c888 ways in which we treat an input file, eg, we only look at symbols,
1298 lang_output_section_statement_type *first, *look, *found; local
1308 for (look = first; look; look = look->next)
1310 flags = look->flags;
1311 if (look->bfd_section != NULL)
1313 flags = look->bfd_section->flags;
1314 if (match_type && !match_type (output_bfd, look
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsrec.c87 so a short symbol table could look like:
864 srec_data_list_type **look; local
866 for (look = &tdata->head;
867 *look != NULL && (*look)->where < entry->where;
868 look = &(*look)->next)
870 entry->next = *look;
871 *look = entry;
/freebsd-11-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-11-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-11-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-11-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-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk35 # this what bmake > 20100401 will look for
/freebsd-11-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-11-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-11-stable/contrib/bmake/
H A Dbsd.after-import.mk92 echo; echo '# look here first for config.h'; \
/freebsd-11-stable/share/mk/
H A Dbsd.linker.mk89 # Export the values so sub-makes don't have to look them up again, using the
/freebsd-11-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-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c230 #error No way to look up uids on this platform
/freebsd-11-stable/usr.bin/
H A DMakefile90 look \
/freebsd-11-stable/lib/libc/regex/
H A Dengine.c900 sopno look; local
975 for (look = 1;
976 OP(s = g->strip[pc+look]) != O_CH;
977 look += OPND(s))
979 FWD(aft, aft, look + 1);
/freebsd-11-stable/stand/lua/
H A Dcli.lua74 -- more like a module indicator to serve as a hint of where to look for the
/freebsd-11-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;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c2421 look like the constant 0 was found here. */
3212 /* This is a new csect. We need to look at the symbol class to
3717 symbolS *look;
3742 for (look = last_biei ? last_biei : symbol_rootP;
3743 (look != (symbolS *) NULL
3744 && (S_GET_STORAGE_CLASS (look) == C_FILE
3745 || S_GET_STORAGE_CLASS (look) == C_BINCL
3746 || S_GET_STORAGE_CLASS (look) == C_EINCL));
3747 look = symbol_next (look))
3703 symbolS *look; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dlock.c1297 svn_wc_adm_access_t *look;
1303 look = get_from_shared(adm_access->abspath, adm_access->db, scratch_pool);
1304 if (look != NULL)
1296 svn_wc_adm_access_t *look; local
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl220 ; look for particular offending word, but rather for 64-byte input

Completed in 414 milliseconds

123