Home
last modified time | relevance | path

Searched refs:lc (Results 151 – 175 of 604) sorted by last modified time

12345678910>>...25

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1453 log_ctl_t lc; in message_save() local
1461 ctl.buf = (void *)&lc; in message_save()
1491 lc.flags |= SL_LOGONLY; in message_save()
1767 log_ctl_t lc; in main() local
1782 lc.pri = LOG_AUTH | LOG_ERR; in main()
1783 lc.flags = SL_CONSOLE | SL_LOGONLY; in main()
1784 lc.level = 0; in main()
1786 ctl.buf = (void *)&lc; in main()
/illumos-gate/usr/src/cmd/rcm_daemon/
H A DMakefile.com138 LDLIBS_MODULES += -lrcm -lc $(LDSTACKPROTECT)
/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/picl/plugins/sun4u/lib/fruaccess/
H A DMakefile57 LDLIBS += -lc -lpicltree -lfruutils
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A DMakefile55 LDLIBS += -lc -lkstat -ldevinfo -lpicltree -lnvpair
/illumos-gate/usr/src/cmd/perl/
H A DMakefile.targ18 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/cmd/ast/libast/
H A DMakefile.com43 LDLIBS += -lm -lc -lsocket
/illumos-gate/usr/src/boot/common/linenoise/
H A Dexample.c7 void completion(const char *buf, linenoiseCompletions *lc) { in completion() argument
9 linenoiseAddCompletion(lc,"hello"); in completion()
10 linenoiseAddCompletion(lc,"hello there"); in completion()
H A Dlinenoise.c207 for (i = 0; i < lc->len; i++) in freeCompletions()
208 free(lc->cvec[i]); in freeCompletions()
209 if (lc->cvec != NULL) in freeCompletions()
210 free(lc->cvec); in freeCompletions()
224 completionCallback(ls->buf,&lc); in completeLine()
225 if (lc.len == 0) { in completeLine()
232 if (i < lc.len) { in completeLine()
273 freeCompletions(&lc); in completeLine()
293 cvec = realloc(lc->cvec,sizeof(char*)*(lc->len+1)); in linenoiseAddCompletion()
298 lc->cvec = cvec; in linenoiseAddCompletion()
[all …]
/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/tools/smatch/
H A DMakefile49 LDLIBS += $(ZLAZYLOAD) $(ZDIRECT) -lsqlite3 -lmd -lgcc -lm -lc
/illumos-gate/usr/src/tools/geniconvtbl/
H A DMakefile42 LDLIBS += -lgen -lc
/illumos-gate/usr/src/tools/ctf/libctf/
H A DMakefile.com27 LDLIBS += -lc -lelf -L$(ROOTONBLDLIBMACH) -ldwarf -lavl
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A DMakefile38 LDLIBS += -lc
39 LDLIBS64 += -lc
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/
H A DMakefile.com99 LDLIBS += -lfakekernel -lpkcs11 -lnsl -lc
/illumos-gate/usr/src/lib/libzonecfg/
H A DMakefile.com33 LDLIBS += -lc -lsocket -luuid -lnvpair -lsysevent -lsec -lbrand \
/illumos-gate/usr/src/lib/librename/
H A DMakefile.com23 LDLIBS += -lc
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/
H A DMakefile.com61 LDLIBS += -L $(ROOT)/usr/platform/$(PSR_MACH)/lib -lprtdiag -lc
/illumos-gate/usr/src/lib/libprtdiag/
H A DMakefile.com53 LDLIBS += -lc -lkstat
/illumos-gate/usr/src/lib/libproc/
H A DMakefile.com92 LDLIBS += -lrtld_db -lelf -lctf -lc
/illumos-gate/usr/src/lib/libppt/
H A DMakefile.com30 LDLIBS += -lpcidb -ldevinfo -lcmdutils -lnvpair -lc
/illumos-gate/usr/src/lib/libpcidb/
H A DMakefile.com35 LDLIBS += -lc
/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/lib/libmtmalloc/
H A DMakefile.com38 LDLIBS += -lc

12345678910>>...25