Searched refs:doit (Results 1 - 25 of 28) sorted by relevance

12

/src/lib/libc/compat/arch/m68k/sys/
H A Dcompat_sigprocmask.S55 jra doit
59 doit: label
/src/sys/external/isc/libsodium/dist/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/src/lib/librumpuser/build-aux/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/src/sys/external/isc/libsodium/dist/build-aux/
H A Dinstall-sh51 doit=${DOITPROG-}
52 doit_exec=${doit:-exec}
423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
443 # errors from the above "$doit $cpprog $src $dsttmp" command.
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
448 { test -z "$chmodcmd" || $doit
[all...]
/src/lib/libm/noieee_src/
H A Dn_fmod.c133 doit(double x, double y) function in typeref:typename:void
166 doit(x,y);
167 doit(x,-y);
168 doit(-x,y);
169 doit(-x,-y);
/src/lib/libc/compat/arch/mips/sys/
H A Dcompat_sigprocmask.S52 b doit # mask = zero
55 doit: label
/src/usr.bin/finger/
H A Dutil.c174 char doit = 0; local in function:enter_lastlog
206 doit = 1;
209 for (; !doit && w != NULL; w = w->next)
211 doit = 1;
217 for (w = pn->whead; doit && w != NULL; w = w->next)
220 doit = 0;
222 if (doit) {
/src/tests/net/net/
H A Dt_pktinfo.c156 doit(void) function in typeref:typename:void
178 doit();
191 doit();
/src/usr.bin/base64/
H A Dbase64.c222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) function in typeref:typename:void
265 doit(stdout, stdin, decode, ignore, wrap);
274 doit(stdout, fp, decode, ignore, wrap);
/src/sbin/fsck_ffs/
H A Dpass5.c96 const char *doit = NULL; local in function:pass5
99 doit = "CREAT";
102 doit = "EXPAND";
104 if (doit) {
109 pwarn("CANNOT %s CLUSTER MAPS\n", doit);
115 doit);
/src/libexec/rexecd/
H A Drexecd.c72 static void doit(struct sockaddr *) __dead;
140 doit((struct sockaddr *)&from);
144 doit(struct sockaddr *fromp) function in typeref:typename:void
/src/tests/kernel/
H A Dt_fdrestart.c150 doit(void *cookie) function in typeref:typename:void *
175 RZ(pthread_create(&t, NULL, &doit, F));
/src/sbin/ifconfig/
H A Daf_inet6.c209 bool doit = false; local in function:setia6eui64_impl
212 if (!prop_dictionary_get_bool(env, "eui64", &doit) || !doit) {
/src/sys/ufs/lfs/
H A Dlfs_subr.c369 int doit; local in function:lfs_unmark_dirop
374 doit = !(fs->lfs_flags & LFS_UNDIROP);
375 if (doit)
379 if (!doit)
/src/libexec/rlogind/
H A Drlogind.c130 __dead static void doit(int, struct sockaddr_storage *);
226 doit(0, &from);
240 doit(int f, struct sockaddr_storage *fromp) function in typeref:typename:void
/src/libexec/rshd/
H A Drshd.c140 __dead static void doit(struct sockaddr *, struct sockaddr *);
245 doit((struct sockaddr *)&from, (struct sockaddr *)&local);
251 doit(struct sockaddr *fromp, struct sockaddr *localp) function in typeref:typename:void
/src/libexec/telnetd/
H A Dtelnetd.c119 static void doit(struct sockaddr *) __dead;
435 doit((struct sockaddr *)&from);
674 doit(struct sockaddr *who) function in typeref:typename:void
735 } /* end of doit */
/src/usr.bin/rlogin/
H A Drlogin.c108 __dead static void doit(sigset_t *);
294 doit(&omask);
302 doit(sigset_t *smask) function in typeref:typename:void
/src/usr.sbin/lpr/lpd/
H A Dlpd.c130 static void doit(void);
352 doit();
433 doit(void) function in typeref:typename:void
/src/sbin/efi/
H A Dgptsubr.c489 goto doit;
546 doit:
/src/usr.bin/qsubst/
H A Dqsubst.c257 doit(void) function in typeref:typename:int
425 if ((n >= rahead) && foundit() && doit()) {
/src/usr.bin/rdist/
H A Dexpand.c388 goto doit;
393 doit:
/src/sbin/ping/
H A Dping.c211 __dead static void doit(void);
732 doit();
737 doit(void) function in typeref:typename:void
/src/usr.sbin/arp/
H A Darp.c699 goto doit;
742 doit:
/src/usr.sbin/ndp/
H A Dndp.c742 goto doit;
786 doit:

Completed in 23 milliseconds

12