Searched refs:str (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/src/
H A Dnss_crypto_dbg.h29 static inline void nss_crypto_dump_desc(struct nss_crypto_bam_desc *head, uint32_t num, uint8_t *str) argument
35 nss_crypto_dbg("========== %s ===========\n", str);
48 static inline void nss_crypto_dump_cblk(struct nss_crypto_bam_cmd *cmd, uint32_t len, uint8_t *str) argument
52 nss_crypto_dbg("========== %s:CMD Block[%d] ===========\n", str, len);
64 static inline void nss_crypto_dump_buf(uint8_t *buf, uint32_t buf_len, uint8_t *str) argument
68 nss_crypto_dbg("===== :%s: ===== \n", str);
83 #define nss_crypto_dump_desc(head, num, str)
84 #define nss_crypto_dump_cblk(cmd, len, str)
85 #define nss_crypto_dump_buf(buf, len, str)
/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dstdio.h9 int puts(const char *str);
14 int strlen(const char *str);
H A Dcom.c178 int puts(const char *str) argument
180 while(*str != 0) {
181 at91_serial_putc(*str);
182 str++;
202 int strlen(const char *str) argument
206 if(str == (char *)0)
209 while(*str++ != 0)
H A Dasm_isr.S37 str r14, [r14, #AIC_IVR]
67 str r0, [r0, #AIC_EOICR]
H A Dasm_mci_isr.S37 str r14, [r14, #AIC_IVR]
67 str r0, [r0, #AIC_EOICR]
/netgear-R7800-V1.0.2.28/package/hotplug2/files/
H A Dhotplug2.testbusy18 str="`/bin/config get $1`"
19 volume="`echo "$str" | cut -d'*' -f1`"
20 device="`echo "$str" | cut -d'*' -f2`"
/netgear-R7800-V1.0.2.28/package/pot/src/
H A Dexcmd.c37 char str[128]; local
66 strftime(str, sizeof(str), "%T, %b %d, %Y",localtime(ntptime));
69 FIRST_NTP_TIME_OFFSET, str);
73 strftime(str, sizeof(str), "%T, %b %d, %Y", localtime(ntptime));
75 FIRST_NTP_TIME_OFFSET, str);
80 strftime(str, sizeof(str), "%T, %b %d, %Y", localtime(ntptime));
82 FIRST_NTP_TIME_OFFSET, str);
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/xway/
H A Dmach-gigasx76x.c43 setup_ethaddr(char *str) argument
45 if (!mac_pton(str, ltq_ethaddr))
61 setup_board(char *str) argument
63 if (!strcmp(str, "sx761"))
65 else if (!strcmp(str, "sx762"))
67 else if (!strcmp(str, "sx763"))
H A Dmach-h201l.c36 setup_ethaddr(char *str) argument
38 if (!mac_pton(str, ltq_ethaddr))
/netgear-R7800-V1.0.2.28/scripts/
H A Dtimestamp.pl39 my $str = shift @ARGV;
40 $options{"findopts"} .= " -and -not -path '".$str."'"
H A Dmetadata.pm18 my $str;
21 $str .= (($_ and $prefix) ? $prefix . $_ : $_);
24 return $str ? $str : "";
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Ddevtree.h47 extern struct devtree_node *devtree_find_node(const char *str);
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dconfdata.c387 const char *str; local
443 str = menu_get_prompt(menu);
447 "#\n", str);
479 str = sym_get_string_value(sym);
482 l = strcspn(str, "\"\\");
484 fwrite(str, l, 1, out);
486 str += l;
487 while (*str == '\\' || *str == '"') {
488 fprintf(out, "\\%c", *str);
[all...]
H A Dzconf.l50 void append_string(const char *str, int size)
59 memcpy(text + text_size, str, size);
64 void alloc_string(const char *str, int size)
67 memcpy(text, str, size);
76 int str = 0;
128 str = yytext[0];
170 if (str == yytext[0]) {
H A Dsymbol.c166 char str[64]; local
189 sprintf(str, "%d", val2);
191 sprintf(str, "0x%x", val2);
192 sym->curr.val = strdup(str);
498 bool sym_string_valid(struct symbol *sym, const char *str) argument
506 ch = *str++;
508 ch = *str++;
511 if (ch == '0' && *str != 0)
513 while ((ch = *str++)) {
519 if (str[
541 sym_string_within_range(struct symbol *sym, const char *str) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr2/
H A DmvDramIfConfig.S138 str r4, [r1]
141 str r4, [r1]
144 str r4, [r1]
150 str r4, [r1]
156 str r4, [r1]
162 str r4, [r1]
168 str r4, [r1]
174 str r4, [r1]
180 str r4, [r1]
186 str r
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/
H A Ddbg-trace.c10 char str[STR_LEN]; member in struct:trace
63 vsprintf(trc->str,fmt,args);
97 printk(": %s",p->str);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Ddevtree.c157 struct devtree_node *devtree_find_node(const char *str) argument
166 if (strcmp(p->name, str) == 0) {
H A Dtraps.c146 static void trap_print_information(const char *str, struct pt_regs *regs) argument
168 printk(KERN_WARNING "%s: Causes: 0x%08x\n", str,
323 void die_if_kernel(char *str, struct pt_regs *regs, long trap_cause) argument
332 trap_print_information(str, regs);
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dmtd.c147 char *str = NULL; local
151 str = strdup(mtd);
152 mtd = str;
173 if (str)
174 free(str);
184 char *str = NULL; local
188 str = strdup(mtd);
189 mtd = str;
215 if (str)
216 free(str);
293 char *str = NULL; local
[all...]
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/ddr1_2/
H A DmvDramIfConfig.S140 str r4, [r1]
146 str r4, [r1]
152 str r4, [r1]
158 str r4, [r1]
163 str r4, [r1]
169 str r4, [r1]
175 str r4, [r1]
199 str r4, [r1]
234 str r4, [r1]
264 str r
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/serial/
H A Dubi32_uarttio.c739 static int ubi32_uarttio_parse_param(char *str) argument
756 res = get_option(&str, &i);
828 res = get_option(&str, &i);
870 char *str = utio_ports_param; local
886 while (*str) {
887 if (*str == ',') {
888 *str++ = 0;
891 str++;
894 if (!*str) {
911 ret = ubi32_uarttio_parse_param(str);
1085 ubi32_uarttio_setup(char *str) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/shell_lib/
H A Dshell.c175 cmd_strtol(char *str, a_uint32_t * arg_val) argument
177 if (str[0] == '0' && (str[1] == 'x' || str[1] == 'X'))
178 sscanf(str, "%x", arg_val);
180 sscanf(str, "%d", arg_val);
/netgear-R7800-V1.0.2.28/package/swconfig/src/
H A Dswlib.h218 * @str: string value
222 int port_vlan, const char *str);
/netgear-R7800-V1.0.2.28/package/netatalk-utility/src/
H A Dwol.c81 int parse_mac(unsigned char *mac, char *str) { argument
94 c = toupper(*str++);
103 str--;
113 if (*str)

Completed in 206 milliseconds

123