Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 25 of 27) sorted by relevance

12

/titanic_44/usr/src/grub/grub-0.97/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
[all …]
H A DChangeLog200 from doit. I hope this change is safe for all compilers.
222 nested function doit.
7696 (grub_stage2): Do a setjmp in doit, and when it returns
8362 (grub_stage2): Call sync before and after calling doit.
8891 * grub/asmstub.c (doit): Nested function to get a clean stack
/titanic_44/usr/src/lib/libcurses/screen/
H A Dmvcur.c186 _homefirst(int ny, int nx, int type, int doit) in _homefirst() argument
203 if (!doit) in _homefirst()
213 _mvrel(int cy, int cx, int ny, int nx, int doit) in _mvrel() argument
218 cv = _mvvert(cy, ny, doit); in _mvrel()
219 ch = _mvhor(cx, nx, doit); in _mvrel()
227 _mvvert(int cy, int ny, int doit) in _mvvert() argument
250 if (!doit) in _mvvert()
279 _mvhor(int cx, int nx, int doit) in _mvhor() argument
296 if (!doit) in _mvhor()
318 _mvright(int cx, int nx, int doit) in _mvright() argument
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.nonarrow.ksh36 doit() function
47 doit
48 doit -32
/titanic_44/usr/src/cmd/ypcmd/revnetgroup/
H A Dgetgroup.c65 static void doit();
91 doit(group, (struct list *) NULL);
104 doit(group, list) in doit() function
167 doit(p, list);
/titanic_44/usr/src/cmd/rpcsvc/
H A Drwall.c62 static void doit(char *);
132 doit(argv[1]); in main()
139 doit(machine); in main()
186 doit(char *hostname) in doit() function
/titanic_44/usr/src/cmd/nscd/
H A Dnscd_biggest.c66 goto doit; in insertn()
75 doit: in insertn()
/titanic_44/usr/src/cmd/tzreload/
H A Dtzreload.c50 static void doit(const char *zname, const char *zroot, int get);
97 doit(NULL, "", get); in main()
190 doit(const char *zname, const char *zroot, int get) in doit() function
368 doit(zname, zroot, get); in walk_zones()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh36 doit() function
127 doit $file $ofile $errfile &
/titanic_44/usr/src/cmd/bnu/
H A Din.uucpd.c88 static void doit(struct sockaddr_in *);
115 doit(&hisctladdr);
167 doit(&hisctladdr);
195 doit(&hisctladdr);
206 doit(sinp) in doit() function
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c123 static void doit(char *, char *);
327 doit(ptr, cttyname); in main()
331 doit(ptr, cttyname); in main()
391 doit(char *ptr, char *cttyname) in doit() function
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c78 static void doit(int f, struct sockaddr_storage *fromp);
130 doit(0, &from); in main()
162 doit(int f, struct sockaddr_storage *fromp) in doit() function
H A Din.rshd.c93 static void doit(int, struct sockaddr_storage *, char **);
375 doit(dup(fd), &from, renvp); in main()
432 doit(int f, struct sockaddr_storage *fromp, char **renvp) in doit() function
H A Din.rlogind.c134 static void doit(int, struct sockaddr_storage *, krb5_context, int,
342 doit(fd, &from, krb_context, encr_flag, keytab); in main()
933 doit(int f, in doit() function
H A Din.telnetd.c259 static void doit(int, struct sockaddr_storage *);
2401 doit(0, &from); in main()
2737 doit(int f, struct sockaddr_storage *who) in doit() function
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c354 goto doit; in execbrc()
360 doit: in execbrc()
391 goto doit; in execbrc()
/titanic_44/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c116 auto void doit (void); in grub_stage2()
120 void doit () in grub_stage2()
188 doit (); in grub_stage2()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c393 goto doit;
398 doit:
/titanic_44/usr/src/cmd/stat/iostat/
H A Diostat.c582 int doit = 1; in show_disk() local
834 doit = 0; in show_disk()
845 if (doit) { in show_disk()
891 if (suppress_zero == 0 || doit == 1) { in show_disk()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c180 static void doit(int);
758 doit(oldmask); in main()
763 doit(int oldmask) in doit() function
/titanic_44/usr/src/cmd/krb5/slave/
H A Dkpropd.c148 void doit
306 doit(0);
487 doit(s); in do_standalone()
521 void doit(fd) in doit() function
/titanic_44/usr/src/cmd/csh/
H A Dsh.glob.c330 goto doit; in execbrc()
335 doit: in execbrc()
/titanic_44/usr/src/uts/sun4u/io/
H A Dzuluvm.c1258 int doit = 1; in zuluvm_dma_free_ctx() local
1259 while (doit) { in zuluvm_dma_free_ctx()
1263 doit = 0; in zuluvm_dma_free_ctx()
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s94 andcc %l0, %g1, %g0 ! doit
/titanic_44/usr/src/cmd/oawk/
H A Drun.c1185 goto doit; in redirprint()
1203 doit: in redirprint()

12