Searched refs:Type (Results 1 - 25 of 92) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dbackupfile.h42 # define VALID_BACKUP_TYPE(Type) \
43 ((Type) == none \
44 || (Type) == simple \
45 || (Type) == numbered_existing \
46 || (Type) == numbered)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dbackupfile.h42 # define VALID_BACKUP_TYPE(Type) \
43 ((Type) == none \
44 || (Type) == simple \
45 || (Type) == numbered_existing \
46 || (Type) == numbered)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java41 public class Type { class
101 public final static Type VOID_TYPE = new Type(VOID);
106 public final static Type BOOLEAN_TYPE = new Type(BOOLEAN);
111 public final static Type CHAR_TYPE = new Type(CHAR);
116 public final static Type BYTE_TYPE = new Type(BYTE);
121 public final static Type SHORT_TYP
178 private Type(final int sort) { method in class:Type
191 private Type(final int sort, final char[] buf, final int off, final int len) method in class:Type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Ddbinfo23 Type => "Btree",
39 Type => "Hash",
55 Type => "Queue",
123 File Type: Berkeley DB $type->{Type} file.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Ddbinfo23 Type => "Btree",
39 Type => "Hash",
55 Type => "Queue",
123 File Type: Berkeley DB $type->{Type} file.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/nbp/
H A Dnbpunrgstr.c60 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
101 * Get the name. If Type or Obj aren't specified, error.
103 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
107 if ( nbp_unrgstr( Obj, Type, Zone, &addr ) < 0 ) {
108 fprintf( stderr, "Can't unregister %s:%s@%s\n", Obj, Type,
H A Dnbprgstr.c43 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
87 * Get the name. If Type or Obj aren't specified, error.
89 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
102 if ( nbp_rgstr( &addr, Obj, Type, Zone ) < 0 ) {
104 fprintf( stderr, "Can't register %s:%s@%s\n", Obj, Type,
H A Dnbplkup.c45 static char *Type = "="; variable
119 if ( nbp_name( name, &Obj, &Type, &Zone )) {
133 if (( name = (char *)malloc( strlen( Type ) + 1 )) == NULL ) {
137 strcpy( name, Type );
138 Type = name;
154 if ( nbp_name( convname, &Obj, &Type, &Zone )) {
160 if (( c = nbp_lookup( Obj, Type, Zone, nn, nresp, &addr)) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/nbp/
H A Dnbpunrgstr.c60 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
101 * Get the name. If Type or Obj aren't specified, error.
103 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
107 if ( nbp_unrgstr( Obj, Type, Zone, &addr ) < 0 ) {
108 fprintf( stderr, "Can't unregister %s:%s@%s\n", Obj, Type,
H A Dnbprgstr.c43 char *Obj = NULL, *Type = NULL, *Zone = NULL; local
87 * Get the name. If Type or Obj aren't specified, error.
89 if ( nbp_name( convname, &Obj, &Type, &Zone ) || !Obj || !Type ) {
102 if ( nbp_rgstr( &addr, Obj, Type, Zone ) < 0 ) {
104 fprintf( stderr, "Can't register %s:%s@%s\n", Obj, Type,
H A Dnbplkup.c45 static char *Type = "="; variable
119 if ( nbp_name( name, &Obj, &Type, &Zone )) {
133 if (( name = (char *)malloc( strlen( Type ) + 1 )) == NULL ) {
137 strcpy( name, Type );
138 Type = name;
154 if ( nbp_name( convname, &Obj, &Type, &Zone )) {
160 if (( c = nbp_lookup( Obj, Type, Zone, nn, nresp, &addr)) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java71 import com.sleepycat.asm.Type;
101 PRIMITIVE_WRAPPERS.put(Boolean.class.getName(), Type.BOOLEAN);
102 PRIMITIVE_WRAPPERS.put(Character.class.getName(), Type.CHAR);
103 PRIMITIVE_WRAPPERS.put(Byte.class.getName(), Type.BYTE);
104 PRIMITIVE_WRAPPERS.put(Short.class.getName(), Type.SHORT);
105 PRIMITIVE_WRAPPERS.put(Integer.class.getName(), Type.INT);
106 PRIMITIVE_WRAPPERS.put(Long.class.getName(), Type.LONG);
107 PRIMITIVE_WRAPPERS.put(Float.class.getName(), Type.FLOAT);
108 PRIMITIVE_WRAPPERS.put(Double.class.getName(), Type.DOUBLE);
663 if (sort == Type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dlocale_hack.h48 # define dcgettext(Domain,Message,Type) (Message)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Di18n.h47 #define dcgettext(Domain,String,Type) (String)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Di18n.h40 # define dcgettext(Domain,Message,Type) (Message)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dfreecom.c52 u8 Type; /* Command type. */ member in struct:freecom_cb_wrap
59 u8 Type; /* Command type. */ member in struct:freecom_xfer_wrap
66 u8 Type; /* Type + IDE register. */ member in struct:freecom_ide_out
73 u8 Type; /* Type | IDE register. */ member in struct:freecom_ide_in
118 fxfr->Type = FCM_PACKET_INPUT | 0x00;
152 fxfr->Type = FCM_PACKET_OUTPUT | 0x00;
201 fcb->Type = FCM_PACKET_ATAPI | 0x00;
243 fcb->Type
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/arc/
H A Dhinv.h123 CONFIGTYPE Type; member in struct:component
169 MEMORYTYPE Type; member in struct:memorydescriptor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/arc/
H A Dhinv.h123 CONFIGTYPE Type; member in struct:component
169 MEMORYTYPE Type; member in struct:memorydescriptor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_config.c70 free(p->obj.Type);
102 char *Obj, *Type = "", *Zone = ""; local
134 if (nbp_name(options->server, &Obj, &Type, &Zone )) {
190 nbp_unrgstr(config->obj.Obj, config->obj.Type, config->obj.Zone,
250 char *Obj, *Type = "AFPServer", *Zone = "*"; local
279 if (nbp_name(convname, &Obj, &Type, &Zone )) {
286 /* dup Obj, Type and Zone as they get assigned to a single internal
291 if ((config->obj.Type = strdup(Type)) == NULL) {
298 free(config->obj.Type);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_config.c70 free(p->obj.Type);
102 char *Obj, *Type = "", *Zone = ""; local
134 if (nbp_name(options->server, &Obj, &Type, &Zone )) {
190 nbp_unrgstr(config->obj.Obj, config->obj.Type, config->obj.Zone,
242 char *Obj, *Type = "AFPServer", *Zone = "*"; local
271 if (nbp_name(convname, &Obj, &Type, &Zone )) {
278 /* dup Obj, Type and Zone as they get assigned to a single internal
283 if ((config->obj.Type = strdup(Type)) == NULL) {
290 free(config->obj.Type);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Ddabusb.h81 BYTE Type; member in struct:_INTEL_HEX_RECORD
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Dhost.h48 unsigned char Type; /* RIO_EISA, RIO_MCA, ... */ member in struct:Host
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgexec-115 "Content-Type: text/plain; charset=ISO-8859-1\n"
85 Content-Type: text/plain; charset=ISO-8859-1
H A Dmsgexec-412 "Content-Type: text/plain; charset=UTF-8\n"
81 Content-Type: text/plain; charset=UTF-8
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DRecordBrowser.cs60 public RecordType Type; field in struct:Avahi.RecordInfo
198 info.Type = (RecordType) type;

Completed in 300 milliseconds

1234