Searched refs:toupper (Results 201 - 225 of 327) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl541 set repl [ replicate [string toupper $s] $n_add ]
572 set repl [ replicate [string toupper $s] $n_add ]
589 set repl [ replicate [string toupper $s] $n_add ]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.c3637 toupper(out_path_ext[1]) != 'Z' ||
3638 toupper(out_path_ext[2]) != 'I' ||
3639 toupper(out_path_ext[3]) != 'P') {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c812 gOperation = toupper(gOperation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dwindow.cpp2340 // can't just use toupper() on id
2342 id = toupper(id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwxchar.cpp1825 WXDLLEXPORT int wxToupper(wxChar ch) { return (wxChar)toupper((char)(ch)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipsalgt.cpp1243 mode[i] = toupper(mode[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c1699 *s = toupper (*s);
1765 * Unlike the standard C library toupper() function, this only
1976 * comparison by calling toupper()/tolower(). These functions are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c909 nDrive = toupper(dir[0]) - '@';
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c605 munged[1] = toupper(munged[1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c1699 *s = toupper (*s);
1765 * Unlike the standard C library toupper() function, this only
1976 * comparison by calling toupper()/tolower(). These functions are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DHTMLparser.c237 #define UPPER (toupper(*ctxt->input->cur))
243 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drndis_wlan.c2987 priv->param_country[0] = toupper(priv->param_country[0]);
2988 priv->param_country[1] = toupper(priv->param_country[1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c237 #define UPPER (toupper(*ctxt->input->cur))
243 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c237 #define UPPER (toupper(*ctxt->input->cur))
243 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk298 |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c237 #define UPPER (toupper(*ctxt->input->cur))
243 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c304 "\7tolower" "\7toupper" NTC
1560 c[0] = toupper(c[0]);
2071 to_xxx = toupper;
H A Dvi.c3732 *dot = toupper(*dot);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c2488 row[DB_serial][i] = toupper((unsigned char)row[DB_serial][i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dconnect.c811 vol->source_rfc1001_name[i] = toupper(nodename[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c2488 row[DB_serial][i] = toupper((unsigned char)row[DB_serial][i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c2557 row[DB_serial][i] = toupper(row[DB_serial][i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dprocess.c377 && toupper(*G.answerbuf) == 'Y')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsymbol.c440 symbol_type = toupper(line[len]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_daap.c457 fl = toupper(fl);

Completed in 812 milliseconds

1234567891011>>