Searched defs:emitted (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c360 BOOL emitted; local
378 emitted = EmitFile(file);
380 if (!emitted) {
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c271 int emitted; local
309 emitted = 0;
618 emitted = 1;
1285 emitted = 1;
2098 emitted = 1;
2190 emitted = 1;
2265 if (emitted)
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c957 int emitted; local
987 emitted = 0;
998 if (!emitted) {
1000 emitted++;
1021 int emitted; local
1028 emitted = 0;
1040 if (!emitted) {
1042 emitted++;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1442 int emitted; local
1463 emitted = smb_wctomb(ch, wchar);
1464 length += emitted;
1465 ch += emitted;

Completed in 54 milliseconds