/ast/src/lib/libcmd/ |
H A D | chmod.c | 114 "[n:show?Show actions but do not change any file modes.]" 173 int show = 0; local 202 show = 1; 296 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0)
|
H A D | date.c | 180 "[s:show?Show the date without setting the system time.]" 302 int show = 0; /* show date and don't set */ local 321 show = 1; 355 show = 1; 402 show = 1; 423 show = 1; 434 show = 1; 464 show = 1; 483 show [all...] |
/ast/src/cmd/mailx/ |
H A D | names.c | 290 int show; member in struct:__anon149 302 if (wm->show) 349 if (wm->show) 360 usermap(struct header* hp, int show) argument 372 wm.show = show; 380 if (wm.show)
|
H A D | cmd3.c | 352 int show = 0; local 364 show = 1; 370 show = 1; 374 show = -1; 375 if (show < 0 || chdir(cp) < 0) { 385 if (show)
|
/ast/src/cmd/pax/ |
H A D | bio.c | 30 #define show(s,n) fmtquote(s,NiL,NiL,(n)>64?64:(n),0) macro 395 message((-8, "read(%s,%d): %s", ap->name, c, show(ap->io->last, c))); 522 message((-7, "bread(%s,%I*d@%I*d) %s: %s", ap->name, sizeof(r), r, sizeof(ap->io->count), ap->io->count, bstatus(ap->io), show(b, r))); 548 message((-7, "bunread(%s,%d@%I*d) %s: %s", ap->name, n, sizeof(ap->io->count), ap->io->count, bstatus(ap->io), show(ap->io->next, n))); 643 message((-7, "bget(%s,%I*d@%I*d,%d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count, must, show(b, n))); 792 message((-8, "write(%s,%d): %s", ap->name, c, show(ap->io->next, c))); 801 message((-8, "write(%s,%d): %s", ap->name, c, show(ap->io->next, c))); 839 message((-7, "bwrite(%s,%I*d@%I*d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n, show(b, n))); 871 message((-7, "bwrite(%s,%I*d@%I*d): %s", ap->name, sizeof(n), n, sizeof(ap->io->count), ap->io->count + n, show(b, n))); 898 message((-8, "write(%s,%ld): %s", ap->name, c, show(a [all...] |
/ast/src/lib/libast/misc/ |
H A D | optget.c | 386 show(register char* s) function 602 message((-22, "optget: skip t1=%c t2=%c t3=%c n=%d b=%d `%s'", t1 ? t1 : '@', t2 ? t2 : '@', t3 ? t3 : '@', n, b, show(s - 1))); 1807 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump)); 1809 message((-21, "opthelp: txt#%d --- %2d \"%s\"", line, depth--, show(p))); 1968 message((-21, "textout#%d s=%s", __LINE__, show(s))); 2110 message((-21, "textout#%d s=%s", __LINE__, show(s))); 2952 message((-20, "opthelp: opt %s", show(p))); 3188 message((-21, "opthelp: arg %s", show(p))); 4742 message((-20, "optget: opt %s c %c w %s num %ld", show(s), c, w, num)); 5144 message((-21, "optget: opt %s", show( [all...] |