Searched defs:flg (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_conn_util.c163 int flg = 0; local
194 if ((retval = getmsg(fd, ctlbufp, &databuf, &flg)) < 0) {
H A Dt_listen.c56 int flg = 0; local
140 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
H A Dt_rcvdis.c56 int flg = 0; local
163 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
H A Dt_rcvrel.c62 int flg = 0; local
158 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
H A Dt_rcvreldata.c61 int flg = 0; local
160 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
H A Dt_rcvudata.c66 int flg = 0; local
121 &flg)) < 0) {
H A Dt_rcvuderr.c51 int flg; local
116 flg = 0;
123 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
H A Dt_rcv.c52 int retval, flg = 0; local
179 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
303 &databuf, &flg);
H A Dt_rcvv.c54 int retval, flg = 0; local
198 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
326 &databuf, &flg);
H A Dt_rcvvudata.c68 int flg = 0; local
134 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
/osnet-11/usr/src/lib/libast/common/string/
H A Dtok.c44 char flg; /* FLG_* */ member in struct:Tok_s
64 p->flg = f ? FLG_RESTORE : 0;
78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr)
107 switch (p->flg)
110 p->flg = 0;
149 if (!p->flg)
156 else if (!p->flg)
157 p->flg = FLG_NEWLINE;
/osnet-11/usr/src/lib/libplot/t300/common/
H A Darc.c52 short flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
61 flg = (short)(pc / 4);
62 if (flg == 0)
64 else if (flg < del)
65 step(flg);
70 flg = 0;
71 else flg = 1;
114 flg = 1;
119 if ((qs == qf) && (flg == 1))
150 flg
[all...]
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Darc.c68 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
77 flg = (short)(pc / 4);
78 if (flg == 0)
80 else if (flg < del)
81 step(flg);
86 flg = 0;
87 else flg = 1;
130 flg = 1;
135 if ((qs == qf) && (flg == 1))
166 flg
[all...]
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Darc.c71 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
80 flg = (int)(pc / 4);
81 if (flg == 0)
83 else if (flg < del)
84 step(flg);
89 flg = 0;
90 else flg = 1;
133 flg = 1;
138 if ((qs == qf) && (flg == 1))
169 flg
[all...]
/osnet-11/usr/src/lib/libplot/t450/common/
H A Darc.c72 int flg, m, qs, qf, qt, qtctr = 0; local
82 flg = (int)(pc / 4);
83 if (flg == 0)
85 else if (flg < del)
86 step(flg);
91 flg = 0;
92 else flg = 1;
135 flg = 1;
140 if ((qs == qf) && (flg == 1))
171 flg
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfscomp.c73 grub_uint16_t flg, cnt; local
75 if (decomp_get16 (cc, &flg))
77 cnt = (flg & 0xFFF) + 1;
81 if (flg & 0x8000)
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c1186 grub_uint8_t cmf, flg; local
1189 flg = get_byte (gzio);
1198 if ((cmf * 256 + flg) % 31)
1205 if (flg & 0x20)
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c698 grub_uint8_t cmf, flg; local
702 flg = grub_png_get_byte (data);
708 if (flg & Z_FLAG_DICT)
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c966 char flg[16]; local
1192 f = flg;
1215 if (f == flg)
1218 sfprintf(sp, "%*s %*s %d %2s %4d %6s ", sizeof(p->name), p->name, sizeof(prefix[p->standard].name), prefix[p->standard].name, p->section, prefix[p->call + CONF_call].name, p->op, flg);
1530 char flg[8]; local
1644 f = flg;
1649 if (f == flg)
1652 sfprintf(sp, "%*s %*s %d %2s %4d %5s %s\n", sizeof(conf[0].name), fp->name, sizeof(prefix[fp->standard].name), prefix[fp->standard].name, 1, call, 0, flg, s);
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c2113 int mode, int flg)
2136 if (flg & AIO_KAIO) {
2217 if ((flg & AIO_NO_DUPS) &&
2234 int mode, int flg)
2257 if (flg & AIO_KAIO) {
2330 if ((flg & AIO_NO_DUPS) &&
2112 _aio_rw(aiocb_t *aiocbp, aio_lio_t *lio_head, aio_worker_t **nextworker, int mode, int flg) argument
2233 _aio_rw64(aiocb64_t *aiocbp, aio_lio_t *lio_head, aio_worker_t **nextworker, int mode, int flg) argument
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c3543 xptree_initialize(int flg) argument
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c227 int fd, rv, flg; local
250 flg = O_RDONLY;
253 flg = O_RDWR|O_CREAT|O_TRUNC;
265 if ((fd = open(path, flg, DB_PERMS)) == -1) {
270 flg = PROT_READ;
274 flg = PROT_READ | PROT_WRITE;
286 cp = mmap(0, HDR_LEN, flg, MAP_SHARED, fd, 0);

Completed in 66 milliseconds