Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 225) sorted by relevance

123456789

/original-bsd/lib/libtelnet/
H A Dgenget.c52 register char **c, **found; local
58 found = 0;
64 if (found)
66 found = c;
68 return(found);
/original-bsd/old/mklost+found/
H A DMakefile19 MAN= mklost+found.0
21 all mklost+found clean depend lint tags:
27 install -c -o bin -g bin -m 755 mklost+found.sh ${DESTDIR}/etc/mklost+found
H A Dmklost+found.sh9 mkdir lost+found
10 cd lost+found
23 ls -ld `pwd`/lost+found
/original-bsd/old/which/
H A Dwhich.csh29 unset found
34 echo $arg not found
41 set found
46 if ( ! $?found ) then
/original-bsd/libexec/bugfiler/
H A Dreply.c37 if (mailhead[RPLY_TAG].found) { in reply()
43 if (mailhead[FROM_TAG].found) { in reply()
49 if (mailhead[CFROM_TAG].found) { in reply()
72 if (mailhead[SUBJ_TAG].found) in reply()
77 if (mailhead[DATE_TAG].found) in reply()
80 if (mailhead[MSG_TAG].found) in reply()
H A Dgethead.c72 for (hp = mailhead; hp->found != ERR; ++hp)
73 if (!hp->found)
81 hp->found = YES;
84 if ((hp->found == ERR || hp->redist) && redist)
88 if (!mailhead[INDX_TAG].found)
/original-bsd/usr.bin/apropos/
H A Dapropos.c32 static int *found, foundman; variable
73 if ((found = malloc((u_int)argc * sizeof(int))) == NULL)
75 memset(found, 0, argc * sizeof(int));
97 if (found[p - argv])
138 found[p - argv] = 1;
143 found[p - argv] = 1;
/original-bsd/usr.bin/learn/learn/
H A Dgetlesson.c21 int isnum, found, fd[2]; in getlesson() local
58 found = 0; in getlesson()
65 found = 1; in getlesson()
70 if (found) { in getlesson()
/original-bsd/usr.bin/make/lst.lib/
H A DlstFindFrom.c45 Boolean found = FALSE; local
55 found = TRUE;
62 if (found) {
/original-bsd/usr.bin/whatis/
H A Dwhatis.c32 static int *found, foundman; variable
70 if ((found = malloc((u_int)argc * sizeof(int))) == NULL)
72 memset(found, 0, argc * sizeof(int));
96 if (found[p - argv])
132 found[p - argv] = 1;
137 found[p - argv] = 1;
/original-bsd/usr.bin/locate/locate/
H A Dlocate.c84 int count, found, globflag; local
95 found = 0;
107 cutoff = (found ? path : path + count);
108 for (found = 0, s = p; s >= cutoff; s--)
115 found = 1;
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Doptions.c47 int found; in getcomm() local
66 found = 0; in getcomm()
96 found = 1; in getcomm()
100 if(!found) in getcomm()
/original-bsd/old/tbl/
H A Dt3.c37 int c, ci, found; in getcomm() local
53 found=0; in getcomm()
81 found=1; in getcomm()
85 if (!found) in getcomm()
/original-bsd/lib/libc/vax/string/
H A Drindex.s29 movl r1,r0 # found it
36 clrl r4 # last found
40 tstb (r1) # if have found '\0'
42 movl r1,r4 # save most recently found
46 movl r4,r0 # return last found (if any)
/original-bsd/contrib/bib/src/
H A Dlookup.c26 int found; local
41 { found = 0;
56 found = 1;
63 if (!found) printf("No references found.\n");
/original-bsd/sys/kern/
H A Duipc_domain.c84 goto found;
86 found:
105 goto found;
107 found:
147 goto found;
149 found:
/original-bsd/contrib/usr.x25/lib/
H A Dgetx25hostbyname.c24 goto found;
26 found:
/original-bsd/lib/libc/net/
H A Dgetprotoname.c30 goto found;
32 found:
H A Dgetnetbyname.c30 goto found;
32 found:
/original-bsd/sys/vax/vax/
H A Dswapgeneric.c100 goto found; in setconf()
111 goto found; in setconf()
122 goto found; in setconf()
128 found: in setconf()
/original-bsd/usr.bin/systat/
H A Dcmds.c123 register struct cmdtab *c, *found; local
128 found = (struct cmdtab *) 0;
137 found = c;
144 return (found);
/original-bsd/local/toolchest/ksh/sh/
H A Dstring.c68 goto found;
93 goto found;
100 found:
/original-bsd/sys/luna68k/stand/
H A Dautoconf.c39 int found; in configure() local
47 found = find_controller(hw); in configure()
49 found = find_device(hw); in configure()
51 if (!found) { in configure()
399 int found = 0; variable
403 found = dr_type(hd->hp_driver, "le");
406 found = dr_type(hd->hp_driver, "scsi");
412 return(found);
/original-bsd/games/atc/
H A Dlog.c67 register int i, fd, num_scores = 0, good, changed = 0, found = 0; in log_score() local
154 found++; in log_score()
158 if (!found) { in log_score()
173 if (!found && !changed && num_scores < NUM_SCORES) { in log_score()
181 if (found) in log_score()
193 if (found) in log_score()
/original-bsd/old/dbx/
H A Devents.c163 boolean found; local
165 found = false;
168 found = true;
184 found = true;
191 found = true;
202 return found;
502 boolean found; in bpact() local
529 if (found) { in bpact()
535 return found; in bpact()
611 found = true;
[all …]

123456789