Home
last modified time | relevance | path

Searched refs:lc (Results 51 – 75 of 604) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h187 int lc; \
188 if ((lc = __nisdb_assert_wheld(&lvar ## _rwlock)) != 0) { \
189 __nisdb_get_tsd()->fatalcode = lc; \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A DMakefile55 $(PASSPROMPT):= LDLIBS += -lc
56 $(PPPOE):= LDLIBS += -lc
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c521 const char *lc; in post_delim() local
530 if (lc < nch->string) in post_delim()
548 const char *lc, *cp; in post_delim_nb() local
574 if (lc > nch->string + 1 && lc[-2] == '\\' && in post_delim_nb()
575 (lc[-1] == '&' || lc[-1] == 'e')) in post_delim_nb()
579 switch (*lc) { in post_delim_nb()
586 if (lc > nch->string + 1 && lc[-2] == '.' && lc[-1] == '.') in post_delim_nb()
588 if (lc[-1] == '.') in post_delim_nb()
596 if (lc[-1] == '?') in post_delim_nb()
605 if (lc == nch->string + 1 && lc[-1] == '|') in post_delim_nb()
[all …]
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c59 int lc; in channel_in_interleave() local
71 lc = -1; in channel_in_interleave()
75 lc = i; in channel_in_interleave()
79 if (lc == -1) { in channel_in_interleave()
82 lc = i; in channel_in_interleave()
87 if (lc == -1) { in channel_in_interleave()
95 if (lc == TAD_INTERLEAVE(tad[node][rule].pkg_list, way)) { in channel_in_interleave()
101 if (lc != c) { in channel_in_interleave()
192 uint32_t lc; in address_to_channel() local
230 lc = CHANNEL_MAP(mapper, channel, write); in address_to_channel()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c598 unsigned char lc; in ber_get_next() local
643 if ( BerRead( sb, (char *) &lc, 1 ) != 1 ) { in ber_get_next()
646 if ( lc & 0x80 ) { in ber_get_next()
647 noctets = (lc & 0x7f); in ber_get_next()
657 *len = lc; in ber_get_next()
1104 unsigned char lc; in ber_get_next_buffer_ext() local
1149 if ( read_bytes( &sb, &lc, 1 ) != 1 ) { in ber_get_next_buffer_ext()
1152 if ( lc & 0x80 ) { in ber_get_next_buffer_ext()
1153 noctets = (lc & 0x7f); in ber_get_next_buffer_ext()
1163 *len = lc; in ber_get_next_buffer_ext()
H A Ddecode.c92 unsigned char lc; in ber_skip_tag() local
121 if ( ber_read( ber, (char *) &lc, 1 ) != 1 ) in ber_skip_tag()
123 if ( lc & 0x80 ) { in ber_skip_tag()
124 noctets = (lc & 0x7f); in ber_skip_tag()
133 *len = lc; in ber_skip_tag()
/illumos-gate/usr/src/cmd/hal/tools/
H A DMakefile63 $(HAL_PROG) := LDLIBS += -lc -ldbus-1 -lhal
67 $(HAL_LIB) := LDLIBS += -lc -ldbus-1 -lpolkit $(ZIGNORE) -lglib-2.0
69 $(STORAGE_PROG) := LDLIBS += -lc -ldbus-1 -lglib-2.0 -lhal -lhal-storage -lbsm
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c146 register long lc; in hfield() local
150 if ((lc = mp->m_lines) <= 0) in hfield()
154 lc--; in hfield()
155 while ((lc = gethfield(ibuf, linebuf, lc)) >= 0) in hfield()
H A Dcollect.c97 long lc, cc; in collect() local
536 lc = cc = 0; in collect()
539 lc++; in collect()
555 printf("%ld/%ld\n", lc, cc); in collect()
798 long lc, cc; in lcwrite() local
802 lc = cc = 0; in lcwrite()
806 lc++; in lcwrite()
814 lc++; in lcwrite()
822 printf("%ld/%ld\n", lc, cc); in lcwrite()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c944 long lc; /* left character of [x-y] range */ in gmatch() local
951 lc = -1; in gmatch()
961 if (wcsetno(lc) != wcsetno(rc)) { in gmatch()
968 if (scc == lc) in gmatch()
970 if (scc == (lc = rc)) in gmatch()
972 } else if (lc <= scc && scc <= rc) in gmatch()
975 lc = c; in gmatch()
976 if (scc == lc) in gmatch()
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A DMakefile39 MOD_LDLIBS = -L$(ROOT)/usr/lib -lsysevent -lnvpair -lc $(LDSTACKPROTECT)
67 LDLIBS += -lc -lpicltree -lnvpair
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddump.c1208 lookup_ctrl_t lc; in list_ddn() local
1214 setup_ddid_lcp(&lc, uid); in list_ddn()
1215 cache_lookup(&lc, &uid, cb_print_obj_n); in list_ddn()
1221 SET_UID_LCP(&lc, OBJ_ISCSI, 0); in list_ddn()
1223 lc.data[0].ui = uid; in list_ddn()
1224 cache_lookup(&lc, NULL, cb_print_obj_n); in list_ddn()
1237 lookup_ctrl_t lc; in list_ddsn() local
1243 setup_ddsid_lcp(&lc, uid); in list_ddsn()
1244 cache_lookup(&lc, &uid, cb_print_obj_n); in list_ddsn()
1250 SET_UID_LCP(&lc, OBJ_DD, 0); in list_ddsn()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
H A Dtst.dlclose2.ksh50 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
63 gcc -m32 -shared -o deadlib.so deadlib.o -lc
H A Dtst.dlclose3.ksh55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
/illumos-gate/usr/src/lib/fm/libfmevent/
H A DMakefile.com70 -L$(ROOT)/$(FMLIBDIR) -ltopo -lc
73 -L$(ROOT)/$(FMLIBDIR64) -ltopo -lc
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c117 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
156 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal() local
184 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
185 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
531 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy()
532 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy()
728 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()
939 p->lc = d % 9; in LzmaProps_Decode()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c83 #define LC(i,j) (lc[(i) * (LINES + 1) + (j)])
85 static lcost *lc = (lcost *) 0; variable
134 new = m_malloc((lines+1) * (lines+1) * sizeof *lc); in __m_doupdate_init()
137 if (lc != (lcost *) 0) in __m_doupdate_init()
138 free(lc); in __m_doupdate_init()
139 lc = (lcost *) new; in __m_doupdate_init()
/illumos-gate/usr/src/cmd/fm/modules/
H A DMakefile.plugin84 $(PROG) := LDLIBS += -lnvpair -lc
98 $(LINK.c) $(DMOD_OBJS) $(MAPFILE-DMOD:%=-Wl,-M%) -o $@ $(LDLIBS) -lc
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1041 usb_cdc_line_coding_t lc; in usbsacm_ds_set_port_params() local
1062 lc = acm_port->acm_line_coding; in usbsacm_ds_set_port_params()
1088 lc.bParityType = USB_CDC_PARITY_ODD; in usbsacm_ds_set_port_params()
1093 lc.bParityType = USB_CDC_PARITY_NO; in usbsacm_ds_set_port_params()
1100 lc.bCharFormat = USB_CDC_STOP_BITS_2; in usbsacm_ds_set_port_params()
1102 lc.bCharFormat = USB_CDC_STOP_BITS_1; in usbsacm_ds_set_port_params()
1110 lc.bDataBits = 5; in usbsacm_ds_set_port_params()
1113 lc.bDataBits = 6; in usbsacm_ds_set_port_params()
1116 lc.bDataBits = 7; in usbsacm_ds_set_port_params()
1120 lc.bDataBits = 8; in usbsacm_ds_set_port_params()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c9233 if ((lc->pcaps | caps) != lc->pcaps) in t4_link_sanitize_caps()
9234 caps &= lc->pcaps; in t4_link_sanitize_caps()
9348 if (lc->admin_caps == 0 || lc->pcaps != pcaps) { in t4_init_link_config()
9353 lc->pcaps = pcaps; in t4_init_link_config()
9354 lc->acaps = acaps; in t4_init_link_config()
9355 lc->lpacaps = 0; in t4_init_link_config()
9356 lc->link_caps = 0; in t4_init_link_config()
9514 if (link_ok != lc->link_ok || acaps != lc->acaps || in t4_handle_get_port_info()
9515 lpacaps != lc->lpacaps || linkattr != lc->link_caps) { in t4_handle_get_port_info()
9525 lc->acaps = acaps; in t4_handle_get_port_info()
[all …]
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c107 unsigned char lc; in kmfber_skip_tag() local
137 if (kmfber_read(ber, (char *)&lc, 1) != 1) in kmfber_skip_tag()
139 if (lc & 0x80) { in kmfber_skip_tag()
140 noctets = (lc & 0x7f); in kmfber_skip_tag()
149 *len = lc; in kmfber_skip_tag()
/illumos-gate/usr/src/test/zfs-tests/cmd/has_unmap/
H A DMakefile20 LDLIBS += -lc
/illumos-gate/usr/src/test/zfs-tests/cmd/mkfiles/
H A DMakefile20 LDLIBS += -lc
/illumos-gate/usr/src/cmd/fm/schemes/fmd/
H A DMakefile34 LDLIBS += -lc

12345678910>>...25