Searched refs:flag (Results 1 - 25 of 1651) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_meta.c50 meta(WINDOW *win, int flag) argument
52 return (_meta(flag));
H A D_intrflush.c50 intrflush(WINDOW *win, int flag) argument
52 _setqiflush(flag);
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dbdb.h31 ** this flag. Notice: this requires 4.1.24 + patch (which should be
35 # define SM_DB_FLAG_ADD(flag) (flag) |= DB_FCNTL_LOCKING
41 # define SM_DB_FLAG_ADD(flag) (flag) |= DB_FCNTL_LOCKING
43 # define SM_DB_FLAG_ADD(flag) ((void) 0)
/illumos-gate/usr/src/cmd/msgfmt/
H A Doption.c32 parse_option(int *pargc, char ***pargv, struct flags *flag) argument
65 flag->idir = ++arg;
70 if (!flag->idir)
71 flag->idir = *++argv;
84 flag->fuzzy = 1;
96 flag->ofile = ++arg;
101 flag->ofile = *++argv;
111 flag->gnu_p = 1;
117 flag->sun_p = 1;
123 flag
[all...]
H A Dgnu_msgfmt.c52 static struct flags flag; local
65 ret = parse_option(&argc, &argv, &flag);
70 if (flag.idir) {
71 inputdir = flag.idir;
73 if (flag.ofile) {
74 outfile = flag.ofile;
77 if (flag.fuzzy) {
80 if (flag.sun_p) {
84 if (flag.verbose) {
87 if (flag
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dsc_cvc.h56 #define CVC_DBG0(flag, fmt) \
57 cvc_dbg(flag, fmt, 0, 0, 0, 0, 0);
58 #define CVC_DBG1(flag, fmt, a1) \
59 cvc_dbg(flag, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
60 #define CVC_DBG2(flag, fmt, a1, a2) \
61 cvc_dbg(flag, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
62 #define CVC_DBG3(flag, fmt, a1, a2, a3) \
63 cvc_dbg(flag, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
65 #define CVC_DBG4(flag, fmt, a1, a2, a3, a4) \
66 cvc_dbg(flag, fm
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux.h38 int flag; member in struct:protocol_arg
44 int32_t flag; member in struct:protocol_arg32
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsigflag.c32 /* change state of signal flag */
39 sigflag(int sig, int flag, int on) argument
47 sa.sa_flags |= flag;
49 sa.sa_flags &= ~flag;
H A Dvlfmt.c47 vlfmt(FILE *stream, long flag, const char *format, va_list args) argument
52 if ((ret = __pfmt_print(stream, flag, format, &text, &sev, args)) < 0)
55 return (__lfmt_log(text, sev, args, flag, ret));
H A Dpsecflags.c44 char *flag; local
55 while ((flag = strsep(&s, ",")) != NULL) {
59 if (strcasecmp(flag, "default") == 0) {
68 } else if (strcasecmp(flag, "all") == 0) {
71 } else if (strcasecmp(flag, "none") == 0) {
74 } else if (strcasecmp(flag, "current") == 0) {
79 if ((flag[0] == '-') || (flag[0] == '!')) {
80 flag++;
82 } else if (flag[
[all...]
H A Dpfmt.c44 pfmt(FILE *stream, long flag, const char *format, ...) argument
49 return (__pfmt_print(stream, flag, format, NULL, NULL, args));
H A Dvpfmt.c49 vpfmt(FILE *stream, long flag, const char *format, va_list args) argument
51 return (__pfmt_print(stream, flag, format, NULL, NULL, args));
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dumask.c44 register int flag = 0, sflag = 0; local
69 flag = (flag<<3) + (c-'0');
77 flag = umask(0);
78 c = strperm(cp,&cp,~flag&0777);
81 umask(flag);
84 flag = (~c&0777);
86 umask(flag);
90 umask(flag=umask(0));
92 sfprintf(sfstdout,"%s\n",fmtperm(~flag
[all...]
H A Dhist.c46 register int flag,fdo; local
62 while((flag = optget(argv,sh_opthist))) switch(flag)
87 if((flag = hist_max(hp) - opt_info.num-1) < 0)
88 flag = 1;
89 range[++indx] = flag;
109 flag = hist_expand(arg,&replace);
110 if(!(flag & HIST_ERROR))
121 flag = indx;
122 while(flag<
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_debug.h37 uint64_t flag; member in struct:pci_debug_flag_to_string
93 #define DEBUG0(flag, dip, fmt) \
94 pci_debug(flag, dip, fmt, 0, 0, 0, 0, 0);
95 #define DEBUG1(flag, dip, fmt, a1) \
96 pci_debug(flag, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
97 #define DEBUG2(flag, dip, fmt, a1, a2) \
98 pci_debug(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
99 #define DEBUG3(flag, dip, fmt, a1, a2, a3) \
100 pci_debug(flag, dip, fmt, (uintptr_t)(a1), \
102 #define DEBUG4(flag, di
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_util.h59 uint64_t flag; member in struct:pcmu_dflag_to_str
83 #define PCMU_DBG0(flag, dip, fmt) \
84 pcmu_debug(flag, dip, fmt, 0, 0, 0, 0, 0);
86 #define PCMU_DBG1(flag, dip, fmt, a1) \
87 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
89 #define PCMU_DBG2(flag, dip, fmt, a1, a2) \
90 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
92 #define PCMU_DBG3(flag, dip, fmt, a1, a2, a3) \
93 pcmu_debug(flag, dip, fmt, (uintptr_t)(a1), \
96 #define PCMU_DBG4(flag, di
[all...]
/illumos-gate/usr/src/ucbcmd/df/
H A Ddf.sh37 flag=$1
38 case $flag in
59 ARG="$ARG $flag"
/illumos-gate/usr/src/cmd/praudit/
H A Dpraudit.h191 extern int pa_print(pr_context_t *context, uval_t *uval, int flag);
193 extern int pa_file_string(pr_context_t *context, int status, int flag);
194 extern int pa_adr_int32(pr_context_t *context, int status, int flag);
195 extern int pa_adr_int64(pr_context_t *context, int status, int flag);
196 extern int pa_utime32(pr_context_t *context, int status, int flag);
197 extern int pa_ntime32(pr_context_t *context, int status, int flag);
198 extern int pa_utime64(pr_context_t *context, int status, int flag);
199 extern int pa_ntime64(pr_context_t *context, int status, int flag);
200 extern int pa_adr_string(pr_context_t *context, int status, int flag);
201 extern int pa_adr_u_int32(pr_context_t *context, int status, int flag);
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_resv.c82 * nsc_attach (nsc_fd_t *fd, int flag)
97 nsc_attach(fd, flag)
99 int flag;
103 rc = nsc_reserve(fd, flag);
114 * nsc_reserve (nsc_fd_t *fd, int flag)
144 nsc_reserve(fd, flag)
146 int flag;
151 if ((flag & NSC_READ) == 0)
152 flag |= (fd->sf_flag & NSC_RDWR);
154 rw = (flag
638 _nsc_fd_fn(nsc_fd_t *fd, int (*fn)(), int a, int flag) argument
739 _nsc_detach_iodev(nsc_iodev_t *iodev, nsc_fd_t *keep, int flag) argument
841 _nsc_detach_dev(nsc_dev_t *dev, nsc_iodev_t *keep, int flag) argument
907 _nsc_call_dev(nsc_dev_t *dev, blindfn_t fn, blind_t arg, int *ap, int *pp, int a, int flag, nsc_iodev_t *iodev) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsiginterrupt.c35 siginterrupt(int sig, int flag) argument
48 if (flag)
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfdopen.c61 unsigned char flag; local
78 flag = _IOREAD;
84 flag = _IOWRT;
90 flag = _IORW;
91 iop->_flag = flag;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dupa64s.h167 #define DBG(flag, psp, fmt) \
168 upa64s_debug(flag, psp, fmt, 0, 0, 0, 0, 0);
169 #define DBG1(flag, psp, fmt, a1) \
170 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
171 #define DBG2(flag, psp, fmt, a1, a2) \
172 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
173 #define DBG3(flag, psp, fmt, a1, a2, a3) \
174 upa64s_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
176 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
177 upa64s_debug(flag, ps
[all...]
H A Dsbbcvar.h136 #define SBBC_DBG0(flag, dip, fmt) \
137 sbbc_dbg(flag, dip, fmt, 0, 0, 0, 0, 0);
138 #define SBBC_DBG1(flag, dip, fmt, a1) \
139 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
140 #define SBBC_DBG2(flag, dip, fmt, a1, a2) \
141 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
142 #define SBBC_DBG3(flag, dip, fmt, a1, a2, a3) \
143 sbbc_dbg(flag, dip, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
145 #define SBBC_DBG4(flag, dip, fmt, a1, a2, a3, a4) \
146 sbbc_dbg(flag, di
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Debus.h199 #define DBG(flag, psp, fmt) \
200 ebus_debug(flag, psp, fmt, 0, 0, 0, 0, 0);
201 #define DBG1(flag, psp, fmt, a1) \
202 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
203 #define DBG2(flag, psp, fmt, a1, a2) \
204 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
205 #define DBG3(flag, psp, fmt, a1, a2, a3) \
206 ebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
208 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
209 ebus_debug(flag, ps
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dacebus.h184 #define DBG(flag, psp, fmt) \
185 acebus_debug(flag, psp, fmt, 0, 0, 0, 0, 0);
186 #define DBG1(flag, psp, fmt, a1) \
187 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), 0, 0, 0, 0);
188 #define DBG2(flag, psp, fmt, a1, a2) \
189 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), 0, 0, 0);
190 #define DBG3(flag, psp, fmt, a1, a2, a3) \
191 acebus_debug(flag, psp, fmt, (uintptr_t)(a1), (uintptr_t)(a2), \
193 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \
194 acebus_debug(flag, ps
[all...]

Completed in 110 milliseconds

1234567891011>>