Home
last modified time | relevance | path

Searched refs:set_type (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/apr/poll/unix/
H A Dselect.c41 apr_datatype_e set_type = APR_NO_DESC; in apr_poll() local
79 if (HAS_PIPES(set_type)) { in apr_poll()
83 set_type = APR_POLL_SOCKET; in apr_poll()
94 set_type = APR_POLL_FILE; in apr_poll()
129 if (HAS_PIPES(set_type)) { in apr_poll()
193 int set_type; member
218 pollset->p->set_type = APR_NO_DESC; in impl_pollset_create()
240 if (HAS_PIPES(pollset->p->set_type)) { in impl_pollset_add()
244 pollset->p->set_type = APR_POLL_SOCKET; in impl_pollset_add()
260 pollset->p->set_type = APR_POLL_FILE; in impl_pollset_add()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSetVector.h47 using set_type = Set; variable
275 set_type &set_;
278 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) in TestAndEraseFromSet()
291 set_type set_; ///< The set.
/freebsd-12.1/tools/tools/notescheck/
H A Dnotescheck.py62 def set_type(self, type): member in Option
303 option.set_type('option')
317 option.set_type('device')
323 option.set_type('option')
/freebsd-12.1/usr.bin/mkcsmapper/
H A Dyacc.y88 static void set_type(int);
137 type : R_TYPE types { set_type($2); }
417 set_type(int type) in set_type() function
/freebsd-12.1/release/picobsd/build/
H A Dpicobsd198 set_type() { # the_type the_site function
313 2> ${c_reply} && set_type "`cat ${c_reply}`" ${SITE} ; } || true
1106 set_type $1 $2 # type and site, respectively
/freebsd-12.1/contrib/tnftp/src/
H A Dcmds.c154 static void set_type(const char *);
248 set_type(argv[1]); in settype()
252 set_type(const char *ttype) in set_type() function
320 set_type("binary"); in setbinary()
336 set_type("ascii"); in setascii()
352 set_type("tenex"); in settenex()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddebug.h241 bfd_boolean (*set_type) (void *, bfd_boolean); member
H A Ddebug.c2600 return (*fns->set_type) (fhandle, type->u.kset->bitstringp); in debug_write_type()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_settings.cpp2011 #define set_type(val) _set_param(type, *out_type, val) in __kmp_parse_affinity_env() macro
2038 set_type(affinity_none); in __kmp_parse_affinity_env()
2044 set_type(affinity_scatter); in __kmp_parse_affinity_env()
2050 set_type(affinity_compact); in __kmp_parse_affinity_env()
2056 set_type(affinity_logical); in __kmp_parse_affinity_env()
2062 set_type(affinity_physical); in __kmp_parse_affinity_env()
2068 set_type(affinity_explicit); in __kmp_parse_affinity_env()
2074 set_type(affinity_balanced); in __kmp_parse_affinity_env()
2080 set_type(affinity_disabled); in __kmp_parse_affinity_env()
2230 #undef set_type in __kmp_parse_affinity_env()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4971 char set_type = '\0'; in store_allow_perm() local
4984 set_type = ZFS_DELEG_NAMED_SET_SETS; in store_allow_perm()
4990 set_type = ZFS_DELEG_CREATE_SETS; in store_allow_perm()
4996 set_type = ZFS_DELEG_USER_SETS; in store_allow_perm()
5005 set_type = ZFS_DELEG_GROUP_SETS; in store_allow_perm()
5014 set_type = ZFS_DELEG_EVERYONE_SETS; in store_allow_perm()
5023 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm()
5072 set_type, locality, who); in store_allow_perm()
5076 set_type, locality); in store_allow_perm()
5098 "%c%c$%s", set_type, locality, who); in store_allow_perm()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h298 static uint16_t set_type(uint16_t A, uint16_t T) { in set_type() function
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def139 HANDLE_DW_TAG(0x0020, set_type, 2, DWARF)