/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | tok.c | 44 char flg; /* FLG_* */ member 64 p->flg = f ? FLG_RESTORE : 0; in tokopen() 78 if (p->flg == FLG_RESTORE && *p->ptr.end != p->chr) in tokclose() 107 switch (p->flg) in tokread() 110 p->flg = 0; in tokread() 149 if (!p->flg) in tokread() 156 else if (!p->flg) in tokread() 157 p->flg = FLG_NEWLINE; in tokread()
|
/illumos-gate/usr/src/cmd/mail/ |
H A D | printmail.c | 39 int flg, curlet, showlet, k, print, aret, stret, rc; in printmail() local 338 flg = 0; in printmail() 345 if (flg) { in printmail() 359 flg++; in printmail() 363 if (!flg && in printmail() 369 flg++; in printmail() 377 if (!flg) { in printmail() 418 flg = 0; in printmail() 433 flg++; in printmail() 445 flg += sendlist(&list, showlet, 0); in printmail() [all …]
|
/illumos-gate/usr/src/cmd/svc/ |
H A D | req.flg | 34 exec_file usr/src/lib/libscf/inc.flg 35 exec_file usr/src/lib/libuutil/inc.flg 37 echo_file usr/src/lib/req.flg 38 exec_file usr/src/lib/req.flg
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | xref.mk | 72 FLGFLP = $(BUILD_TOOLS)/onbld/bin/flg.flp 115 $(TOUCH) xref.flg 116 $(FIND) $(XRDIRS) `$(CAT) xref.flg` \ 132 xref.flg: 137 $(SED) '$(XRSEDPRUNE)' < xref.tmp | $(SORT) -u > xref.flg 199 -$(RM) xref.tfiles xref.files xref.tmp xref.flg ncscope.*
|
H A D | flg.flp.sh | 134 inc.flg) 257 [[ -f $TREE/req.flg ]] && exec_file $TREE/req.flg
|
H A D | xref.sh | 230 $MAKE -e -f $XREFMK xref.flg > /dev/null 234 nfiles=`wc -l < xref.flg`
|
H A D | Makefile | 41 flg.flp \ 84 flg.flp.1onbld \
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | cmd.c | 109 cmd(sym, flg) in cmd() argument 111 int flg; 114 i = list(flg); 117 if (flg & NLFLG) 123 else if (i == 0 && (flg & MTFLG) == 0) 135 if (e = cmd(sym, flg | MTFLG)) 159 list(int flg) in list() argument 163 r = term(flg); in list() 175 term(int flg) in term() argument 180 if (flg & NLFLG) in term()
|
H A D | hashserv.c | 51 pathlook(com, flg, arg) in pathlook() argument 53 int flg; 80 if (flg) 101 if (flg) 145 h->hits = flg;
|
H A D | main.c | 489 BOOL flg; in chkmail() local 495 flg = 0; in chkmail() 504 flg = 1; in chkmail() 529 if (flg) in chkmail()
|
H A D | name.c | 611 int flg = n->namflg; in pushnam() local 615 if (((flg & N_ENVCHG) && (flg & N_EXPORT)) || (flg & N_FUNCTN)) in pushnam() 619 if (!(flg & ~N_ENVCHG)) { in pushnam()
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 276 uint_t flg, const char *msg) in Depends() argument 295 if (((flg & RTLD_FLG_VERBOSE) == 0) || (apl.apl_nitems == 0)) in Depends() 340 uint_t flg = 0; in dcmd_Depends() local 350 &flg, NULL) != argc) in dcmd_Depends() 370 return (Depends((uintptr_t)DEPENDS(&rtmap), flags, argc, argv, flg, in dcmd_Depends() 385 uint_t flg = 0; in dcmd_Callers() local 395 &flg, NULL) != argc) in dcmd_Callers() 415 return (Depends((uintptr_t)CALLERS(&rtmap), flags, argc, argv, flg, in dcmd_Callers() 526 uint_t flg = 0; in dcmd_Rtmaps() local 537 &flg, NULL) != argc) in dcmd_Rtmaps() [all …]
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_allocate.c | 44 audit_allocate_argv(flg, argc, argv) in audit_allocate_argv() argument 45 int flg; in audit_allocate_argv() 55 switch (flg) {
|
/illumos-gate/usr/src/uts/sun/io/scsi/ |
H A D | inc.flg | 49 echo_file usr/src/req.flg 63 echo_file usr/src/uts/req.flg 64 echo_file usr/src/uts/sparc/req.flg
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_rcvuderr.c | 49 int flg; in _tx_rcvuderr() local 114 flg = 0; in _tx_rcvuderr() 121 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { in _tx_rcvuderr()
|
H A D | t_rcv.c | 54 int retval, flg = 0; in _tx_rcv() local 181 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { in _tx_rcv() 306 &databuf, &flg); in _tx_rcv()
|
H A D | t_rcvv.c | 52 int retval, flg = 0; in _tx_rcvv() local 196 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { in _tx_rcvv() 324 &databuf, &flg); in _tx_rcvv()
|
H A D | t_rcvrel.c | 60 int flg = 0; in _tx_rcvrel() local 156 retval = getmsg(fd, &ctlbuf, &databuf, &flg); in _tx_rcvrel()
|
H A D | t_rcvreldata.c | 59 int flg = 0; in _tx_rcvreldata() local 158 retval = getmsg(fd, &ctlbuf, &databuf, &flg); in _tx_rcvreldata()
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | inc.flg | 58 echo_file usr/src/req.flg 67 echo_file usr/src/uts/sparc/req.flg
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 257 pe_start(ch_t *sa, mblk_t *mp, uint32_t flg) in pe_start() argument 276 if (flg & CH_OFFLOAD) { in pe_start() 287 if (sge_data_out(sa->sge, 0, mp, hmp, 1, flg) == 0) { in pe_start() 301 if (flg & CH_NO_CPL) { in pe_start() 358 flg & CH_NO_HWCKSUM; /* CH_NO_HWCKSUM == 1 */ in pe_start() 560 if (flg & CH_ARP) in pe_start() 564 if (sge_data_out(sa->sge, 0, m0, hmp, nseg, flg) == 0) { in pe_start() 574 if ((flg & CH_ARP) == 0) in pe_start() 613 if (flg & CH_NO_CPL) in pe_start() 668 pe_set_mc(ch_t *sa, uint8_t *ep, int flg) in pe_set_mc() argument [all …]
|
H A D | ch.c | 1369 ch_send_up(ch_t *chp, mblk_t *mp, uint32_t cksum, int flg) in ch_send_up() argument 1381 if (flg) in ch_send_up() 1515 ch_set_multicast(gld_mac_info_t *mp, uint8_t *ep, int flg) in ch_set_multicast() argument 1519 return (pe_set_mc(chp, ep, flg)); in ch_set_multicast() 1675 uint32_t flg; in ch_send() local 1698 flg = (msg_flg & HCK_FULLCKSUM)? in ch_send() 1701 flg = CH_NO_CPL; in ch_send() 1703 flg = CH_NO_HWCKSUM | CH_NO_CPL; in ch_send() 1772 flg |= CH_UDP_MF; in ch_send() 1775 flg |= CH_TCP_MF; in ch_send() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | shcmd.h | 99 # define cmdinit(ac,av,c,cat,flg) do { if((ac)<=0) return(0); \ argument 100 (sh_context(c)->notify = ((flg)&ERROR_NOTIFY)?1:0);} while(0)
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fake_ktli.c | 318 int flg, n, rc; in tli_send() local 329 flg = (m->b_cont != NULL) ? T_MORE : 0; in tli_send() 330 rc = t_snd(fd, (void *) m->b_rptr, n, flg); in tli_send()
|
/illumos-gate/usr/src/uts/common/io/ib/ |
H A D | inc.flg | 76 echo_file usr/src/req.flg 85 echo_file usr/src/uts/sparc/req.flg
|