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

12

/freebsd-10.0-release/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.
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.0-release/usr.bin/m4/
H A DMakefile14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
/freebsd-10.0-release/usr.bin/svn/svnlook/
H A DMakefile9 PROG= svn${SVNLITE}look
/freebsd-10.0-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.0-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.0-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.0-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.0-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.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh884 # Put another way... look up _http._tcp.${SERVERNAME} and pick a server
1025 while read -p "Does this look reasonable (y/n)? " CONTINUE; do
1283 look "${PREFIX}" diff-OLD
1364 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
1369 look "`echo ${C} | tr '/' '|'`|" $1.all
1524 look "${X}|" $1-values |
1630 look "${X}|" $1
1660 look "${NODE}|" $3 >> $3.remove
1661 look "${NODE}|" $3 |
2199 METAHASH=`look "
[all...]
/freebsd-10.0-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.0-release/contrib/bmake/
H A Dbsd.after-import.mk93 echo; echo '# look here first for config.h'; \
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen-opts.def207 If there is no new host key, look for an existing one.
/freebsd-10.0-release/share/mk/
H A Dbsd.obj.mk121 # Tell bmake not to look for generated files via .PATH
H A Dbsd.dep.mk126 # Tell bmake not to look for generated files via .PATH
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL24 top of the file, but it's clearly marked. Also look at pathnames.h.
53 a very serious security problem on your system and you should look into it.
75 Kill your existing cron daemon -- do `ps aux' and look for /etc/cron.
/freebsd-10.0-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.0-release/usr.bin/
H A DMakefile95 look \
/freebsd-10.0-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 |
780 gunzip -c files/`look INDEX tINDEX.new |
896 if ! look $1 ${WORKDIR}/tINDEX > /dev/null; then
900 gunzip -c "${WORKDIR}/files/`look $1 ${WORKDIR}/tINDEX |
/freebsd-10.0-release/lib/libc/regex/
H A Dengine.c999 sopno look; local
1074 for (look = 1;
1075 OP(s = g->strip[pc+look]) != O_CH;
1076 look += OPND(s))
1078 FWD(aft, aft, look + 1);
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dtelnet.c2064 /* Now, look at the input rings, looking for work to do. */
2171 char *look = current+2;
2174 if ((*look++&0xff) == IAC) {
2175 if ((*look++&0xff) == SE) {
2176 return look;
/freebsd-10.0-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.0-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.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl203 ; look for particular offending word, but rather for 64-byte input
/freebsd-10.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s123 # Load a partition table sector from disk and look for a FreeBSD boot

Completed in 227 milliseconds

12