Searched refs:type_str (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/usb_id/
H A Dusb_id.c60 static char type_str[64]; variable
258 protocol = set_usb_mass_storage_ifsubtype(type_str, if_subclass, sizeof(type_str)-1);
260 set_usb_iftype(type_str, if_class_num, sizeof(type_str)-1);
307 set_scsi_type(type_str, scsi_type, sizeof(type_str)-1);
448 printf("ID_TYPE=%s\n", type_str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_synclists.c246 unstring server, type_str; local
266 !next_token(&ptr,type_str,NULL, sizeof(type_str)) ||
271 sscanf(type_str, "%X", &type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c433 const char *type_str; local
454 type_str = "V";
457 type_str = "A";
460 type_str = "S";
463 type_str = "?";
470 type_str,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/scsi_id/
H A Dscsi_id.c75 static char type_str[16]; variable
616 set_type(type_str, type, sizeof(type_str));
639 set_type(type_str, type, sizeof(type_str) - 1);
745 printf("ID_TYPE=%s\n", type_str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_mbstr.c68 static int type_str(unsigned long value, void *arg);
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
309 static int type_str(unsigned long value, void *arg) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_mbstr.c68 static int type_str(unsigned long value, void *arg);
161 if(traverse_string(in, len, inform, type_str, &mask) < 0) {
309 static int type_str(unsigned long value, void *arg) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_cipso_v4.c400 const char *type_str = "(unknown)"; local
414 type_str = "std";
418 type_str = "pass";
429 type_str,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dfilter.c602 filter_set_cisco (struct vty *vty, char *name_str, char *type_str,
618 if (strncmp (type_str, "p", 1) == 0)
620 else if (strncmp (type_str, "d", 1) == 0)
1162 filter_set_zebra (struct vty *vty, char *name_str, char *type_str,
1173 if (strncmp (type_str, "p", 1) == 0)
1175 else if (strncmp (type_str, "d", 1) == 0)
599 filter_set_cisco(struct vty *vty, char *name_str, char *type_str, char *addr_str, char *addr_mask_str, char *mask_str, char *mask_mask_str, int extended, int set) argument
1159 filter_set_zebra(struct vty *vty, char *name_str, char *type_str, afi_t afi, char *prefix_str, int exact, int set) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnutdec.c396 char name[256], str_value[1024], type_str[256]; local
425 get_str(bc, type_str, sizeof(type_str));
426 type= type_str;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_dump.c1499 char *type_str[] = {"hello", "dd", "ls-request", "ls-update", "ls-ack"};
1593 type_str[i],
1606 type_str[i], detail_str[conf_debug_ospf_packet[i]],
1490 char *type_str[] = {"hello", "dd", "ls-request", "ls-update", "ls-ack"}; local

Completed in 199 milliseconds