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

12

/freebsd-10.3-release/usr.bin/look/
H A DMakefile2 # $FreeBSD: releng/10.3/usr.bin/look/Makefile 226359 2011-10-14 07:24:48Z ed $
4 PROG= look
H A Dlook.c41 static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
45 __FBSDID("$FreeBSD: releng/10.3/usr.bin/look/look.c 227171 2011-11-06 08:15:59Z ed $");
48 * look -- find lines in a sorted list.
85 static int look(wchar_t *, unsigned char *, unsigned char *);
147 match *= (look(key, front, back));
186 look(wchar_t *string, unsigned char *front, unsigned char *back) function
347 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file ...]\n");
/freebsd-10.3-release/usr.bin/m4/
H A DMakefile16 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
/freebsd-10.3-release/usr.bin/svn/svnlook/
H A DMakefile9 PROG= svn${SVNLITE}look
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/bmake/mk/
H A Dauto.dep.mk35 # this what bmake > 20100401 will look for
/freebsd-10.3-release/contrib/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-10.3-release/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-10.3-release/contrib/telnet/telnetd/
H A Dutility.c167 char *look = current+2; local
170 if ((*look++&0xff) == IAC) {
171 if ((*look++&0xff) == SE) {
172 return look;
/freebsd-10.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh928 # Put another way... look up _http._tcp.${SERVERNAME} and pick a server
1069 while read -p "Does this look reasonable (y/n)? " CONTINUE; do
1327 look "${PREFIX}" diff-OLD
1408 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
1413 look "`echo ${C} | tr '/' '|'`|" $1.all
1568 look "${X}|" $1-values |
1674 look "${X}|" $1
1704 look "${NODE}|" $3 >> $3.remove
1705 look "${NODE}|" $3 |
2243 METAHASH=`look "
[all...]
/freebsd-10.3-release/contrib/nvi/regex/
H A Dengine.c903 register sopno look; local
979 for (look = 1; /**/; look += d) {
980 s = g->strip[pc+look];
981 d = g->stripdata[pc+look];
986 FWD(aft, aft, look);
/freebsd-10.3-release/contrib/bmake/
H A Dbsd.after-import.mk91 echo; echo '# look here first for config.h'; \
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c229 #error No way to look up uids on this platform
/freebsd-10.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh337 # Put another way... look up _http._tcp.${SERVERNAME} and pick a server
580 if [ `look INDEX tINDEX.new | wc -l` != 1 ]; then
684 gunzip -c < snap/`look INDEX tINDEX.new |
787 gunzip -c < files/`look INDEX tINDEX.new |
903 if ! look $1 ${WORKDIR}/tINDEX > /dev/null; then
907 gunzip -c < "${WORKDIR}/files/`look $1 ${WORKDIR}/tINDEX |
/freebsd-10.3-release/usr.bin/
H A DMakefile89 look \
/freebsd-10.3-release/lib/libc/regex/
H A Dengine.c994 sopno look; local
1069 for (look = 1;
1070 OP(s = g->strip[pc+look]) != O_CH;
1071 look += OPND(s))
1073 FWD(aft, aft, look + 1);
/freebsd-10.3-release/share/mk/
H A Dbsd.obj.mk134 # Tell bmake not to look for generated files via .PATH
H A Dbsd.dep.mk160 # Tell bmake not to look for generated files via .PATH
/freebsd-10.3-release/contrib/telnet/telnet/
H A Dtelnet.c2095 /* Now, look at the input rings, looking for work to do. */
2202 char *look = current+2;
2205 if ((*look++&0xff) == IAC) {
2206 if ((*look++&0xff) == SE) {
2207 return look;
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c2421 look like the constant 0 was found here. */
3164 /* This is a new csect. We need to look at the symbol class to
3669 symbolS *look;
3694 for (look = last_biei ? last_biei : symbol_rootP;
3695 (look != (symbolS *) NULL
3696 && (S_GET_STORAGE_CLASS (look) == C_FILE
3697 || S_GET_STORAGE_CLASS (look) == C_BINCL
3698 || S_GET_STORAGE_CLASS (look) == C_EINCL));
3699 look = symbol_next (look))
3655 symbolS *look; local
[all...]
/freebsd-10.3-release/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-10.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl203 ; look for particular offending word, but rather for 64-byte input
/freebsd-10.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s123 # Load a partition table sector from disk and look for a FreeBSD boot
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Descape.mk191 # The ":" in "third line':" makes it look like the start of a

Completed in 459 milliseconds

12