/osnet-11/usr/src/grub/grub-0.97/ |
H A D | install-sh | 48 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" && 274 # errors from the above "$doit $cpprog $src $dsttmp" command. 276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ 277 && { test -z "$chgrpcmd" || $doit [all...] |
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_patch_root.c | 43 int doit, /* really patch files */ 77 if (meta_systemfile_copy(sname, 1, 0, doit, verbose, &tsname, &tsfp, 82 tsname, tsfp, ismeta, doit, verbose, ep) != 0) { 87 if (meta_systemfile_copy(dbname, 0, 1, doit, verbose, &dbtname, 91 if (meta_systemfile_append_mddb(cname, dbname, dbtname, dbtfp, doit, 97 if (doit) { 115 if (meta_patch_vfstab("/", rootnp, vname, NULL, doit, verbose, &tvname, 121 if (doit) { 148 if (doit) 153 if (doit) 37 meta_patch_rootdev( mdname_t *rootnp, char *sname, char *vname, char *cname, char *dbname, int doit, int verbose, md_error_t *ep ) argument [all...] |
H A D | meta_systemfile.c | 57 int doit, /* really copy file */ 89 if (doit) { 152 if (doit) { 177 if (doit) { 211 int doit, /* really patch file */ 221 assert(!doit || tfp != NULL); 233 if (doit) { 243 if (doit) { 254 if (doit) { 261 if (doit) { 53 meta_systemfile_copy( char *sname, int doroot, int domddb, int doit, int verbose, char **tname, FILE **tfp, md_error_t *ep ) argument 205 meta_systemfile_append_mdroot( mdname_t *rootnp, char *sname, char *tname, FILE *tfp, int ismeta, int doit, int verbose, md_error_t *ep ) argument 334 meta_systemfile_append_mddb( char *cname, char *sname, char *tname, FILE *tfp, int doit, int verbose, int check, md_error_t *ep ) argument [all...] |
H A D | meta_patch.c | 56 int doit, /* really patch file */ 106 if (doit) { 135 if (doit) { 157 if (doit) { 182 if (doit) { 220 int doit = 1; local 231 if (meta_patch_vfstab(fsname, fsnp, vname, NULL, doit, verbose, &tvname, 248 if (doit) 267 int doit = 1; local 277 if (meta_patch_vfstab("swap", fsnp, vname, old_bdevname, doit, 47 meta_patch_vfstab( char *cmpname, mdname_t *fsnp, char *vname, char *old_bdevname, int doit, int verbose, char **tname, md_error_t *ep ) argument [all...] |
H A D | meta_mirror.c | 2228 int doit = ((options & MDCMD_DOIT) ? 1 : 0); local 2260 if (doit) {
|
H A D | meta_raid.c | 1918 int doit = ((options & MDCMD_DOIT) ? 1 : 0); local 1950 if (doit) {
|
H A D | meta_stripe.c | 1706 int doit = ((options & MDCMD_DOIT) ? 1 : 0); local 1770 if (doit) {
|
/osnet-11/usr/src/grub/grub2/build-aux/ |
H A D | install-sh | 51 doit="${DOITPROG-}" 52 if test -z "$doit"; then 55 doit_exec=$doit 440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && 443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 460 # errors from the above "$doit $cpprog $src $dsttmp" command. 462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ 463 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ 464 && { test -z "$stripcmd" || $doit [all...] |
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 186 _homefirst(int ny, int nx, int type, int doit) argument 203 if (!doit) 213 _mvrel(int cy, int cx, int ny, int nx, int doit) argument 218 cv = _mvvert(cy, ny, doit); 219 ch = _mvhor(cx, nx, doit); 227 _mvvert(int cy, int ny, int doit) argument 250 if (!doit) 279 _mvhor(int cx, int nx, int doit) argument 296 if (!doit) 318 _mvright(int cx, int nx, int doit) argument 394 _mvleft(int cx, int nx, int doit) argument [all...] |
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-solvers.c | 98 uint32_t maxsize, uint32_t *used_space, int doit) 120 if (doit) { 147 if (doit) 156 if (!doit) { 196 int doit, uint32_t *space_usedp) 214 &used_space, doit); 216 if (doit) 222 if (!doit) { 97 prepare_and_write_einfo(unsigned char *dest, char *infostr, bblk_hs_t *hs, uint32_t maxsize, uint32_t *used_space, int doit) argument 195 add_einfo(char *extra, char *updt_str, bblk_hs_t *hs, uint32_t avail_space, int doit, uint32_t *space_usedp) argument
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | thq.h | 34 PFP doit; /* function to call to process the queue */ member in struct:__anon1917 36 void * arg; /* argument to pass to the doit/endit func. */
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | ref.t | 177 print $object->doit("BAR") eq bar ? "ok 36\n" : "not ok 36\n"; 181 $foo = doit $object "FOO"; 184 sub BASEOBJ'doit {
|
/osnet-11/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 116 auto void doit (void); 120 void doit () function 188 doit (); 263 /* Jump to doit. */
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | strlcpy.s | 94 andcc %l0, %g1, %g0 ! doit
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 5544 my($doit) = 0; 5551 $doit = 1; 5560 $self->rematein('install') if $doit;
|