Home
last modified time | relevance | path

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

12

/illumos-gate/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"; } \
295 $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c201 if (!doit) in _homefirst()
216 cv = _mvvert(cy, ny, doit); in _mvrel()
217 ch = _mvhor(cx, nx, doit); in _mvrel()
225 _mvvert(int cy, int ny, int doit) in _mvvert() argument
248 if (!doit) in _mvvert()
277 _mvhor(int cx, int nx, int doit) in _mvhor() argument
294 if (!doit) in _mvhor()
316 _mvright(int cx, int nx, int doit) in _mvright() argument
355 if (!doit) in _mvright()
392 _mvleft(int cx, int nx, int doit) in _mvleft() argument
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.nonarrow.ksh36 doit() function
47 doit
48 doit -32
/illumos-gate/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);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drwall.c60 static void doit(char *);
130 doit(argv[1]); in main()
137 doit(machine); in main()
184 doit(char *hostname) in doit() function
/illumos-gate/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()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_biggest.c64 goto doit; in insertn()
73 doit: in insertn()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh36 doit() function
127 doit $file $ofile $errfile &
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c86 static void doit(struct sockaddr_in *);
113 doit(&hisctladdr);
165 doit(&hisctladdr);
193 doit(&hisctladdr);
204 doit(sinp) in doit() function
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c129 doit(const char *iff_name, unsigned long cmd, void *data) in doit() function
156 rc = doit(iff_name, T4_IOCTL_DEVLOG, devlog); in get_devlog()
170 rc = doit(iff_name, T4_IOCTL_DEVLOG, devlog); in get_devlog()
272 if (doit(iff_name, T4_IOCTL_LOAD_FW, fw)) { in load_fw()
345 if (doit(iff_name, T4_IOCTL_GET_CUDBG, cudbg)) { in do_collect()
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c124 static void doit(char *, char *);
328 doit(ptr, cttyname); in main()
332 doit(ptr, cttyname); in main()
392 doit(char *ptr, char *cttyname) in doit() function
/illumos-gate/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
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c352 goto doit; in execbrc()
358 doit: in execbrc()
389 goto doit; in execbrc()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c119 auto void doit (void); in grub_stage2()
123 void doit () in grub_stage2()
191 doit (); in grub_stage2()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c584 int doit = 1; in show_disk() local
836 doit = 0; in show_disk()
847 if (doit) { in show_disk()
893 if (suppress_zero == 0 || doit == 1) { in show_disk()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c392 goto doit;
397 doit:
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c333 goto doit; in execbrc()
338 doit: in execbrc()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dwine.sizeof_param80 doit 5 4
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c1185 goto doit; in redirprint()
1203 doit: in redirprint()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.S94 andcc %l0, %g1, %g0 ! doit
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c1178 boolean_t doit; in nce_graveyard_free() local
1215 doit = B_FALSE; in nce_graveyard_free()
1218 doit = B_TRUE; in nce_graveyard_free()
1221 if (!doit || taskq_dispatch(system_taskq, ncec_mcast_reap, in nce_graveyard_free()
1224 if (doit) { in nce_graveyard_free()

12