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

123456789

/netbsd-current/usr.bin/spell/spellprog/
H A Dextern.h2 int look(u_char *, u_char *, u_char *);
H A DMakefile6 SRCS= spellprog.c look.c
H A Dlook.c1 /* $NetBSD: look.c,v 1.1 2005/06/29 21:06:12 perry Exp $ */
3 /* derived from: OpenBSD: look.c,v 1.3 2003/06/03 02:56:16 millert Exp */
39 static const char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
41 static const char rcsid[] = "$NetBSD: look.c,v 1.1 2005/06/29 21:06:12 perry Exp $";
58 look(u_char *string, u_char *front, u_char *back) function
/netbsd-current/usr.bin/look/
H A DMakefile4 PROG= look
H A Dlook.c1 /* $NetBSD: look.c,v 1.17 2017/02/21 09:23:31 leot Exp $ */
43 static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
45 __RCSID("$NetBSD: look.c,v 1.17 2017/02/21 09:23:31 leot Exp $");
49 * look -- find lines in a sorted list.
92 static int look(char *, char *, char *);
153 exit(look(string, front, back));
157 look(char *string, char *front, char *back) function
329 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file]\n");
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dlocall1.s1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dsymbols-6-64.s1 # now look at what happens when we append some indirects to the normal
H A Dsymbols-6.s1 # now look at what happens when we append some indirects to the normal
/netbsd-current/usr.bin/fsplit/
H A Dfsplit.c98 static const char *look(const char *, const char *);
164 /* look for an 'end' statement */
362 if ((ptr = look(line, "subroutine")) != NULL ||
363 (ptr = look(line, "function")) != NULL ||
369 } else if ((ptr = look(line, "program")) != NULL) {
375 } else if ((ptr = look(line, "blockdata")) != NULL) {
427 * look for typed functions such as: real*8 function,
435 if ((ptr = look(p, "character")) != NULL ||
436 (ptr = look(p, "logical")) != NULL ||
437 (ptr = look(
482 look(const char *s, const char *m) function
[all...]
/netbsd-current/lib/libc/
H A Dlibcincludes.mk3 # Makefile fragment shared across several parts that want to look
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DShUtil.py19 def look(self): member in class:ShLexer
53 c = self.look()
182 if self.look().isspace():
200 def look(self): member in class:ShParser
216 tok = self.look()
245 while self.look() == ('|',):
253 while self.look():
257 if not self.look():
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dverilog.c150 verilog_data_list_type **look; local
152 for (look = &tdata->head;
153 *look != NULL && (*look)->where < entry->where;
154 look = &(*look)->next)
156 entry->next = *look;
157 *look = entry;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dverilog.c150 verilog_data_list_type **look; local
152 for (look = &tdata->head;
153 *look != NULL && (*look)->where < entry->where;
154 look = &(*look)->next)
156 entry->next = *look;
157 *look = entry;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-gc/
H A Dpr13683.d7 # Note - look for both "foo" and "foo2" being defined, non-zero function symbols
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dverilog.c150 verilog_data_list_type **look; local
152 for (look = &tdata->head;
153 *look != NULL && (*look)->where < entry->where;
154 look = &(*look)->next)
156 entry->next = *look;
157 *look = entry;
/netbsd-current/common/lib/libc/arch/m68k/string/
H A Dstrchr.S48 movb 11(%sp),%d0 | char to look for
H A Dstrrchr.S48 movb 11(%sp),%d0 | char to look for
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dverilog.c154 verilog_data_list_type **look; local
156 for (look = &tdata->head;
157 *look != NULL && (*look)->where < entry->where;
158 look = &(*look)->next)
160 entry->next = *look;
161 *look = entry;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2453 char look(unsigned Lookahead = 0) { function in class:PODSmallVector
2566 if (look() == 'N')
2568 if (look() == 'Z')
2572 if (look() == 'S' && look(1) != 't') {
2576 if (look() != 'I')
2589 if (look() == 'I') {
2662 if (look() == 'U')
2664 else if (look() >= '1' && look() <
[all...]
/netbsd-current/usr.bin/m4/
H A DMakefile11 SRCS= parser.y tokenizer.l eval.c expr.c look.c main.c misc.c gnum4.c trace.c
/netbsd-current/usr.bin/make/unit-tests/
H A Ddepsrc.mk27 # Sources that look like keywords but are not known are interpreted as
/netbsd-current/external/apache2/llvm/dist/llvm/tools/msbuild/
H A Dinstall.bat13 REM Older versions of VS would look for these files in the Program Files\MSBuild directory
14 REM but with VS2017 it seems to look for these directly in the Visual Studio instance.
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c1082 ways in which we treat an input file, eg, we only look at symbols,
1550 lang_output_section_statement_type *first, *look, *found; local
1560 for (look = first; look; look = look->next)
1562 look_flags = look->flags;
1563 if (look->bfd_section != NULL)
1565 look_flags = look->bfd_section->flags;
1567 look
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlang.c1100 ways in which we treat an input file, eg, we only look at symbols,
1574 lang_output_section_statement_type *first, *look, *found; local
1584 for (look = first; look; look = look->next)
1586 look_flags = look->flags;
1587 if (look->bfd_section != NULL)
1589 look_flags = look->bfd_section->flags;
1591 look
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldlang.c1101 ways in which we treat an input file, eg, we only look at symbols,
1575 lang_output_section_statement_type *first, *look, *found; local
1585 for (look = first; look; look = look->next)
1587 look_flags = look->flags;
1588 if (look->bfd_section != NULL)
1590 look_flags = look->bfd_section->flags;
1592 look
[all...]

Completed in 210 milliseconds

123456789