Searched refs:lc (Results 101 - 125 of 376) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDebug.c546 struct load_command *lc;
551 lc = (struct load_command*)((const char*) mh +
556 if (lc->cmd == LC_SEGMENT) {
558 sg = (struct segment_command*) lc;
578 } else if (!st && lc->cmd == LC_SYMTAB) {
579 st = (struct symtab_command*) lc;
582 lc = (struct load_command *)((char *) lc + lc->cmdsize);
544 struct load_command *lc; local
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c191 Ctype_t* lc; local
204 lc = (Ctype_t*)setlocale(LC_CTYPE, NiL);
212 else if (!xp && cp->next && cp->next != lc)
216 if (n == cp->size && strneq(s, cp->name, n) && (!cp->next || cp->next == lc))
245 cp->next = lc;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D034DBI.t134 $got = lc $got; #accounting for variations in DBD::CSV behavior
135 $expected = lc $expected;
156 $got = lc $got; #accounting for variations in DBD::CSV behavior
157 $expected = lc $expected;
270 $got = lc $got; #accounting for variations in DBD::CSV behavior
271 $expected = lc $expected;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-103087.js37 var lc = ''; variable
138 re.exec(lc);
153 lc = RegExp.leftContext;
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-passwd.c61 extern login_cap_t *lc;
144 pwwarntime = login_getcaptime(lc, "password-warn", TWO_WEEKS,
146 acwarntime = login_getcaptime(lc, "expire-warn", TWO_WEEKS,
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dlocale.rb21 LOCALE_DIR = "/lc/"
81 rex = Regexp.new("lc/#{Regexp.quote(file)}\.(so|o|sl|rb)?")
157 each_sublocale do |lc|
158 yield lc.nil? ? File.join(dir, LOCALE_DIR, file) : File.join(dir, LOCALE_DIR, lc, file)
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c91 static struct ltchars lc; /* local special characters */ local
100 || -1 == ioctl(fd, TIOCGLTC, (char *)&lc)
116 (void) ioctl(fd, TIOCSLTC, (char *)&lc);
/macosx-10.10/vim-55/runtime/syntax/
H A Dptcap.vim47 syn match ptcapNumber "#\(+\|-\)\=\d\+"lc=1 contained
48 syn match ptcapNumberError "#\d*[^[:digit:]:\\]"lc=1 contained
49 syn match ptcapNumber "#0x\x\{1,8}"lc=1 contained
50 syn match ptcapNumberError "#0x\X"me=e-1,lc=1 contained
51 syn match ptcapNumberError "#0x\x\{9}"lc=1 contained
52 syn match ptcapNumberError "#0x\x*[^[:xdigit:]:\\]"lc=1 contained
H A Dmasm.vim34 syn region masmTitleArea start=+\<TITLE\s+lc=5 start=+\<SUBTITLE\s+lc=8 start=+\<SUBTTL\s+lc=6 end=+$+ end=+;+me=e-1 contains=masmTitle
35 syn region masmTextArea start=+\<NAME\s+lc=4 start=+\<INCLUDE\s+lc=7 start=+\<INCLUDELIB\s+lc=10 end=+$+ end=+;+me=e-1 contains=masmText
39 syn region masmOptionOpt start=+\<OPTION\s+lc=6 end=+$+ end=+;+me=e-1 contains=masmOption
40 syn region masmContextOpt start=+\<PUSHCONTEXT\s+lc=11 start=+\<POPCONTEXT\s+lc=10 end=+$+ end=+;+me=e-1 contains=masmOption
41 syn region masmModelOpt start=+\.MODEL\s+lc
[all...]
H A Dabaqus.vim21 syn match abaqusParameter ",[^,=]\+"lc=1 contained display
22 syn match abaqusValue "=\s*[^,]*"lc=1 contained display
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/utbm/
H A Dutbm.c54 ucs4_t lc; member in struct:__anon3050
104 if (!((c1 ^ sp->ch->uc) & (c1 ^ sp->ch->lc) & (c1 ^ sp->ch->tc))) {
195 if (count > 0 && ((c1 ^ cp->uc) & (c1 ^ cp->lc) & (c1 ^ cp->tc)))
332 cp->uc = cp->lc = cp->tc = ' ';
357 cp->lc = _utbm_tolower(c1);
360 cp->uc = cp->lc = cp->tc = c1;
/macosx-10.10/ksh-23/ksh/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=$locale;cd $dir; }; tst"
241 do tst="$lc=C;cd $dir;$cmd;cd $dir;:"
/macosx-10.10/BerkeleyDB-21/db/env/
H A Denv_config.c30 int lc, ret; local
48 for (lc = 1; fgets(buf, sizeof(buf), fp) != NULL; ++lc) {
50 __db_errx(env, "DB_CONFIG: line %d: illegal input", lc);
62 if ((ret = __config_parse(env, buf, lc)) != 0)
118 __config_parse(env, s, lc)
121 int lc;
134 "line %d: %s: incorrect name-value pair", lc, argv[0]);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c238 struct load_command lc; local
240 require(1 == fread(&lc, sizeof(lc), 1, binary), out);
241 if (lc.cmd == LC_CODE_SIGNATURE) {
254 require_noerr(fseek(binary, lc.cmdsize-sizeof(lc), SEEK_CUR), out);
255 } while(lc.cmd || lc.cmdsize); /* count lc */
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.dlclose1.ksh45 cc -z defs -G -o livelib.so livelib.o prov.o -lc
58 cc -z defs -G -o deadlib.so deadlib.o -lc
H A Dtst.dlclose2.ksh45 cc -z defs -G -o livelib.so livelib.o prov.o -lc
58 cc -z defs -G -o deadlib.so deadlib.o -lc
/macosx-10.10/system_cmds-643.1.1/login.tproj/
H A Dlogin.c261 login_cap_t *lc = NULL; local
370 lc = login_getclass(NULL);
371 prompt = login_getcapstr(lc, "login_prompt",
373 passwd_prompt = login_getcapstr(lc, "passwd_prompt",
375 retries = login_getcapnum(lc, "login-retries",
377 backoff = login_getcapnum(lc, "login-backoff",
379 login_close(lc);
380 lc = NULL;
603 lc = login_getpwclass(pwd);
607 quietlog = login_getcapbool(lc, "hushlogi
[all...]
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/unix/
H A DMakefile.in128 LIBS = @TCL_LIB_SPEC@ -lc
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dia64cpuid.S47 .save ar.lc,r3
49 mov r3=ar.lc
54 mov ar.lc=96 };;
119 mov ar.lc=r3
/macosx-10.10/emacs-93/emacs/src/m/
H A Dibmps2-aix.h196 #define LIB_STANDARD /usr/local/lib/gcc-gnulib -lbsd -lrts -lc
H A Dmips-siemens.h140 #define LIB_STANDARD -lc /usr/ccs/lib/crtn.o
/macosx-10.10/emacs-93/emacs/src/s/
H A Dptx.h48 #define LIB_STANDARD -lc
/macosx-10.10/system_cmds-643.1.1/newgrp.tproj/
H A Dnewgrp.c293 login_cap_t *lc; local
311 lc = login_getpwclass(pwd);
312 setusercontext(lc, pwd, pwd->pw_uid,
314 login_close(lc);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dtn.c11 static int fill_descendants (TNPtr n, int lc, Tcl_Obj** lv, int at);
846 int lc = tn_ndescendants (n); local
849 *nc = lc;
851 if (lc == 0) {
855 lv = NALLOC (lc, Tcl_Obj*);
856 end = fill_descendants (n, lc, lv, 0);
858 ASSERT (end == lc, "Bad list of descendants");
900 int lc = *nc; local
925 src < lc;
931 ASSERT_BOUNDS (src, lc);
1080 fill_descendants(TNPtr n, int lc, Tcl_Obj** lv, int at) argument
[all...]
/macosx-10.10/text_cmds-88/ed/
H A Dsub.c119 long lc; local
126 for (lc = 0; lc <= second_addr - first_addr; lc++) {

Completed in 145 milliseconds

1234567891011>>