| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | genksyms.c | 71 static struct string_list *mk_node(const char *string); 190 strcmp(defn->string, "}") == 0 && in is_unknown_symbol() 192 strcmp(defn->string, "UNKNOWN") == 0 && in is_unknown_symbol() 194 strcmp(defn->string, "{") == 0); in is_unknown_symbol() 337 free(node->string); in free_node() 350 static struct string_list *mk_node(const char *string) in mk_node() argument 355 newnode->string = xstrdup(string); in mk_node() 384 newnode->string = xstrdup(node->string); in copy_node() 409 if (a->tag != b->tag || strcmp(a->string, b->string)) in equal_list() 424 .string = buffer, in read_node() [all …]
|
| H A D | parse.y | 221 add_symbol(i->string, SYM_STRUCT, s, is_extern); 228 add_symbol(i->string, SYM_UNION, s, is_extern); 235 add_symbol(i->string, SYM_ENUM, s, is_extern); 297 current_name = (*$1)->string; 468 const char *name = strdup((*$1)->string); 473 const char *name = strdup((*$1)->string); 489 { export_symbol((*$3)->string); $$ = $5; }
|
| H A D | parse.c_shipped | 76 #include <string.h> 1174 heuristic is that double-quoting is unnecessary unless the string 1306 produced a string with the wrong number of "%s"s. */ 1842 add_symbol(i->string, SYM_STRUCT, s, is_extern); 1854 add_symbol(i->string, SYM_UNION, s, is_extern); 1866 add_symbol(i->string, SYM_ENUM, s, is_extern); 1945 current_name = (*(yyvsp[(1) - (1)]))->string; 2260 const char *name = strdup((*(yyvsp[(1) - (1)]))->string); 2270 const char *name = strdup((*(yyvsp[(1) - (3)]))->string); 2294 { export_symbol((*(yyvsp[(3) - (5)]))->string); (yyval) = (yyvsp[(5) - (5)]); ;}
|
| /utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/ |
| H A D | drvIPAUTH.c | 500 void MDrv_AUTH_MDString(MS_U8 *string, MS_U8 *digest, MS_U8 *key) in MDrv_AUTH_MDString() argument 503 MS_U16 len = strlen ((char*)string); in MDrv_AUTH_MDString() 511 MDrv_AUTH_MD5Update (&context, string, len); in MDrv_AUTH_MDString() 523 void MApi_AUTH_Process(MS_U8 *string, MS_U8 *hash) in MApi_AUTH_Process() argument 545 IPAUTH_LOGD("string len:%d\n",(MS_S32)strlen((char*)string)); in MApi_AUTH_Process() 547 if(strlen((char*)string) == 80) in MApi_AUTH_Process() 549 strncpy(t, (char*)string + 16, 32); in MApi_AUTH_Process() 555 strncpy(t, (char*)string, 16); in MApi_AUTH_Process() 556 strncpy(t+16, (char*)string+48, 32); in MApi_AUTH_Process() 558 strncpy((char*)string, t, 49); in MApi_AUTH_Process() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.tab.c | 186 char *string; member 1642 { zconf_error("unknown statement \"%s\"", (yyvsp[(2) - (4)].string)); ;} 1659 { zconf_error("unknown option \"%s\"", (yyvsp[(1) - (3)].string)); ;} 1670 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); 1673 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string… 1688 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); 1691 …(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string)); 1720 menu_add_prompt(P_PROMPT, (yyvsp[(2) - (4)].string), (yyvsp[(3) - (4)].expr)); 1740 menu_add_symbol(P_SELECT, sym_lookup((yyvsp[(2) - (4)].string), 0), (yyvsp[(3) - (4)].expr)); 1756 …struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].string))… [all …]
|
| H A D | zconf.tab.c_shipped | 88 #include <string.h> 186 char *string; 1125 heuristic is that double-quoting is unnecessary unless the string 1257 produced a string with the wrong number of "%s"s. */ 1642 { zconf_error("unknown statement \"%s\"", (yyvsp[(2) - (4)].string)); ;} 1659 { zconf_error("unknown option \"%s\"", (yyvsp[(1) - (3)].string)); ;} 1670 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); 1673 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string… 1688 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); 1691 …(DEBUG_PARSE, "%s:%d:menuconfig %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string)); [all …]
|
| H A D | zconf.y | 43 char *string; member 61 %token <string> T_HELPTEXT 74 %token <string> T_WORD 75 %token <string> T_WORD_QUOTE 86 %type <string> prompt 93 %type <string> symbol_option_arg word_opt
|
| H A D | lex.zconf.c | 1112 zconflval.string = text; 1184 zconflval.string = text; 1215 zconflval.string = text; 1233 zconflval.string = text; 1248 zconflval.string = text; 2325 zconflval.string = text; in zconf_endhelp()
|
| H A D | lex.zconf.c_shipped | 39 #include <string.h> 785 #include <string.h> 935 /* This used to be an fputs(), but since the string might contain NUL's, 1112 zconflval.string = text; 1184 zconflval.string = text; 1215 zconflval.string = text; 1233 zconflval.string = text; 1248 zconflval.string = text; 2060 /** Setup the input buffer state to scan a string. The next call to zconflex() will 2062 * @param yystr a NUL-terminated string to scan [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/ |
| H A D | nis_object.x | 57 string zattr_ndx<>; /* name of the index */ 61 typedef string nis_name<>; /* The NIS name itself. */ 132 string uaddr<>; 133 string family<>; /* Transport family (INET, OSI, etc) */ 134 string proto<>; /* Protocol (TCP, UDP, CLNP, etc) */ 178 string en_type<>; /* Type of entry such as "passwd" */ 231 string tc_name<64>; /* Column Name */ 237 string ta_type<64>; /* Table type such as "passwd" */ 241 string ta_path<>; /* A search path for this table */
|
| H A D | yppasswd.x | 49 string pw_name<>; /* username */ 50 string pw_passwd<>; /* encrypted password */ 53 string pw_gecos<>; /* in real life name */ 54 string pw_dir<>; /* home directory */ 55 string pw_shell<>; /* default shell */ 59 string oldpass<>; /* unencrypted old password */
|
| H A D | sm_inter.x | 66 string mon_name<SM_MAXSTRLEN>; 70 string my_name<SM_MAXSTRLEN>; /* name of the site initiating the monitoring request*/ 77 string mon_name<SM_MAXSTRLEN>; /* name of the site to be monitored */ 113 string mon_name<SM_MAXSTRLEN>;
|
| H A D | bootparam_prot.x | 55 typedef string bp_machine_name_t<MAX_MACHINE_NAME>; 56 typedef string bp_path_t<MAX_PATH_LEN>; 57 typedef string bp_fileid_t<MAX_FILEID>;
|
| H A D | nlm_prot.x | 57 string caller_name<LM_MAXSTRLEN>; 114 string caller_name<LM_MAXSTRLEN>; 134 string name<MAXNAMELEN>;
|
| H A D | yp.x | 77 typedef string domainname<YPMAXDOMAIN>; 78 typedef string mapname<YPMAXMAP>; 79 typedef string peername<YPMAXPEER>;
|
| H A D | rusers.x | 39 string ut_user<RUSERS_MAXUSERLEN>; /* aka ut_name */ 40 string ut_line<RUSERS_MAXLINELEN>; /* device */ 41 string ut_host<RUSERS_MAXHOSTLEN>; /* host user logged on from */
|
| /utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/ |
| H A D | drvHVD_def.h | 362 … MS_U8 string[17] ; \ 365 … HVD_memset(string , 0 , sizeof(string)); \ 373 … string[i] = *(temp + i); \ 375 …string[i] = '.'; … 378 …9), *(temp + 10), *(temp + 11), *(temp + 12), *(temp + 13), *(temp + 14), *(temp + 15) , string); \ 388 HVD_memset(string , 0 , sizeof(string)); \ 392 string[i] = *(temp + i); \ 394 … string[i] = '.'; \ 401 …HVD_MSG_DEG(" %s\n" , string); …
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/ |
| H A D | drvHVD_def.h | 419 … MS_U8 string[17] ; \ 422 … memset(string , 0 , sizeof(string)); \ 430 … string[i] = *(temp + i); \ 432 …string[i] = '.'; … 435 …9), *(temp + 10), *(temp + 11), *(temp + 12), *(temp + 13), *(temp + 14), *(temp + 15) , string); \ 445 memset(string , 0 , sizeof(string)); \ 449 string[i] = *(temp + i); \ 451 … string[i] = '.'; \ 458 …HVD_EX_MSG_DBG(" %s\n" , string); …
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | Kconfig | 230 string 338 string 375 string 437 string 497 string 556 string 628 string "CROSS COMPILE" 634 string "Cross compiler version" 641 string "Endian" 673 string [all …]
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/ |
| H A D | drvHVD_def.h | 421 … MS_U8 string[17] ; \ 424 … memset(string , 0 , sizeof(string)); \ 432 … string[i] = *(temp + i); \ 434 …string[i] = '.'; … 437 …9), *(temp + 10), *(temp + 11), *(temp + 12), *(temp + 13), *(temp + 14), *(temp + 15) , string); \ 447 memset(string , 0 , sizeof(string)); \ 451 string[i] = *(temp + i); \ 453 … string[i] = '.'; \ 460 …HVD_EX_MSG_DBG(" %s\n" , string); …
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/ |
| H A D | drvHVD_def.h | 431 … MS_U8 string[17] ; \ 434 … memset(string , 0 , sizeof(string)); \ 442 … string[i] = *(temp + i); \ 444 …string[i] = '.'; … 447 …9), *(temp + 10), *(temp + 11), *(temp + 12), *(temp + 13), *(temp + 14), *(temp + 15) , string); \ 457 memset(string , 0 , sizeof(string)); \ 461 string[i] = *(temp + i); \ 463 … string[i] = '.'; \ 470 …HVD_EX_MSG_DBG(" %s\n" , string); …
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | show_delta | 13 import string 49 (time_str, rest) = string.split(line[1:],']',1) 50 time = string.atof(time_str) 114 if string.find(rest, base_str)==1:
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | flattree.c | 52 void (*string)(void *, char *, int); member 109 .string = bin_emit_string, 235 .string = asm_emit_string, 269 emit->string(etarget, tree->fullpath, 0); in flatten_tree() 271 emit->string(etarget, tree->name, 0); in flatten_tree() 302 emit->string(etarget, tree->name, tree->basenamelen); in flatten_tree()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | asm.h | 203 #define PRINT(string) \ argument 209 TEXT(string) 219 #define TTABLE(string) \ argument 224 1: .asciz string; \
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 663 static char *next_string(char *string, unsigned long *secsize) in next_string() argument 666 while (string[0]) { in next_string() 667 string++; in next_string() 673 while (!string[0]) { in next_string() 674 string++; in next_string() 678 return string; in next_string()
|