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

1234567

/openbsd-current/usr.bin/look/
H A DMakefile3 PROG= look
H A Dlook.c1 /* $OpenBSD: look.c,v 1.27 2022/12/04 23:50:48 cheloha Exp $ */
2 /* $NetBSD: look.c,v 1.7 1995/08/31 22:41:02 jtc Exp $ */
37 * look -- find lines in a sorted list.
69 int look(char *, char *, char *);
130 exit(look(string, front, back));
134 look(char *string, char *front, char *back) function
302 "usage: look [-df] [-t termchar] string [file]\n");
/openbsd-current/usr.sbin/acme-client/
H A Ddnsproc.c114 char *look = NULL, *last = NULL; local
146 if ((look = readstr(nfd, COMM_DNSQ)) == NULL)
154 if (last == NULL || strcmp(look, last)) {
155 if ((vsz = host_dns(look, v)) < 0)
159 last = look;
160 look = NULL;
162 free(look);
163 look = NULL;
181 free(look);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990128-1.c10 int look( struct s *p, struct s **pp );
35 for ( ; look( p, pp ); ) {
43 int look( struct s *p, struct s **pp ) function
/openbsd-current/gnu/usr.bin/perl/dist/Search-Dict/t/
H A DDict.t47 my $pos = look *DICT, "Ababa";
54 $pos = look *DICT, "foo";
59 my $pos = look *DICT, "abash";
66 $pos = look *DICT, "FOO";
71 my $pos = look *DICT, "Abba";
77 $pos = look *DICT, "aarhus", 1, 1;
93 $pos = look \*DICT, "aarhus", 1, 1;
110 my $pos = look $strfh, 'Ababa';
117 my $pos = look $strfh, "aarhus", 1, 1;
/openbsd-current/usr.bin/m4/
H A DMakefile14 SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c tokenizer.l parser.y
/openbsd-current/gnu/llvm/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():
/openbsd-current/gnu/usr.bin/perl/dist/Search-Dict/lib/Search/
H A DDict.pm18 our @EXPORT = qw(look);
22 Search::Dict - look - search for key in dictionary file
27 look *FILEHANDLE, $key, $dict, $fold;
30 look *FILEHANDLE, $params;
59 sub look { subroutine
/openbsd-current/usr.bin/spell/
H A Dlook.c1 /* $OpenBSD: look.c,v 1.7 2016/09/13 15:29:25 millert Exp $ */
45 int look(u_char *, u_char *, u_char *);
48 look(u_char *string, u_char *front, u_char *back) function
H A DMakefile5 SRCS= spellprog.c look.c
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dmachdep.c239 unsigned int *volatile look; local
248 for (look = (void *)first_addr; look < max;
249 look = (int *)((unsigned)look + STRIDE)) {
253 if (badaddr((vaddr_t)look, 4)) {
254 look = (int *)((int)look - STRIDE);
263 save = *look;
264 if (*look
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2495 char look(unsigned Lookahead = 0) const {
2668 if (look() == 'N')
2670 if (look() == 'Z')
2680 if (look() == 'I') {
2752 if (look() == 'S') {
2788 if (look() >= '1' && look() <= '9') {
2790 } else if (look() == 'U') {
2802 } else if (look() == 'C' || look()
[all...]
/openbsd-current/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h2495 char look(unsigned Lookahead = 0) const {
2668 if (look() == 'N')
2670 if (look() == 'Z')
2680 if (look() == 'I') {
2752 if (look() == 'S') {
2788 if (look() >= '1' && look() <= '9') {
2790 } else if (look() == 'U') {
2802 } else if (look() == 'C' || look()
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm23 look
101 [mru]|make|clean|dump|get|test|install|readme|look|cvs_import|perldoc|recent
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/bin/
H A Dptardiff53 Provide the progam with an ARCHIVE_FILE and it will look up all
94 Provide the progam with an ARCHIVE_FILE and it will look up all
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c766 ways in which we treat an input file, eg, we only look at symbols,
1168 lang_output_section_statement_type *first, *look, *found; local
1178 for (look = first; look; look = look->next)
1180 flags = look->flags;
1181 if (look->bfd_section != NULL)
1183 flags = look->bfd_section->flags;
1184 if (match_type && !match_type (output_bfd, look
[all...]
/openbsd-current/games/adventure/
H A Dhdr.h147 emrald, pyram, pearl, rug, chain, spices, back, look, cave,
/openbsd-current/usr.bin/
H A DMakefile17 locale locate lock logger login logname look lorder \
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsrec.c88 so a short symbol table could look like:
925 register srec_data_list_type **look; local
927 for (look = &tdata->head;
928 *look != NULL && (*look)->where < entry->where;
929 look = &(*look)->next)
931 entry->next = *look;
932 *look = entry;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsrec.c87 so a short symbol table could look like:
863 srec_data_list_type **look; local
865 for (look = &tdata->head;
866 *look != NULL && (*look)->where < entry->where;
867 look = &(*look)->next)
869 entry->next = *look;
870 *look = entry;
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregengine.inc924 sopno look;
999 for (look = 1;
1000 OP(s = g->strip[pc+look]) != O_CH;
1001 look += OPND(s))
1003 FWD(aft, aft, look);
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Drunperl.pl34 look for the script in the same directory as itself, and then in
/openbsd-current/gnu/llvm/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 ^
/openbsd-current/gnu/llvm/llvm/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 ^
/openbsd-current/gnu/llvm/clang/docs/analyzer/
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 ^

Completed in 340 milliseconds

1234567