Searched refs:types (Results 1 - 25 of 4343) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/
H A Droaming_serv.c20 #include <sys/types.h>
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regress/
H A Dregress-7703.js53 types = [];
57 types[types.length] = (typeof x);
64 AddTestCase( "inspect(o),length", 2, types.length );
65 AddTestCase( "inspect(o)[0]", "number", types[0] );
66 AddTestCase( "inspect(o)[1]", "number", types[1] );
77 AddTestCase( "inspect_again(o),length", 2, types.length );
78 AddTestCase( "inspect_again(o)[0]", "number", types[0] );
79 AddTestCase( "inspect_again(o)[1]", "number", types[1] );
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dcscdefs.c1 #include <sys/types.h>
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcscdefs.c1 #include <sys/types.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/dir/
H A Ddirdb.h20 #include <isc/types.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/ldap/
H A Dldapdb.h1 #include <isc/types.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/pgsql/
H A Dpgsqldb.h20 #include <isc/types.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/sqlite/
H A Dsqlitedb.h20 #include <isc/types.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/tcl/
H A Dtcldb.h20 #include <isc/types.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/time/
H A Dtimedb.h20 #include <isc/types.h>
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfcntl-safer.h21 #include <sys/types.h>
H A Ddirfd.h20 #include <sys/types.h>
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dprintf-pos.c45 #include <sys/types.h>
72 /* An expandable array of types. */
74 enum typeid *table; /* table of types */
88 inittypes(struct typetable *types) argument
92 types->table = types->stattable;
93 types->tablesize = STATIC_ARG_TBL_SIZE;
94 types->tablemax = 0;
95 types->nextarg = 1;
97 types
104 freetypes(struct typetable *types) argument
116 _ensurespace(struct typetable *types) argument
133 addtype(struct typetable *types, enum typeid type) argument
143 addsarg(struct typetable *types, int flags) argument
164 adduarg(struct typetable *types, int flags) argument
188 addaster(struct typetable *types, char **fmtp) argument
214 addwaster(struct typetable *types, wchar_t **fmtp) argument
255 struct typetable types; /* table of types */ local
477 struct typetable types; /* table of types */ local
663 __grow_type_table(struct typetable *types) argument
695 build_arg_table(struct typetable *types, va_list ap, union arg **argtable) argument
[all...]
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_ipc_types.h29 #include <sys/types.h>
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dbuiltin.h25 #include <isc/types.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/sdb/bdb/
H A Dbdb.h23 #include <isc/types.h>
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/include/isc/
H A Dstat.h49 #include <sys/types.h>
/macosx-10.10.1/ntp-92/lib/isc/unix/include/isc/
H A Dstat.h49 #include <sys/types.h>
/macosx-10.10.1/swig-12/Lib/python/
H A Dwchar.i15 %types(wchar_t *);
/macosx-10.10.1/autofs-246/automountd/
H A Dnfs_subr.h34 #include <sys/types.h>
/macosx-10.10.1/emacs-93/emacs/mac/inc/
H A Dgrp.h24 #include <sys/types.h>
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dsocket.c25 #include <sys/types.h>
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DPasteboardTypes.mm48 static NSArray *types = retain([NSArray arrayWithObjects:WebArchivePboardType, NSHTMLPboardType, NSFilenamesPboardType, NSTIFFPboardType, NSPDFPboardType,
50 return types;
55 static NSArray *types = retain([NSArray arrayWithObjects:WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSFilenamesPboardType, nil]);
56 return types;
61 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, nil]);
62 return types;
67 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSRTFDPboardType, WebArchivePboardType, nil]);
68 return types;
73 static NSArray *types = retain([NSArray arrayWithObjects:WebArchivePboardType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, nil]);
74 return types;
[all...]
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkdc.c44 } types[] = { variable in typeref:struct:__anon523
70 for (n = 0; n < sizeof(types)/sizeof(types[0]); n++) {
71 if (strcasecmp(types[n].name, opt->type_string) == 0)
72 type = types[n].type;
74 if (n == sizeof(types)/sizeof(types[0])) {
75 printf("unknown type: %s\nAvailaile types are: \n", opt->type_string);
76 for (n = 0; n < sizeof(types)/sizeof(types[
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db_printlog/
H A Drectype.awk9 types[ntypes] = substr(RECTYPE, 1, ndx - 1);
13 types[ntypes] = RECTYPE;
19 if (index($1, types[i]) != 0) {

Completed in 300 milliseconds

1234567891011>>