/src/usr.bin/spell/spellprog/ |
extern.h | 2 int look(u_char *, u_char *, u_char *);
|
Makefile | 6 SRCS= spellprog.c look.c
|
look.c | 1 /* $NetBSD: look.c,v 1.2 2005/06/30 16:25:05 christos 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.2 2005/06/30 16:25:05 christos Exp $"; 58 look(u_char *string, u_char *front, u_char *back) function in typeref:typename:int
|
/src/usr.bin/look/ |
Makefile | 4 PROG= look
|
look.c | 1 /* $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 in typeref:typename:int 329 (void)fprintf(stderr, "usage: look [-df] [-t char] string [file]\n");
|
/src/usr.bin/fsplit/ |
fsplit.c | 98 static const char *look(const char *, const char *); 150 * Look for a temp file that doesn't correspond to an 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 | 482 look(const char *s, const char *m) function in typeref:typename:const char * [all...] |
/src/lib/libc/ |
libcincludes.mk | 3 # Makefile fragment shared across several parts that want to look
|
/src/common/lib/libc/arch/m68k/string/ |
strchr.S | 48 movb 11(%sp),%d0 | char to look for
|
strrchr.S | 48 movb 11(%sp),%d0 | char to look for
|
/src/usr.bin/m4/ |
Makefile | 11 SRCS= parser.y tokenizer.l eval.c expr.c look.c main.c misc.c gnum4.c trace.c
|
/src/usr.bin/make/unit-tests/ |
depsrc.mk | 27 # Sources that look like keywords but are not known are interpreted as
|
cond-func-exists.mk | 46 # The exists function does not really look up the file in the file system,
|
varmod-no-match.mk | 61 # condition may look like '${VAR} != ""', which for a single-word variable is
|
var-scope-local.mk | 211 # If the sources of a dependency line look like a variable assignment, make 220 # Assignments using '+=' do *not* look up the global value, instead they only 221 # look up the variable in the target's own scope. 242 # XXX: '?=' does look at the global variable. That's a long-standing
|
/src/libexec/telnetd/ |
utility.c | 165 char *look = current+2; local in function:nextitem 167 while (look < endp) { 168 if ((*look++&0xff) == IAC) { 169 if (look < endp && (*look++&0xff) == SE) { 170 return look;
|
/src/games/adventure/ |
hdr.h | 142 emerald, pyramid, pearl, rug, chain, spices, back, look, cave,
|
init.c | 114 emerald, pyramid, pearl, rug, chain, spices, back, look, cave, variable in typeref:typename:int 234 look = vocab(DECR('l', 'o', 'o', 'k', '\0'), 0, 0);
|
/src/games/hunt/huntd/ |
hunt.h | 168 void look(PLAYER *);
|
/src/share/mk/ |
bsd.host.mk | 50 # something that does not look like an identifier, then use uname -m.
|
/src/usr.bin/ |
Makefile | 18 locale locate lock logger login logname look lorder m4 \
|
/src/distrib/evbsh3/rom/ramdiskcommon/ |
ramdiskbin.conf | 41 progs lex lock logger login logname look m4 mail man menuc mesg mkdep
|
/src/tools/make/ |
configure.ac | 46 dnl # Cygwin: We *MUST* look at -lregex *before* the "no libs" condition.
|
/src/usr.bin/netstat/ |
vtw.c | 245 printf("\t\t%" PRIu64 " look\n", stats.look[0]); 254 printf("\t\t%" PRIu64 " look\n", stats.look[1]);
|
/src/sys/arch/sparc64/doc/ |
TODO | 58 - consider method used by Solaris/OpenSolaris/Illumos (look for PROM_32BIT_ADDRS in
|
/src/distrib/mvme68k/miniroot/ |
install.md | 147 Here is an example of what the partition information will look like once
|