Home
last modified time | relevance | path

Searched refs:lc (Results 26 – 50 of 604) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.iffe20 LCCONF= lc.h lctab.c
38 lctab.c: $(ASTSRC)/port/lc.tab
39 $(AST_LCGEN) $(LCCONF) < $(ASTSRC)/port/lc.tab
40 lc.h: lctab.c
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c949 lookup_ctrl_t lc; in make_raw_assoc_iscsi() local
1968 lookup_ctrl_t lc; in add_scn_entry() local
1989 lc.type = OBJ_ISCSI; in add_scn_entry()
1990 lc.curr_uid = 0; in add_scn_entry()
1994 lc.op[1] = 0; in add_scn_entry()
2042 lookup_ctrl_t lc; in remove_scn_entry() local
2045 lc.type = OBJ_ISCSI; in remove_scn_entry()
2046 lc.curr_uid = 0; in remove_scn_entry()
2049 lc.op[0] = OP_STRING; in remove_scn_entry()
2050 lc.op[1] = 0; in remove_scn_entry()
[all …]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ72 $(HERMON_LIB):= LDLIBS += -lc
73 $(TAVOR_LIB):= LDLIBS += -lc
74 $(SES_LIB):= LDLIBS += -L$(ROOT)/usr/lib/scsi -lscsi -lses -lnvpair -lc
75 $(SD_LIB):= LDLIBS += -L$(ROOT)/usr/lib/scsi -lscsi -lumem -lc
76 $(UFM_LIB):= LDLIBS += -lpcidb -lnvpair -lc
/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()
/illumos-gate/usr/src/cmd/sgs/link_audit/
H A DMakefile.com71 $(TRUSSLIB):= LDLIBS += $(ZRECORD) -lmapmalloc -lc
72 $(PERFLIB):= LDLIBS += $(ZRECORD) -lmapmalloc -lc
73 $(WHOLIB):= LDLIBS += $(ELFLIBDIR) -lelf $(ZRECORD) -lmapmalloc $(DLLIB) -lc
74 $(SYMBINDREP):= LDLIBS += $(ZRECORD) -lmapmalloc -lc
75 $(BINDLIB):= LDLIBS += $(ZRECORD) -lmapmalloc -lc
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py45 lc = 0
49 lc += 1
66 (ignorefile, lc, syntax))
/illumos-gate/usr/src/uts/common/io/
H A Dlog.c237 log_ctl_t *lc = (log_ctl_t *)mp->b_rptr; in log_wput() local
244 if ((lc->pri & LOG_FACMASK) == LOG_KERN) in log_wput()
245 lc->pri |= LOG_USER; in log_wput()
246 mp2 = log_makemsg(LOG_MID, LOG_CONSMIN, lc->level, in log_wput()
247 lc->flags, lc->pri, mp->b_cont->b_rptr, in log_wput()
H A Dlofi.c1195 for (lc = list_head(&lsp->ls_comp_cache); lc != NULL; in lofi_find_comp_data()
1196 lc = list_next(&lsp->ls_comp_cache, lc)) { in lofi_find_comp_data()
1207 return (lc); in lofi_find_comp_data()
1231 ASSERT(lc != NULL); in lofi_add_comp_data()
1254 lc->lc_data = NULL; in lofi_add_comp_data()
1259 if (lc == NULL) in lofi_add_comp_data()
1268 if (lc->lc_data != NULL) in lofi_add_comp_data()
1271 lc->lc_data = data; in lofi_add_comp_data()
1272 lc->lc_index = seg_index; in lofi_add_comp_data()
1273 return (lc); in lofi_add_comp_data()
[all …]
/illumos-gate/usr/src/head/
H A Dregexp.h86 int lc; in compile() local
156 lc = 0; in compile()
178 if (c == '-' && lc != 0) { in compile()
191 while (lc < c) { in compile()
192 PLACE(lc); in compile()
193 lc++; in compile()
196 lc = c; in compile()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c69 Lc_t* lc; in mcfind() local
77 if (!(lc = locale ? lcmake(locale) : locales[category])) in mcfind()
131 v = lc->code; in mcfind()
132 if (lc->code != lc->language->code) in mcfind()
138 v = lc->language->code; in mcfind()
143 v = lc->language->code; in mcfind()
146 v = lc->territory->code; in mcfind()
149 v = lc->charset->code; in mcfind()
/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c60 static int lc; variable
112 lc = 0; in main()
158 lc++; in main()
160 if (lc == 0) in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dlocale.sh239 for lc in LANG LC_MESSAGES LC_ALL
240 do for cmd in "($lc=$locale;cd $dir)" "$lc=$locale;cd $dir;unset $lc" "function tst { typeset $lc=$…
241 do tst="$lc=C;cd $dir;$cmd;cd $dir;:"
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c389 int ok, lc; in amatch() local
407 lc = TRIM; in amatch()
425 if (sh_bracket_exp(scc, lc, rc)) in amatch()
428 if (lc <= scc && scc <= (int)*p++) in amatch()
432 if (scc == (lc = cc)) in amatch()
500 int ok, lc; in Gmatch() local
512 lc = TRIM; in Gmatch()
526 if (sh_bracket_exp(scc, lc, rc)) in Gmatch()
529 if (lc <= scc && scc <= (int)*p++) in Gmatch()
533 if (scc == (lc = cc)) in Gmatch()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c452 int ok, lc; local
467 lc = 077777;
475 if (lc <= scc && scc <= *p++)
478 if (scc == (lc = cc))
541 int ok, lc; local
550 lc = 077777;
558 if (lc <= scc && scc <= *p++)
561 if (scc == (lc = cc))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrtod.c49 int lc; in strtod() local
51 lc = (__xpg6 & _C99SUSv3_recognize_hexfp)? -1 : 0; in strtod()
52 string_to_decimal((char **)&cp, MAXINT, lc, &dr, &form, &pechar); in strtod()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c191 Ctype_t* lc; in regclass() local
204 lc = (Ctype_t*)setlocale(LC_CTYPE, NiL); in regclass()
212 else if (!xp && cp->next && cp->next != lc) in regclass()
216 if (n == cp->size && strneq(s, cp->name, n) && (!cp->next || cp->next == lc)) in regclass()
245 cp->next = lc; in regclass()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd4.c65 long lc, cc, t; in dopipe() local
134 lc = cc = 0; in dopipe()
150 lc += t; in dopipe()
169 printf("\"%s\" %ld/%ld\n", cmd, lc, cc); in dopipe()
/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c1015 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument
1022 s->sym_buf[s->sym_next++] = lc;
1025 s->dyn_ltree[lc].Freq++;
1031 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
1034 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++;
1049 int lc; /* match length or unmatched char (if dist == 0) */ local
1057 lc = s->sym_buf[sx++];
1059 send_code(s, lc, ltree); /* send a literal byte */
1060 Tracecv(isgraph(lc), (stderr," '%c' ", lc));
1063 code = _length_code[lc];
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c129 zap_leaf_chunk_t *lc = &ZAP_LEAF_CHUNK(&l, i); in zap_leaf_byteswap() local
132 switch (lc->l_free.lf_type) { in zap_leaf_byteswap()
134 le = &lc->l_entry; in zap_leaf_byteswap()
147 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type); in zap_leaf_byteswap()
148 lc->l_free.lf_next = BSWAP_16(lc->l_free.lf_next); in zap_leaf_byteswap()
151 lc->l_array.la_type = BSWAP_8(lc->l_array.la_type); in zap_leaf_byteswap()
152 lc->l_array.la_next = BSWAP_16(lc->l_array.la_next); in zap_leaf_byteswap()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/
H A DMakefile.com39 OPENSSLLIBS= $(BERLIB) -lcrypto -lcryptoutil -lc
40 OPENSSLLIBS64= $(BERLIB64) -lcrypto -lcryptoutil -lc
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/
H A DMakefile.com41 -lnss3 -lnspr4 -lsmime3 -lc
43 -R$(MPSDIR)/$(MACH64) -lnss3 -lnspr4 -lsmime3 -lc
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnceucform324 #define yylinearize(lc) lc
345 unsigned long lc=yylinearize(c);
347 if( yycgidtbl[YYNCGIDTBL-1] < lc ) return YYNCGIDTBL*2-1;
351 if (lc == yycgidtbl[i])
353 else if ( yycgidtbl[i]<lc) {
354 if (lc<yycgidtbl[i+1])
/illumos-gate/usr/src/lib/libuutil/
H A DMakefile.com64 LDLIBS += -lc
74 MY_NATIVE_LDLIBS = -lc
/illumos-gate/usr/src/lib/libscf/
H A DMakefile.com48 LDLIBS += -luutil -lc -lgen -lnvpair
76 MY_NATIVE_LDLIBS = -L$(LIBUUTIL)/native -R$(LIBUUTIL)/native -luutil -lc -lgen \
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A DMakefile38 LDLIBS += -lc
39 LDLIBS64 += -lc

12345678910>>...25