Searched refs:letter (Results 26 - 50 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat12 rem <NetWare drive> - any mapped drive letter
107 echo [NetWare drive] - any mapped drive letter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py1962 letter = None variable in class:docBuilder
1966 if id[0] != letter:
1967 if letter != None:
1968 output.write(" </letter>\n")
1969 letter = id[0] variable in class:docBuilder
1970 output.write(" <letter name='%s'>\n" % (letter))
1972 if letter != None:
1973 output.write(" </letter>\n")
1990 letter variable in class:docBuilder
2009 letter = id[0] variable in class:docBuilder
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c278 /* Like setbit, but if case is folded, set both cases of a letter. */
1458 state. Newline and letter tell whether we got here on a newline or
1459 letter, respectively. */
1461 state_index (struct dfa *d, position_set const *s, int newline, int letter) argument
1468 letter = letter ? 1 : 0;
1477 || newline != d->states[i].newline || letter != d->states[i].letter)
1494 d->states[i].letter = letter;
2404 int letter = 0; local
2455 int letter = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/
H A DMakefile896 $(MKDIR_P) "$$dest/pdf-a4" "$$dest/pdf-letter" "$$dest/txt" && \
902 sh "$(srcdir)/build-aux/manconv.sh" pdf letter \
904 > "$$dest/pdf-letter/$$BASE-letter.pdf" && \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.c287 int letter, const char *buf)
299 av_dlog(s, "sdp: %c='%s'\n", letter, buf);
302 if (s1->skip_media && letter != 'm')
304 switch (letter) {
487 int letter; local
503 letter = *p;
504 if (letter == '\0')
518 sdp_parse_line(s, s1, letter, buf);
286 sdp_parse_line(AVFormatContext *s, SDPParseState *s1, int letter, const char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.c336 int letter, const char *buf)
349 av_dlog(s, "sdp: %c='%s'\n", letter, buf);
352 if (s1->skip_media && letter != 'm')
354 switch (letter) {
616 int letter, i; local
631 letter = *p;
632 if (letter == '\0')
646 sdp_parse_line(s, s1, letter, buf);
335 sdp_parse_line(AVFormatContext *s, SDPParseState *s1, int letter, const char *buf) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlocale.tex191 given locale, specified either as a two letter ISO language code (for example,
209 one that is used on UNIX systems: it is a two- or five-letter string in xx or
392 \docparam{szShort}{The standard 2 letter locale abbreviation; it is used as the
431 given a two letter ISO language code, use
H A Dsrchctrl.tex39 \twocolitem{\windowstyle{wxTE\_CAPITALIZE}}{On PocketPC and Smartphone, causes the first letter to be capitalized.}
H A Dre_syntax.tex185 \twocolitem{{\bf alpha}}{A letter.}
186 \twocolitem{{\bf upper}}{An upper-case letter.}
187 \twocolitem{{\bf lower}}{A lower-case letter.}
190 \twocolitem{{\bf alnum}}{An alphanumeric (letter or digit).}
H A Dtunicode.tex69 (and C++) way: just put the letter {\tt 'L'} after any string constant and it
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c1488 [RETURNS] The drive letter.
1491 char letter = 'y'; /* 121 */ local
1503 letter = c;
1512 ++letter;
1513 return letter;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dreg.c184 static bool is_alpha_upper(char letter) argument
187 if (letter >= 65 && letter <= 90)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dusb_hotplug.c441 char letter = 'a' + 16*(major_no/64) + minor_no/16; local
569 sprintf(max_sectors_file, "/sys/block/sd%c/device/max_sectors", letter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtransfer.c1435 char letter; /* used for a silly sscanf */ local
1437 return (2 == sscanf(url, "%15[^?&/:]://%c", prot, &letter)) ? TRUE : FALSE;
1478 /* First we need to find out if there's a ?-letter in the URL,
1545 slash, if there's a ?-letter before it! */
1555 ?-letter as well! */
1565 letter we replace each space with %20 while it is replaced with '+'
1566 on the right side of the '?' letter.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-usermod63 print " -D sambaHomeDrive (letter associated with home share, like 'H:')\n";
601 sambaHomeDrive (letter associated with home share, like 'H:')
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcftoken.l75 letter [A-Za-z]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html994 # if set and $SPLIT is set, then split index pages at the next letter
3144 foreach my $letter(keys (%{$unicode_accents{$command}}))
3146 $transliterate_accent_map{$unicode_accents{$command}->{$letter}}
3147 = $letter
3148 unless (exists($transliterate_map{$unicode_accents{$command}->{$letter}}));
3797 'a.summary-letter' => 'text-decoration: none',
5416 # format a letter entry in an index page. The letter entry contains
5417 # the index entries for the words beginning with that letter. It is
5421 # the letter
[all...]
H A Dtexinfo.tex3261 % Allow an optional argument of an uppercase letter, lowercase letter,
3272 % letter. Otherwise, the only valid thing it can be is a number.
3279 % A ``lowercase letter'' is one whose \lccode is nonzero.
3280 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3290 % It's a letter.
3292 \lowercaseenumerate % lowercase letter
3294 \uppercaseenumerate % uppercase letter
3311 % The starting (lowercase) letter is in \thearg.
3324 % The starting (uppercase) letter i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c987 print_iface(char letter, const char *iface, const unsigned char *mask, argument
995 printf("%s -%c ", invert ? " !" : "", letter);
H A Diptables.c1023 print_iface(char letter, const char *iface, const unsigned char *mask, argument
1031 printf("%s -%c ", invert ? " !" : "", letter);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c987 print_iface(char letter, const char *iface, const unsigned char *mask, argument
995 printf("%s -%c ", invert ? " !" : "", letter);
H A Diptables.c1012 print_iface(char letter, const char *iface, const unsigned char *mask, argument
1020 printf("%s -%c ", invert ? " !" : "", letter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3464 % Allow an optional argument of an uppercase letter, lowercase letter,
3475 % letter. Otherwise, the only valid thing it can be is a number.
3482 % A ``lowercase letter'' is one whose \lccode is nonzero.
3483 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3493 % It's a letter.
3495 \lowercaseenumerate % lowercase letter
3497 \uppercaseenumerate % uppercase letter
3514 % The starting (lowercase) letter is in \thearg.
3527 % The starting (uppercase) letter i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3231 % Allow an optional argument of an uppercase letter, lowercase letter,
3242 % letter. Otherwise, the only valid thing it can be is a number.
3249 % A ``lowercase letter'' is one whose \lccode is nonzero.
3250 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3260 % It's a letter.
3262 \lowercaseenumerate % lowercase letter
3264 \uppercaseenumerate % uppercase letter
3281 % The starting (lowercase) letter is in \thearg.
3294 % The starting (uppercase) letter i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex3261 % Allow an optional argument of an uppercase letter, lowercase letter,
3272 % letter. Otherwise, the only valid thing it can be is a number.
3279 % A ``lowercase letter'' is one whose \lccode is nonzero.
3280 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3290 % It's a letter.
3292 \lowercaseenumerate % lowercase letter
3294 \uppercaseenumerate % uppercase letter
3311 % The starting (lowercase) letter is in \thearg.
3324 % The starting (uppercase) letter i
[all...]

Completed in 476 milliseconds

123