/system/bluetooth/tools/ |
sock_shutdown_test.c | 264 } type_table[] = { variable in typeref:struct:__anon25679 278 for (i = 0; type_table[i].name; i++) { 279 printf("\t%s\n", type_table[i].name); 295 for (i = 0; type_table[i].name; i++) { 296 if (!strcmp(argv[1], type_table[i].name)) { 297 type = type_table[i].type; 307 printf("TYPE = %s ACTION = %s\n", type_table[type].name,
|
asocket_test.c | 692 } type_table[] = { variable in typeref:struct:__anon25675 706 for (i = 0; type_table[i].name; i++) { 707 printf("\t%s\n", type_table[i].name); 723 for (i = 0; type_table[i].name; i++) { 724 if (!strcmp(argv[1], type_table[i].name)) { 725 type = type_table[i].type; 735 printf("TYPE = %s ACTION = %s\n", type_table[type].name,
|
socktest.c | 766 } type_table[] = { variable in typeref:struct:__anon25681 780 for (i = 0; type_table[i].name; i++) { 781 printf("\t%s\n", type_table[i].name); 797 for (i = 0; type_table[i].name; i++) { 798 if (!strcmp(argv[1], type_table[i].name)) { 799 type = type_table[i].type; 809 printf("TYPE = %s ACTION = %s\n", type_table[type].name,
|
/external/e2fsprogs/ext2ed/ |
init.c | 210 struct type_table { struct 216 struct type_table type_table[] = { variable in typeref:struct:type_table 234 struct type_table *p; 239 for (p = type_table; p->name; p++) {
|