Searched refs:place (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dgetopt.c71 static char *place = EMSG; /* option letter processing */ local
85 place = EMSG;
94 if (optreset || !*place) { /* update scanning pointer */
96 if (optind >= nargc || *(place = nargv[optind]) != '-') {
97 place = EMSG;
100 if (place[1] && *++place == '-') { /* found "--" */
102 place = EMSG;
106 if ((optopt = (int)*place++) == (int)':' ||
114 if (!*place)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl189 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
193 place(-x=>-1,-y=>-1,-relx=>1.0,-rely=>1.0,-anchor=>'se');
196 place(-x=>5,-y=>5,-anchor=>'nw');
200 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
204 place(-x=>5,-y=>5,-anchor=>'nw');
209 place(-x=>-5,-relx=>1.,-y=>$panely,-anchor=>'ne');
216 place(-x=>5,-y=>-5,-rely=>1.,-relwidth=>.2,-width=>-5,-anchor=>'sw');
220 place(-x=>-5,-y=>-5,-relwidth=>.2,-rely=>1.,-width=>-5,-relx=>1.,-anchor=>'se');
224 place(-x=>5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.2,-anchor=>'sw');
228 place(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj_pcmcia.c72 int i, place; local
86 place = 1;
99 j->serial += (str[i] - 48) * place;
107 j->serial += (str[i] - 55) * place;
115 j->serial += (str[i] - 87) * place;
118 place = place * 0x10;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S51 mov %cs, %ax # Code and data in the same place
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsnprintf.c69 * put the ifdef for HAVE_VA_COPY in one place rather than in lots of
513 int place = 0; local
538 convert[place++] =
542 } while(uvalue && (place < 20));
543 if (place == 20) place--;
544 convert[place] = 0;
546 zpadlen = max - place;
547 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
558 printf("zpad: %d, spad: %d, min: %d, max: %d, place
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dsnprintf.c49 or other code remain in place and are present in executable modules
831 int place = 0; local
849 convert[place++] =
854 convert[place] = 0;
855 padlen = len - place;
858 /* fprintf( stderr, "str '%s', place %d, sign %c, padlen %d\n",
859 convert,place,signvalue,padlen); / **/
876 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
891 int place local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dsnprintf.c49 or other code remain in place and are present in executable modules
831 int place = 0; local
849 convert[place++] =
854 convert[place] = 0;
855 padlen = len - place;
858 /* fprintf( stderr, "str '%s', place %d, sign %c, padlen %d\n",
859 convert,place,signvalue,padlen); / **/
876 while( place > 0 ) dopr_outch( buffer, left, convert[--place] );
891 int place local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Db_print.c488 int place = 0; local
512 convert[place++] =
516 } while (uvalue && (place < sizeof convert));
517 if (place == sizeof convert)
518 place--;
519 convert[place] = 0;
521 zpadlen = max - place;
522 spadlen = min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
558 while (place > 0)
559 doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_print.c488 int place = 0; local
512 convert[place++] =
516 } while (uvalue && (place < (int)sizeof(convert)));
517 if (place == sizeof(convert))
518 place--;
519 convert[place] = 0;
521 zpadlen = max - place;
522 spadlen = min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
558 while (place > 0)
559 doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/data/
H A DMakefile.am88 @mkdir test-place; \
89 cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
90 rm test-place/*~; \
93 rm -f "test-place/$$f"; \
99 ls test-place; \
100 ! ls test-place | grep . >/dev/null ; \
102 rm -rf test-place ; \
H A DMakefile.in498 @mkdir test-place; \
499 cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
500 rm test-place/*~; \
503 rm -f "test-place/$$f"; \
509 ls test-place; \
510 ! ls test-place | grep . >/dev/null ; \
512 rm -rf test-place ; \
H A DMakefile498 @mkdir test-place; \
499 cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \
500 rm test-place/*~; \
503 rm -f "test-place/$$f"; \
509 ls test-place; \
510 ! ls test-place | grep . >/dev/null ; \
512 rm -rf test-place ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dhead.S52 dsll t1, NASID_SHFT # Shift text nasid into place
58 dsll t1, 6 # Get pfn into place
59 dsll t2, 6 # Get pfn into place
92 /* Fortunately CU 0 is in the same place in both registers */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S44 mov %cs, %ax # Code and data in the same place
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c2732 static char *place = EMSG; /* option letter processing */ local
2735 if (!*place) {
2737 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) {
2738 place = EMSG;
2741 // place now points to the first char past the initial '-'
2742 if (place[0] == '-') {
2745 if (place[1] == '\0')
2749 place = EMSG;
2755 if ((optopt = (int)*place
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dk8temp.c49 u32 temp[2][2]; /* core, place */
116 int place = attr->index; local
120 TEMP_FROM_REG(data->temp[core][place]));
123 /* core, place */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S260 # we do this here because it is the last place we can actually
340 # we store the 0xe801 memory size in a completely different place,
344 # to write everything into the same place.)
470 movw $0x40, %si # place voyager info in apm table
580 # Now we move the system to its rightful place ... but we check if we have a
668 end_move_self: # now we are at the right place
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l7filter/regexp/
H A Dregexp.c212 * place to put the code. So we cheat: we compile it twice, once with code
634 register char *place; local
647 place = opnd; /* Op node, where operand used to be. */
648 *place++ = op;
649 *place++ = '\0';
650 *place++ = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/l7filter/regexp/
H A Dregexp.c212 * place to put the code. So we cheat: we compile it twice, once with code
634 register char *place; local
647 place = opnd; /* Op node, where operand used to be. */
648 *place++ = op;
649 *place++ = '\0';
650 *place++ = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk42 # into the right place (but see the note about this below).
77 # Copy the licence to a place where Android will find it.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dumul.S111 addcc %o4, %o2, %o1 ! add compensation and put upper half in place
H A Dmul.S74 ! and put upper half in place
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dsleep.S91 @@ the data segment can be the only place to put this code.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S192 # jump to place where we left off
207 # %eax: place to copy wakeup routine to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dgen_except.S79 orl %d1,%d0 |put it in the right place
83 orl %d1,%d0 |put them in the right place
198 orl %d1,%d0 |put it in the right place
202 orl %d1,%d0 |put them in the right place
310 orl %d1,%d0 |put it in the right place
314 orl %d1,%d0 |put them in the right place
432 movew #8,%d1 | place unimp frame instead
447 movew #10,%d1 | place unimp frame instead

Completed in 299 milliseconds

123