Searched defs:show (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | chmod.c | 114 "[n:show?Show actions but do not change any file modes.]" 164 int show = 0; local 197 show = 1; 279 if (show || (*chmodf)(ent->fts_accpath, mode) >= 0)
|
H A D | date.c | 171 "[s:show?Show the date without setting the system time.]" 293 int show = 0; /* show date and don't set */ local 312 show = 1; 343 show = 1; 376 show = 1; 397 show = 1; 408 show = 1; 438 show = 1; 457 show [all...] |
/illumos-gate/usr/src/cmd/tail/ |
H A D | forward.c | 60 static int show(file_info_t *); 239 show(file_info_t *file) function 445 (void) show(file); 455 (void) show(file); 470 if (file->fp && !show(file))
|
/illumos-gate/usr/src/cmd/zdump/ |
H A D | zdump.c | 100 static void show(char *, time_t, int); 267 show(argv[i], now, FALSE); 273 * We show the current time first, probably because we froze 277 show(argv[i], now, TRUE); 281 show(argv[i], t, TRUE); 283 show(argv[i], t, TRUE); 322 show(argv[i], t, TRUE); 324 show(argv[i], t, TRUE); 327 show(argv[i], t, TRUE); 329 show(arg 491 show(zone, t, v) function [all...] |
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | tmplout.c | 153 int i, err, html, show, labelwidth; local 337 show = ( vals != NULL && vals[ 0 ] != NULL ); 338 if ( show && LDAP_GET_SYN_TYPE( colp->ti_syntaxid ) 342 show = 0; 347 if ( colp->ti_attrname == NULL || ( show && 354 show = 0; 357 if ( show ) {
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 561 int show = vflag || (vsdata == NULL) || !oflag; local 605 if (show) { 611 if (oflag && show) 623 * If not showing symbols, only show INFO 662 * records. In this case, there is nothing to show. 668 if (show && started && (vsdata == NULL))
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 170 int cr_opt = 0; /* show ctrl characters as '^c' */ 220 static void show(register char ch); 1615 show(ch); 1715 show(register char ch) function
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 356 show(register char* s) function 492 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))); 1571 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump)); 1573 message((-21, "opthelp: txt#%d --- %2d \"%s\"", line, depth--, show(p))); 1731 message((-21, "textout#%d p=%s", __LINE__, show(p))); 1863 message((-21, "textout#%d p=%s", __LINE__, show(p))); 2677 message((-20, "opthelp: opt %s", show(p))); 2904 message((-21, "opthelp: arg %s", show(p))); 4362 message((-20, "optget: opt %s c %c w %s num %ld", show(s), c, w, num)); 4757 message((-21, "optget: opt %s", show( [all...] |
Completed in 64 milliseconds