Searched refs:lc (Results 1 - 25 of 234) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dchomp.c15 char *lc = last_char_is(s, '\n'); local
17 if (lc)
18 *lc = '\0';
H A Dconcat_path_file.c19 char *lc; local
23 lc = last_char_is(path, '/');
26 return xasprintf("%s%s%s", path, (lc==NULL ? "/" : ""), filename);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dmemset.c51 register int lc __asm__ ("r11") = c;
65 : "=r" (lc) : "0" (lc) : "r13");
79 *dst = (char) lc;
86 *(short *)dst = lc;
153 /* Inputs */ : "0" (dst), "1" (n), "r" (lc));
164 *((long*)dst)++ = lc;
165 *((long*)dst)++ = lc;
166 *((long*)dst)++ = lc;
167 *((long*)dst)++ = lc;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dmemset.c51 register int lc __asm__ ("r11") = c;
65 : "=r" (lc) : "0" (lc) : "r13");
79 *dst = (char) lc;
86 *(short *)dst = lc;
155 /* Inputs */ : "0" (dst), "1" (n), "r" (lc));
165 *((long*)dst)++ = lc;
166 *((long*)dst)++ = lc;
167 *((long*)dst)++ = lc;
168 *((long*)dst)++ = lc;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-log.c201 static int rw_header(struct log_c *lc, int rw) argument
203 lc->io_req.bi_rw = rw;
204 lc->io_req.mem.ptr.vma = lc->disk_header;
205 lc->io_req.notify.fn = NULL;
207 return dm_io(&lc->io_req, 1, &lc->header_location, NULL);
258 struct log_c *lc; local
288 lc = kmalloc(sizeof(*lc), GFP_KERNE
390 destroy_log_context(struct log_c *lc) argument
399 struct log_c *lc = (struct log_c *) log->context; local
437 struct log_c *lc = (struct log_c *) log->context; local
455 fail_log_device(struct log_c *lc) argument
468 struct log_c *lc = (struct log_c *) log->context; local
520 struct log_c *lc = (struct log_c *) log->context; local
526 struct log_c *lc = (struct log_c *) log->context; local
533 struct log_c *lc = (struct log_c *) log->context; local
539 struct log_c *lc = (struct log_c *) log->context; local
552 struct log_c *lc = (struct log_c *) log->context; local
569 struct log_c *lc = (struct log_c *) log->context; local
575 struct log_c *lc = (struct log_c *) log->context; local
581 struct log_c *lc = (struct log_c *) log->context; local
605 struct log_c *lc = (struct log_c *) log->context; local
619 struct log_c *lc = (struct log_c *) log->context; local
632 struct log_c *lc = log->context; local
652 struct log_c *lc = log->context; local
[all...]
H A Ddm-linear.c30 struct linear_c *lc; local
38 lc = kmalloc(sizeof(*lc), GFP_KERNEL);
39 if (lc == NULL) {
48 lc->start = tmp;
50 if (dm_get_device(ti, argv[0], lc->start, ti->len,
51 dm_table_get_mode(ti->table), &lc->dev)) {
56 ti->private = lc;
60 kfree(lc);
66 struct linear_c *lc local
75 struct linear_c *lc = (struct linear_c *) ti->private; local
86 struct linear_c *lc = (struct linear_c *) ti->private; local
105 struct linear_c *lc = (struct linear_c *) ti->private; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dwc1.l7 int cc = 0, wc = 0, lc = 0;
13 \n ++lc; ++cc;
16 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc2.l8 int cc = 0, wc = 0, lc = 0;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
15 \n+ cc += yyleng; lc += yyleng;
18 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc4.l9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
22 \n+ cc += yyleng; lc += yyleng;
25 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dmywc.c8 register int c, cc = 0, wc = 0, lc = 0; local
23 ++lc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
H A Dwc3.l9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc5.l9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dall-charsets-X1120 for lc in `./all-locales | sort | uniq`
22 charmap=`LC_ALL=$lc ./locale_charmap 2>/dev/null || echo '<error>'`
23 codeset=`LC_ALL=$lc ./locale_codeset 2>/dev/null || echo '<error>'`
24 charset=`LC_ALL=$lc ./locale_charset 2>/dev/null || echo '<error>'`
25 x11encoding=`LC_ALL=$lc ./locale_x11encoding 2>/dev/null || echo '<error>'`
27 "$lc" "$charmap" "$codeset" "$charset" "$x11encoding"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathx/
H A DMakefile.am4 librpathx_la_LDFLAGS = -lc -no-undefined
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathy/
H A DMakefile.am4 librpathy_la_LDFLAGS = @LTLIBRPATHX@ -lc -no-undefined
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathz/
H A DMakefile.am4 librpathz_la_LDFLAGS = @LTLIBRPATHX@ @LTLIBRPATHY@ -lc -no-undefined
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dstrnlen_user.S20 .save ar.lc, r16
21 mov r16=ar.lc // preserve ar.lc
27 mov ar.lc=r3
42 mov ar.lc=r16 // restore ar.lc
H A Dflush.S41 .save ar.lc,r3
42 mov r3=ar.lc // save ar.lc
46 mov ar.lc=r8
60 mov ar.lc=r3 // restore ar.lc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dsymlink.c22 char lc; local
34 lc = 0;
45 lc = '/';
48 if (c == '/' && lc == '/' && i < 1020) { /* parent dir */
53 lc = c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/po/
H A DMakefile.am201 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
202 if test -n "$$lc"; then \
203 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
204 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
205 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
206 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
207 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
210 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
213 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-clisp/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-gawk/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-guile/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-librep/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-pascal/po/
H A DMakefile.am195 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
196 if test -n "$$lc"; then \
197 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
198 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
199 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
200 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
204 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
207 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc
[all...]

Completed in 309 milliseconds

12345678910