Searched refs:types (Results 251 - 275 of 4414) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/usr.sbin/kgzip/
H A Dkgz.h32 #include <sys/types.h>
/freebsd-11.0-release/contrib/less/
H A Dmkutable6 -n = take non-matching types
24 my %types;
28 $types{$arg} = 1;
30 my %out = ( 'types' => \%types );
52 my $match = ${${$out}{types}}{$type};
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py54 if isgroup and "posixgroup" not in options.types and \
55 "smbgroup" not in options.types:
57 if not isgroup and "posixuser" not in options.types and \
58 "smbuser" not in options.types:
77 if typename.lower().replace(" ", "") not in options.types:
154 types = ("all", "posixuser", "smbuser", "posixgroup", "smbgroup")
179 parser.add_option("-t", dest="types", metavar="type[,...]",
181 help=_("print only these types (eg posixuser,smbuser,posixgroup,smbgroup,all)"))
193 options.types = options.types
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DInputInfo.h43 types::ID Type;
46 static types::ID GetActionType(const Action *A) {
47 return A != nullptr ? A->getType() : types::TY_Nothing;
55 InputInfo(types::ID _Type, const char *_Filename, const char *_BaseInput)
64 InputInfo(types::ID _Type, const llvm::opt::Arg *_InputArg,
78 types::ID getType() const { return Type; }
/freebsd-11.0-release/usr.bin/mklocale/
H A Dyacc.y68 rune_map types = { { 0 }, NULL };
136 { set_map(&types, $2, $1); }
142 { set_digitmap(&types, $2); }
360 list->types = xlalloc(run);
362 list->types[i] = flag;
377 list->types = xlalloc(run);
379 list->types[i] = flag;
392 list->types = xlalloc(run);
394 list->types[i] = flag;
433 r->types[
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/ipc/
H A Dhi_locl.h38 #include <sys/types.h>
56 #include <krb5-types.h>
/freebsd-11.0-release/contrib/smbfs/lib/smb/
H A Dkiconv.c36 #include <sys/types.h>
44 #include <sys/types.h>
/freebsd-11.0-release/include/rpcsvc/
H A Dnis_cache.x46 %#include <rpc/types.h>
/freebsd-11.0-release/lib/clang/include/llvm/Support/
H A DDataTypes.h2 /*===-- include/Support/DataTypes.h - Define fixed size types -----*- C -*-===*\
11 |* This file contains definitions to figure out the size of _HOST_ data types.*|
16 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
67 #include <sys/types.h>
85 #include <sys/types.h>
/freebsd-11.0-release/contrib/binutils/binutils/
H A Drdcoff.c77 /* This structure is used to map symbol indices to types. */
83 /* Basic types. */
109 coff_get_slot (struct coff_types *types, int indx)
113 pps = &types->slots;
139 struct coff_types *types, long coff_symno, int ntype,
153 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
159 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
187 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
191 types,
212 slot = coff_get_slot (types, pauxen
108 coff_get_slot(struct coff_types *types, int indx) argument
137 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
234 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
374 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
550 parse_coff_symbol(bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, asymbol *sym, long coff_symno, struct internal_syment *psyment, void *dhandle, debug_type type, bfd_boolean within_function) argument
658 struct coff_types types; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin2.d34 #include <sys/types.h>
/freebsd-11.0-release/lib/libkiconv/
H A Dxlat16_sysctl.c42 #include <sys/types.h>
73 #include <sys/types.h>
/freebsd-11.0-release/crypto/heimdal/lib/hdb/
H A Dhdb_locl.h46 #include <sys/types.h>
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dmemmove.c41 #include <sys/types.h>
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dprivate.h18 #include <sys/types.h>
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dflags.c17 #include <sys/types.h>
/freebsd-11.0-release/contrib/openpam/lib/libpam/
H A Dpam_prompt.c42 #include <sys/types.h>
/freebsd-11.0-release/contrib/tcpdump/
H A Dvfprintf.c26 #include <sys/types.h>
/freebsd-11.0-release/contrib/unbound/compat/
H A Dreallocarray.c19 #include <sys/types.h>
/freebsd-11.0-release/include/
H A Dftw.h28 #include <sys/types.h>
/freebsd-11.0-release/lib/libc/aarch64/gen/
H A Dfpsetmask.c33 #include <sys/types.h>
/freebsd-11.0-release/lib/libc/arm/gen/
H A Dfpsetmask_vfp.c31 #include <sys/types.h>
H A Dfpsetsticky_vfp.c31 #include <sys/types.h>
/freebsd-11.0-release/lib/libc/gen/
H A Dfeature_present.c34 #include <sys/types.h>
H A Dgetosreldate.c36 #include <sys/types.h>

Completed in 235 milliseconds

<<11121314151617181920>>