Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 51) sorted by relevance

123

/original-bsd/libexec/mail.local/
H A Ddelivermail.sh3 echo "Subject: delivermail $*" >/tmp/foo.$$
4 echo "---------------------------------" >>/tmp/foo.$$
5 cat /tmp/foo.$$ - | /bin/mail postmaster
6 rm /tmp/foo.$$
/original-bsd/games/hack/
H A Dhack.tty.c252 register foo; in parse() local
256 while((foo = readchar()) >= '0' && foo <= '9') in parse()
257 multi = 10*multi+foo-'0'; in parse()
262 inputline[0] = foo; in parse()
264 if(foo == 'f' || foo == 'F'){ in parse()
267 if(inputline[1] == foo) inputline[2] = getchar(); else in parse()
271 if(foo == 'm' || foo == 'M'){ in parse()
H A Dhack.makemon.c113 coord foo[15], *tfoo; local
116 tfoo = foo;
123 if(tfoo == &foo[15]) goto foofull;
129 if(tfoo == &foo[15]) goto foofull;
135 if(tfoo == &foo[15]) goto foofull;
141 if(tfoo == &foo[15]) goto foofull;
144 } while(tfoo == foo);
146 return( foo[rn2(tfoo-foo)] );
H A Dhack.invent.c300 register int foo = 0, foo2; local
320 bp[foo++] = flags.invlet_constant ? otmp->invlet : ilet;
329 foo--;
335 bp[foo] = 0;
336 if(foo == 0 && bp > buf && bp[-1] == ' ') *--bp = 0;
338 if(foo > 5) { /* compactify string */
339 foo = foo2 = 1;
342 while(ilet = bp[++foo2] = bp[++foo]){
355 if(!foo && !allowall && !allowgold && !allownone) {
H A Dhack.main.c404 glo(foo) in glo() argument
405 register foo; in glo()
412 (void) sprintf(tf, ".%d", foo);
/original-bsd/old/cpp/
H A DREADME64 Thus "foo/* la di da */bar" may expand 'foo' and 'bar' but
69 foo(1,2)
75 foo(bar)
79 #define foo bar
80 printf("foo");
86 #define bar foo
87 #undef foo
95 foo(bar,
113 #define foo #
114 foo foo foo
[all …]
/original-bsd/old/pcc/ccom.tahoe/tests/
H A Dt4.c2 short foo; member
9 p->timer[2] = (int)p->foo; in f()
/original-bsd/usr.bin/tn3270/tools/mkhits/
H A Ddohits.c158 char *foo; local
160 foo = malloc(sizeof c);
161 if (foo == 0) {
165 *foo = c;
166 return foo;
/original-bsd/usr.bin/pascal/pdx/test/
H A Dbug.p12 procedure foo; procedure
24 foo;
/original-bsd/sbin/mount_portal/
H A Dportal.conf7 foo/ exec ./bar bar baz
/original-bsd/share/mk/
H A Dbsd.README33 a= foo
238 To build foo from foo.c with a manual page foo.1, use:
240 PROG= foo
244 To build foo from foo.c with a manual page foo.2, add the line:
246 MAN2= foo.0
248 If foo does not have a manual page at all, add the line:
252 If foo has multiple source files, add the line:
/original-bsd/admin/style/
H A Dstyle73 struct foo {
74 struct foo *next; /* List of active foo */
78 struct foo *foohead; /* Head of global foo list */
221 struct foo three, *four;
231 * of (struct foo *)0 or (struct foo *)NULL. Also, test pointers
246 if ((four = malloc(sizeof(struct foo))) == NULL)
/original-bsd/sys/tests/netccitt/
H A Dt1.c6 union foo { union
/original-bsd/usr.sbin/sendmail/cf/feature/
H A Dredirect.m416 # addresses sent to foo@host.REDIRECT will give a 551 error code
/original-bsd/usr.bin/tn3270/distribution/sys_dos/
H A Dtermout.c74 char foo[100]; local
76 sprintf(foo, "ERR from %s at %d (%d, %d)\n",
78 OurExitString(stderr, foo, 1);
/original-bsd/usr.sbin/config/SMM.doc/
H A Dspell.ok158 foo
159 foo.c
/original-bsd/usr.sbin/amd/text/
H A DINSTALL46 If you do define a new operating system type foo, you may need to create a
47 file called Makefile.foo which defines the special Makefile parameters.
65 operating systems at your site) or Makefile.local.foo (where foo is the OS type
110 make OS=foo
112 where foo is the name of your version of UN*X as determined in part 1, until
/original-bsd/etc/etc.i386/
H A Ddisktab47 floppy|foo:\
53 floppy15|foo:\
/original-bsd/usr.bin/uucp/UUAIDS/
H A Dsetup.tblms148 Then an entry for the mythical system "foo"
152 echo "test 1" | mail foo!root
153 echo "test 2" | mail foo!xyz!root
154 echo "test 3" | mail foo!foo!root
158 Mail sent to the mythical system "foo" will,
/original-bsd/usr.sbin/sendmail/doc/op/
H A Dspell.ok405 foo
406 foo.bar.baz.de
407 foo.bar.com
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h1482 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG) argument
1485 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK) argument
/original-bsd/usr.sbin/amd/doc/
H A Dtexinfo.tex169 % @begin foo is the same as @foo, for now.
802 % \newindex {foo} defines an index named foo.
817 % @defindex foo == \newindex{foo}
832 % @synindex foo bar makes index foo feed into index bar.
839 % @syncodeindex foo bar similar, but put all entries made for index foo
848 % and it is "foo", the name of the index.
1835 % @defcv {Class Option} foo-class foo-flag
1873 % @defvr Counter foo-count
1926 % \setref{foo} defines a cross-reference point named foo.
1956 % \internalsetq {foo}{page} expands into CHARACTERS 'xrdef {foo}{...expansion of \Ypage...}
[all …]
/original-bsd/usr.bin/tn3270/sys_curses/
H A Dtermout.c123 char foo[100]; local
125 sprintf(foo, "ERR from %s at %d (%d, %d)\n",
127 OurExitString(foo, 1);
/original-bsd/contrib/sc/
H A Dtutorial.sc83 leftstring page4 = "Try 'P foo.sc' to write this to the file foo.sc"
/original-bsd/usr.bin/tn3270/ctlr/
H A Dapi.c49 #define access_api(foo,length,copyin) (foo) argument
50 #define unaccess_api(foo,goo,length,copyout) argument

123