Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 147) sorted by relevance

123456

/original-bsd/games/ching/cno/
H A Dching.cno.c33 char *change();
47 printf("%s\n", change()); in main()
69 change() in change() function
/original-bsd/usr.bin/pascal/src/
H A Dtmps.c189 bool change = FALSE; local
196 change = TRUE;
204 change = TRUE;
210 change = TRUE;
215 change = TRUE;
217 if (change) {
/original-bsd/sys/ufs/ufs/
H A Dufs_quota.c74 chkdq(ip, change, cred, flags) in chkdq() argument
76 long change;
88 if (change == 0)
90 if (change < 0) {
123 dq->dq_curblocks += change;
136 long change;
191 long change;
203 if (change == 0)
205 if (change < 0) {
238 dq->dq_curinodes += change;
[all …]
/original-bsd/sys/ufs/ffs/
H A Dufs_quota.c74 chkdq(ip, change, cred, flags) in chkdq() argument
76 long change;
88 if (change == 0)
90 if (change < 0) {
123 dq->dq_curblocks += change;
136 long change;
191 long change;
203 if (change == 0)
205 if (change < 0) {
238 dq->dq_curinodes += change;
[all …]
/original-bsd/share/doc/papers/relengr/
H A Dref.bib.ig1 ref.bib:0,249 mckusi bloom karels bug fixes change system manage manual berkel softwa distri virtua…
2 ref.bib:249,216 karels change kernel system manage manual berkel softwa distri virtua vax versio as…
/original-bsd/usr.bin/diff/diff3/
H A Ddiff3.c231 change(1,&d1->old,0); in merge()
233 change(3,&d1->new,0); in merge()
243 change(2,&d2->old,0); in merge()
244 change(3,&d2->new,0); in merge()
274 change(1,&d1->old,dup); in merge()
275 change(2,&d2->old,0); in merge()
277 change(3,&d3->new,0); in merge()
318 change(i,rold,dup)
362 change(i,&trange,1);
/original-bsd/share/man/man0/
H A Dcshcmd6 csh(1) cd: change directory.
7 csh(1) chdir: change directory.
38 csh(1) set: change value of shell variable.
46 csh(1) umask: change or display file creation mask.
/original-bsd/games/tetris/
H A Dscores.c132 int change; local
145 change = 0;
156 change = 1;
161 change = 1; /* gotta rewrite, sigh */
171 change = 1;
174 if (change) {
/original-bsd/usr.bin/diff/diffh/
H A Ddiffh.c169 change(n0-1,0,n1,b,"a"); in output()
171 change(n0,a,n1-1,0,"d"); in output()
173 change(n0,a,n1,b,"c"); in output()
195 change(a,b,c,d,s) in change() function
279 change(n0,INF,n1,INF,"c"); in hardsynch()
/original-bsd/games/hack/
H A Dhack.tty.c122 register int change = 0; in setftty() local
129 change++; in setftty()
139 change++; in setftty()
141 if(change){ in setftty()
/original-bsd/libexec/ftpd/
H A DCHANGES3 Unfortunately, this conformance introduces a user visible change. While
5 (ftpd), the change will be seen whenever an old ftp client calls a new ftpd
13 The user visible change in the ftp behavior is caused by the ftp client
/original-bsd/share/termcap/
H A DREADME21 a line to reorder to globally change all /usr/lib/tabset's to your own
22 path name. This change is better than just changing the termcap.src file
28 if you aren't a super user change the cp command to put it where you can.
51 changes when system termcap files change.
/original-bsd/lib/libc/db/mpool/
H A DREADME5 the interface is expected to change.
/original-bsd/contrib/perl-4.036/
H A Dconfig_h.SH167 * to change mode of opened files. If unavailable, use chmod().
173 * to change ownership of opened files. If unavailable, use chown().
459 * available to change the real and effective gid of the current program.
463 * available to change the real, effective and saved gid of the current
471 * available to change the real and effective uid of the current program.
475 * available to change the real, effective and saved uid of the current
483 * to change the real gid of the current program.
489 * to change the real uid of the current program.
/original-bsd/sbin/route/
H A Dkeywords5 change
/original-bsd/local/ditroff/ditroff.old.okeeffe/driver/
H A Ddraw.c712 change (x, y, vis) in change() function
770 change(x0, y0, 0);
773 change(x0 - xinc, oldcoord, 1);
789 change(x0, y0, 0);
792 change(oldcoord, y0 - yinc, 1);
805 if(visible) change(x1, y1, 1);
/original-bsd/games/quiz/datfiles/
H A Ded15 change each "BTL" in file to "Bell Laboratories" and check:\
25 change first "hte" in current line to "the" and check:[s|.s]/hte/the/p
71 change every "01" in current line to "1":[s|.s]/01/1/g{p}
/original-bsd/usr.sbin/sendmail/cf/domain/
H A Dgeneric.m414 # .mc files and change `DOMAIN(generic)' to reference your updated domain
/original-bsd/sbin/dump/
H A Dtraverse.c169 int ret, change = 0; local
199 change = 1;
205 change = 1;
209 return (change);
/original-bsd/usr.sbin/sendmail/cf/cf/
H A Ds2k-ultrix4.mc15 # file, create an appropriate domain file in ../domain, change the
H A Dcs-osf1.mc15 # file, create an appropriate domain file in ../domain, change the
H A Dcs-solaris2.mc15 # file, create an appropriate domain file in ../domain, change the
H A Ds2k-osf1.mc15 # file, create an appropriate domain file in ../domain, change the
H A Dcs-sunos4.1.mc15 # file, create an appropriate domain file in ../domain, change the
H A Dcs-ultrix4.mc15 # file, create an appropriate domain file in ../domain, change the

123456