/illumos-gate/usr/src/cmd/sh/ |
H A D | error.c | 51 failed_body(unsigned char *s1, const char *s2, unsigned char *s3, int gflag) argument 54 if (gflag) 73 failure_real(unsigned char *s1, const char *s2, int gflag) argument 75 failed_body(s1, s2, NULL, gflag);
|
/illumos-gate/usr/src/cmd/dispadmin/ |
H A D | fssdispadmin.c | 65 int lflag, gflag, rflag, sflag; local 72 lflag = gflag = rflag = sflag = 0; 88 gflag++; 114 if (gflag || rflag || sflag) 120 } else if (gflag) { 131 if (lflag || gflag || rflag)
|
H A D | fxdispadmin.c | 68 int lflag, gflag, rflag, sflag; local 75 lflag = gflag = rflag = sflag = 0; 91 gflag++; 118 if (gflag || rflag || sflag) 124 } else if (gflag) {
|
H A D | iadispadmin.c | 71 int lflag, gflag, rflag, sflag; local 77 lflag = gflag = rflag = sflag = 0; 93 gflag++; 115 if (gflag || rflag || sflag) 121 } else if (gflag) { 132 if (lflag || gflag || rflag)
|
H A D | rtdispadmin.c | 71 int lflag, gflag, rflag, sflag; local 77 lflag = gflag = rflag = sflag = 0; 93 gflag++; 115 if (gflag || rflag || sflag) 121 } else if (gflag) { 132 if (lflag || gflag || rflag)
|
H A D | tsdispadmin.c | 72 int lflag, gflag, rflag, sflag; local 78 lflag = gflag = rflag = sflag = 0; 93 gflag++; 115 if (gflag || rflag || sflag) 121 } else if (gflag) { 132 if (lflag || gflag || rflag)
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmexpress.c | 236 int gflag = 0; /* -g seen */ local 249 gflag = 1; 298 if (!gflag)
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 130 proc_grab_common(const char *arg, const char *path, int oflag, int gflag, argument 164 return (Pgrab(psinfo.pr_pid, gflag, 206 return (Pgrab(psinfo.pr_pid, gflag, perr)); 243 proc_arg_xgrab(const char *arg, const char *path, int oflag, int gflag, argument 246 return (proc_grab_common(arg, path, oflag, gflag, perr, lwps, NULL)); 250 proc_arg_grab(const char *arg, int oflag, int gflag, int *perr) argument 252 return (proc_grab_common(arg, NULL, oflag, gflag, perr, NULL, NULL));
|
H A D | Pcore.c | 2833 Pgrab_core(const char *core, const char *aout, int gflag, int *perr) argument 2835 int fd, oflag = (gflag & PGRAB_RDONLY) ? O_RDONLY : O_RDWR;
|
/illumos-gate/usr/src/cmd/wall/ |
H A D | wall.c | 72 static int gflag; variable 116 if (gflag) { 126 gflag++; 376 if (gflag) 422 if (gflag)
|
/illumos-gate/usr/src/cmd/autopush/ |
H A D | autopush.c | 120 ushort_t gflag = 0; /* -g option used */ local 173 if (fflag|gflag|rflag|majflag|minflag) 182 if (fflag|gflag|rflag) 189 if (fflag|gflag|rflag) 192 gflag++; 204 if (((gflag || rflag) && (!majflag || !minflag)) || (optind != argc)) { 219 else if (gflag)
|
/illumos-gate/usr/src/ucbcmd/install.d/ |
H A D | install.c | 79 int gflag = 0; local 98 gflag++; 163 if (gflag && chown(dirname, -1, gp->gr_gid) && errno != EPERM) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | group.c | 88 group_add(group_t *g, void *e, int gflag) argument 92 if ((gflag & GRP_NORESIZE) && 96 ASSERT(g->grp_size != g->grp_capacity || (gflag & GRP_RESIZE)); 114 group_remove(group_t *g, void *e, int gflag) argument 134 if ((gflag & GRP_RESIZE) &&
|
/illumos-gate/usr/src/cmd/col/ |
H A D | col.c | 504 static int gflag = 0; local 507 if (gflag) { 509 gflag = 0; 541 if (gflag != (*chr & GREEK) && 543 isascii(*chr ^ (gflag ^ GREEK)) && 544 !iscntrl(*chr ^ (gflag ^ GREEK)) && 545 !isspace(*chr ^ (gflag ^ GREEK))) { 546 if (gflag) 550 gflag ^= GREEK;
|
/illumos-gate/usr/src/ucbcmd/sed/ |
H A D | sed0.c | 42 int gflag; variable 138 gflag++; 464 } else if(gflag)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 78 static short gflag; variable 131 gflag = 0; 133 if (gflag == 0) 143 if (globcnt == 0 && (gflag&1)) { 632 gflag |= 2; 648 gflag |= c == '{' ? 2 : 1;
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | nii.c | 107 int gflag; variable
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 106 int gflag = 0; /* print entire statvfs structure */ variable 176 gflag++; 236 if (gflag && iflag) { 430 if (gflag) 589 if (gflag) { 628 if ((!bflag) && (!eflag) && (!gflag))
|
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | prof.c | 128 * unless the gflag is set, the symbol must be global. 135 (gflag && (ELF32_ST_BIND(i) == STB_LOCAL)))) 139 int gflag = 0; /* replaces gmatch and gmask */ variable 417 gflag = 1; 421 gflag = 0;
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.h | 408 short gflag; /* After tglob -> is globbing needed? */ variable
|
/illumos-gate/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 405 int gflag = 0; local 422 if (gflag) 426 gflag = 1;
|