Searched refs:lc (Results 201 - 225 of 376) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dppucd.cpp378 props.lc.remove();
435 parseString(v, props.lc, errorCode);
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dpipe.c243 int lc = sizeof(ca); local
318 if ((*rd = accept(ls, (SOCKADDR *)&ca, &lc)) == INVALID_SOCKET) {
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dwclib.c37 #include <lc.h>
68 else if (!(mode & WC_NOUTF8) && (lcinfo(LC_CTYPE)->lc->flags & LC_utf8))
/macosx-10.10/vim-55/runtime/syntax/
H A Delmfilt.vim27 syn match elmfiltArg contained "[^\\]%[&0-9dDhmrsSty&]"lc=1
H A Dgkrellmrc.vim30 syn match gkrellmrcNumber "\W-\=\(\d\+\)\=\.\=\d\+"lc=1
H A Dscilab.vim51 syn match scilabTransposition "[])a-zA-Z0-9?!_#$.]'"lc=1
H A Dsimula.vim23 syn region simulaComment start="\<end\>"lc=3 matchgroup=Statement end=";\|\<\(end\|else\|when\|otherwise\)\>"
H A Dnatural.vim122 syn region naturalComment start="^\d\{4} \*[\ \*]"lc=5 end="$" contains=naturalTodo,naturalLineRef,naturalCommentMark
124 syn match naturalComment "^\d\{4} \*$"lc=5
H A Dverilogams.vim64 syn match verilogamsConstant ":inf"lc=1
65 syn match verilogamsConstant "-inf"lc=1
/macosx-10.10/vim-55/src/
H A Dif_tcl.c710 int lc; local
716 err = Tcl_ListObjGetElements(interp, objv[4], &lc, &lv);
736 for (i = 0; i < lc && n <= val2; i++)
743 if (i < lc)
754 } while (i < lc);
767 lc -= val2 - val1 + 1; /* number of lines to be replaced */
769 (long)lc);
770 changed_lines((linenr_T)val1, 0, (linenr_T)val2 + 1, (long)lc);
H A Dcharset.c467 int lc = utf_tolower(c); local
472 if ((c < 0x80 || ol > 1) && c != lc)
474 int nl = utf_char2len(lc);
486 lc = c;
504 (void)utf_char2bytes(lc, STR_PTR(i));
/macosx-10.10/OpenSSH-189/openssh/
H A Dsession.c156 login_cap_t *lc; variable
908 f = fopen(login_getcapstr(lc, "welcome", "/etc/motd",
937 if (login_getcapbool(lc, "hushlogin", 0) || stat(buf, &st) >= 0)
1175 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETPATH) < 0)
1414 if (login_getcapbool(lc, "ignorenologin", 0) || pw->pw_uid == 0)
1416 nl = login_getcapstr(lc, "nologin", def_nl, def_nl);
1503 if (setusercontext(lc, pw, pw->pw_uid,
1537 if (setusercontext(lc, pw, pw->pw_uid, LOGIN_SETUSER) < 0) {
1545 (void) setusercontext(lc, pw, pw->pw_uid, LOGIN_SETUMASK);
1713 shell = login_getcapstr(lc, "shel
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c3595 BN_ULONG ll, lc, *lp, *mp; local
3729 lc = c1;
3731 ll = (r[i]+lc)&BN_MASK2;
3733 lc = (lc > ll);
3734 } while (lc);
3736 lc = -c1;
3739 r[i++] = (ll-lc)&BN_MASK2;
3740 lc = (lc > l
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/engines/cluster_labs/
H A DMakefile47 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
/macosx-10.10/OpenSSL098-52/src/demos/engines/ibmca/
H A DMakefile47 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
/macosx-10.10/OpenSSL098-52/src/demos/engines/rsaref/
H A DMakefile56 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
/macosx-10.10/OpenSSL098-52/src/demos/engines/zencod/
H A DMakefile47 $$SHAREDCMD $$SHAREDFLAGS -o $(SHLIB) $(LIBNAME).o -L ../../.. -lcrypto -lc)
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltcf-c.sh384 archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
790 # Test whether the compiler implicitly links with -lc since on some
791 # systems, -lgcc has to come before -lc. If gcc already passes -lc
792 # to ld, don't add -lc before -lgcc.
793 echo $ac_n "checking whether -lc should be explicitly linked in... $ac_c" 1>&6
815 if { (eval echo ltcf-c.sh:need_lc: \"$archive_cmds\") 1>&5; (eval $archive_cmds) 2>&1 | grep " -lc " 1>&5 ; }; then
/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.h283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h310 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.h294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
/macosx-10.10/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-ia64.S106 mov ar.lc=te3 }
296 .save ar.lc,lcsave
297 mov lcsave=ar.lc };;
324 mov ar.lc=lcsave };;
410 mov ar.lc=lcsave }//;;
485 mov ar.lc=te3 }
675 .save ar.lc,lcsave
676 mov lcsave=ar.lc };;
703 mov ar.lc=lcsave };;
789 mov ar.lc
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c431 local int ct_tally OF((deflate_state *s, int dist, int lc));
2425 local int ct_tally (s, dist, lc)
2428 int lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
2431 s->l_buf[s->last_lit++] = (uch)lc;
2433 /* lc is the unmatched char */
2434 s->dyn_ltree[lc].Freq++;
2437 /* Here, lc is the match length - MIN_MATCH */
2440 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) &&
2443 s->dyn_ltree[length_code[lc]+LITERALS+1].Freq++;
2479 int lc; /* matc local
2489 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c1131 int lc = 0;
1150 lv[lc++] = tmpObj; \
1151 lv[lc++] = (value)
1279 Tcl_AppendToObj(lv[lc-1], "::", -1);
1281 Tcl_AppendToObj(lv[lc-1], procName, -1);
1292 lv[lc++] = Tcl_NewStringObj(efiPtr->fields[i].name, -1);
1294 lv[lc++] =
1297 lv[lc++] = efiPtr->fields[i].clientData;
1324 return Tcl_NewListObj(lc, lv);
1119 int lc = 0; local

Completed in 345 milliseconds

1234567891011>>