Searched refs:str (Results 226 - 250 of 3737) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_commands.c140 struct string_s *str = passed_args->str; local
149 strcatf(str, "<Item><Details>"
154 strcatf(str, "<SongTitle>%s</SongTitle>", title);
156 strcatf(str, "<AlbumYear>%.*s</AlbumYear>", 4, date);
161 strcatf(str, "<Item><Details>"
172 strcatf(str, "<CaptureDate>0x%X</CaptureDate>", (unsigned int)mktime(&tm));
175 strcatf(str, "<Caption>%s</Caption>", comment);
181 strcatf(str, "<Item><Details>"
189 strcatf(str, "<EpisodeTitl
295 struct string_s str; local
337 struct string_s str; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dinspector.js101 str,
124 str = none;
141 str = mixed;
143 str = 'Finished';
145 str = 'Paused';
147 str = torrents[0].getStateString();
149 setTextContent(e.state_lb, str);
150 stateString = str;
157 str = none;
174 str
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/ssl/
H A Dcli.cpp36 char* str; local
79 str = X509_NAME_oneline (X509_get_subject_name (server_cert),0,0);
80 CHK_NULL(str);
81 printf ("\t subject: %s\n", str);
82 OPENSSL_free (str);
84 str = X509_NAME_oneline (X509_get_issuer_name (server_cert),0,0);
85 CHK_NULL(str);
86 printf ("\t issuer: %s\n", str);
87 OPENSSL_free (str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dconfig.h55 #define STRLEN(str) ((str)? strlen((char*)(str)):0)
79 #define STRLEN(str) ((str)? fstrlen((char FAR*)(str)):0)
88 #define STRLEN(str) ((str)? _fstrlen((char FAR*)(str)):0)
H A Diodbc.h18 # define STRLEN(str) ((str)? strlen((char*)(str)):0)
45 # define STRLEN(str) ((str)? fstrlen((char FAR*)(str)):0)
54 # define STRLEN(str) ((str)? _fstrlen((char FAR*)(str)):0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontpickercmn.cpp96 wxString str(s);
102 wxString size = str.AfterLast(wxT(' '));
106 str = str.Left(str.length() - size.length()) + wxT("1");
108 str = str.Left(str.length() - size.length()) +
112 if (!ret.SetNativeFontInfoUserDesc(str))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.h122 inline long StrToLong(const wxString& str) argument
125 if (!str.ToLong(&value)) { // value may be changed even if it failes according to wx docu
131 inline unsigned long StrToULong(const wxString& str) argument
134 if (!str.ToULong(&value)) {
140 inline unsigned long long StrToULongLong(const wxString& str) argument
144 if (!str.ToULongLong(&value)) {
151 Unicode2CharBuf buf = unicode2char(str);
211 * @param str The string to unescape.
214 wxString UnescapeHTML( const wxString& str );
252 * @param str Th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/ssl/
H A Dcli.cpp36 char* str; local
79 str = X509_NAME_oneline (X509_get_subject_name (server_cert),0,0);
80 CHK_NULL(str);
81 printf ("\t subject: %s\n", str);
82 OPENSSL_free (str);
84 str = X509_NAME_oneline (X509_get_issuer_name (server_cert),0,0);
85 CHK_NULL(str);
86 printf ("\t issuer: %s\n", str);
87 OPENSSL_free (str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/ssl/
H A Dcli.cpp36 char* str; local
79 str = X509_NAME_oneline (X509_get_subject_name (server_cert),0,0);
80 CHK_NULL(str);
81 printf ("\t subject: %s\n", str);
82 OPENSSL_free (str);
84 str = X509_NAME_oneline (X509_get_issuer_name (server_cert),0,0);
85 CHK_NULL(str);
86 printf ("\t issuer: %s\n", str);
87 OPENSSL_free (str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_ia5.c69 X509V3_CTX *ctx, char *str);
97 X509V3_CTX *ctx, char *str)
100 if (!str) {
107 if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char *)str,
108 strlen(str))) {
96 s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Ddebugfs.c46 const char *str; local
61 str = "open drain";
64 str = "push-pull";
67 str = "invalid";
70 seq_printf(s, "bus mode:\t%u (%s)\n", ios->bus_mode, str);
74 str = "don't care";
77 str = "active high";
80 str = "active low";
83 str = "invalid";
86 seq_printf(s, "chip select:\t%u (%s)\n", ios->chip_select, str);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip32/
H A Dip32-setup.c49 static inline void str2eaddr(unsigned char *ea, unsigned char *str) argument
56 if(*str == ':')
57 str++;
58 num = str2hexnum(*str++) << 4;
59 num |= (str2hexnum(*str++));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_ia5.c67 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
95 X509V3_CTX *ctx, char *str)
98 if(!str) {
103 if(!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char*)str,
104 strlen(str))) {
94 s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_ia5.c69 X509V3_CTX *ctx, char *str);
97 X509V3_CTX *ctx, char *str)
100 if (!str) {
107 if (!ASN1_STRING_set((ASN1_STRING *)ia5, (unsigned char *)str,
108 strlen(str))) {
96 s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_null.c66 static int null_puts(BIO *h, const char *str);
67 static int null_gets(BIO *h, char *str, int size);
145 static int null_puts(BIO *bp, const char *str) argument
147 if (str == NULL) return(0);
148 return(strlen(str));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr_prn.c66 void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u), argument
87 static int print_fp(const char *str, size_t len, void *fp) argument
94 return BIO_printf(&bio, "%s", str);
102 static int print_bio(const char *str, size_t len, void *bp) argument
104 return BIO_write((BIO *)bp, str, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_clist.h98 struct community_list_list str; member in struct:community_list_master
125 char *name, char *str, int direct, int style);
127 char *name, char *str, int direct, int style);
129 char *name, char *str, int direct, int style);
131 char *name, char *str, int direct, int style);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmachvec.c49 char str[64]; local
56 strlcpy(str, start + strlen("machvec="), sizeof(str));
57 if ( (end = strchr(str, ' ')) )
60 return machvec_init(str);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Dvcs_hook.c74 int hook_call_str(unsigned id, unsigned size, const char *str) argument
85 HOOK_DATA_BYTE(8 + i) = str[i];
93 void print_str(const char *str) argument
97 for (i = 1; str[i]; i++) ;
98 hook_call(hook_print_str, i, str);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dpm_slowclock.S128 str r3, [r2, #AT91_SDRAMC_SRR]
134 str r3, .saved_sam9_lpr
146 str r3, [r2, #AT91_DDRSDRC_LPR]
151 str r3, .saved_sam9_lpr
155 str r3, [r2, #AT91_SDRAMC_LPR]
160 str r3, .saved_mckr
166 str r3, [r1, #(AT91_PMC_MCKR - AT91_PMC)]
177 str r3, [r1, #(AT91_PMC_MCKR - AT91_PMC)]
184 str r3, .saved_pllar
188 str r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_null.c66 static int null_puts(BIO *h, const char *str);
67 static int null_gets(BIO *h, char *str, int size);
144 static int null_puts(BIO *bp, const char *str) argument
146 if (str == NULL)
148 return (strlen(str));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/err/
H A Derr_prn.c66 void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u), argument
89 static int print_fp(const char *str, size_t len, void *fp) argument
96 return BIO_printf(&bio, "%s", str);
105 static int print_bio(const char *str, size_t len, void *bp) argument
107 return BIO_write((BIO *)bp, str, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_null.c66 static int null_puts(BIO *h, const char *str);
67 static int null_gets(BIO *h, char *str, int size);
144 static int null_puts(BIO *bp, const char *str) argument
146 if (str == NULL)
148 return (strlen(str));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/err/
H A Derr_prn.c66 void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u), argument
89 static int print_fp(const char *str, size_t len, void *fp) argument
96 return BIO_printf(&bio, "%s", str);
105 static int print_bio(const char *str, size_t len, void *bp) argument
107 return BIO_write((BIO *)bp, str, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexthtml.cpp100 wxTextOutputStream str(stream, wxEOL_NATIVE, *conv);
102 wxTextOutputStream str(stream, wxEOL_NATIVE);
109 str << wxT("<html><head></head><body>\n");
111 OutputFont(currentParaStyle, str);
129 BeginParagraphFormatting(currentParaStyle, paraStyle, str);
139 BeginCharacterFormatting(currentCharStyle, charStyle, paraStyle, str);
149 str << text;
151 EndCharacterFormatting(currentCharStyle, charStyle, paraStyle, str);
161 EndParagraphFormatting(currentParaStyle, paraStyle, str);
163 str << wx
188 BeginCharacterFormatting(const wxTextAttrEx& currentStyle, const wxTextAttrEx& thisStyle, const wxTextAttrEx& WXUNUSED(paraStyle), wxTextOutputStream& str) argument
386 CloseLists(int level, wxTextOutputStream& str) argument
[all...]

Completed in 137 milliseconds

1234567891011>>