Home
last modified time | relevance | path

Searched defs:stype (Results 1 – 25 of 98) sorted by relevance

1234

/netbsd-src/external/bsd/nvi/dist/common/
H A Dseq.c43 …name, size_t nlen, CHAR_T *input, size_t ilen, CHAR_T *output, size_t olen, seq_t stype, int flags) in seq_set()
138 seq_delete(SCR *sp, CHAR_T *input, size_t ilen, seq_t stype) in seq_delete()
175 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, seq_t stype, int *isp… in seq_find()
278 seq_dump(SCR *sp, seq_t stype, int isname) in seq_dump()
323 seq_save(SCR *sp, FILE *fp, const char *prefix, seq_t stype) in seq_save()
H A Dseq.h32 seq_t stype; /* Sequence type. */ member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cc101 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed()
118 const char *stype = conv(typ); in IsSuppressed() local
137 const char *stype = conv(typ); in IsSuppressed() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_suppressions.cpp94 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed()
111 const char *stype = conv(typ); in IsSuppressed() local
130 const char *stype = conv(typ); in IsSuppressed() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_suppressions.cc103 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed()
120 const char *stype = conv(typ); in IsSuppressed() local
139 const char *stype = conv(typ); in IsSuppressed() local
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h162 #define OMAPI_OBJECT_ALLOC(name, stype, type) \ argument
181 #define OMAPI_OBJECT_ALLOC_DECL(name, stype, type) \ argument
199 #define OMAPI_ARRAY_TYPE(name, stype) \ argument
234 #define OMAPI_ARRAY_TYPE_DECL(name, stype) \ argument
244 #define omapi_array_foreach_begin(array, stype, var) \ argument
258 #define omapi_array_foreach_end(array, stype, var) \ argument
/netbsd-src/lib/libm/src/
H A Ds_llrint.c8 #define stype double macro
H A Ds_lrintl.c10 #define stype long double macro
H A Ds_llrintf.c8 #define stype float macro
H A Ds_lrintf.c8 #define stype float macro
H A Ds_lroundl.c8 #define stype long double macro
H A Ds_llroundl.c8 #define stype long double macro
H A Ds_llroundf.c8 #define stype float macro
H A Ds_lroundf.c8 #define stype float macro
H A Ds_llround.c8 #define stype double macro
H A Ds_llrintl.c11 #define stype long double macro
H A Ds_lrint.c39 #define stype double macro
H A Ds_lround.c40 #define stype double macro
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_map.c53 seq_t stype; in ex_map() local
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_term.c78 ip_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in ip_fmap()
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_term.c212 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_fmap()
228 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_pfmap()
/netbsd-src/sys/arch/sparc64/dev/
H A Dviovar.h25 uint8_t stype; member
33 uint8_t stype; member
/netbsd-src/external/bsd/blocklist/port/
H A Dpopenve.c91 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; in pdes_get() local
/netbsd-src/lib/libc/gen/
H A Dpopen.c100 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; in pdes_get() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddbxout.c553 dbxout_stabd (int stype, int sdesc) in dbxout_stabd()
568 dbxout_begin_stabn (int stype) in dbxout_begin_stabn()
591 dbxout_begin_empty_stabs (int stype) in dbxout_begin_empty_stabs()
602 dbxout_begin_simple_stabs (const char *str, int stype) in dbxout_begin_simple_stabs()
613 dbxout_begin_simple_stabs_desc (const char *str, int stype, int sdesc) in dbxout_begin_simple_stabs_desc()

1234