| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | if.c | 972 int xflags, xtype = type; in xsocket() local 976 if (xtype & SOCK_CLOEXEC) in xsocket() 980 if (xtype & SOCK_NONBLOCK) in xsocket() 992 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(s, F_GETFD)) == -1 || in xsocket() 997 if ((xtype & SOCK_NONBLOCK) && ((xflags = fcntl(s, F_GETFL)) == -1 || in xsocket() 1016 int xflags, xtype = type; in xsocketpair() local 1020 if (xtype & SOCK_CLOEXEC) in xsocketpair() 1024 if (xtype & SOCK_NONBLOCK) in xsocketpair() 1036 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(fd[0], F_GETFD)) == -1 || in xsocketpair() 1039 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(fd[1], F_GETFD)) == -1 || in xsocketpair() [all …]
|
| /netbsd-src/sbin/gpt/ |
| H A D | add.c | 71 ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype, in ent_set() argument 74 gpt_uuid_copy(ent->ent_type, xtype); in ent_set()
|
| /netbsd-src/sys/sys/ |
| H A D | sdt.h | 107 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument 236 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) \ argument 240 num, type, xtype, { NULL, NULL }, \ 467 const char *xtype; /* Translated argument type. */ member
|
| /netbsd-src/external/cddl/osnet/dev/sdt/ |
| H A D | sdt.c | 323 if (argtype->xtype != NULL) in sdt_getargdesc() 324 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-ssa-sprintf.cc | 2353 tree xtype in get_origin_and_offset_r() local 2357 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off); in get_origin_and_offset_r() 2402 tree xtype = TREE_TYPE (x); in get_origin_and_offset_r() local 2403 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off); in get_origin_and_offset_r() 2416 tree xtype = TREE_TYPE (x); in get_origin_and_offset_r() local 2417 if (POINTER_TYPE_P (xtype)) in get_origin_and_offset_r() 2418 xtype = TREE_TYPE (xtype); in get_origin_and_offset_r() 2421 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off); in get_origin_and_offset_r()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-sprintf.c | 2334 tree xtype in get_origin_and_offset() local 2343 if ((RECORD_OR_UNION_TYPE_P (xtype) in get_origin_and_offset() 2344 && field_at_offset (xtype, *off, &index)) in get_origin_and_offset() 2345 || (TREE_CODE (xtype) == ARRAY_TYPE in get_origin_and_offset() 2346 && TREE_CODE (TREE_TYPE (xtype)) == ARRAY_TYPE in get_origin_and_offset() 2347 && array_elt_at_offset (xtype, *off, &index))) in get_origin_and_offset()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cvt.c | 1723 build_type_conversion (tree xtype, tree expr) in build_type_conversion() argument 1727 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL, in build_type_conversion()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cvt.cc | 1742 build_type_conversion (tree xtype, tree expr) in build_type_conversion() argument 1746 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL, in build_type_conversion()
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | frv.cpu | 3093 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode) 3098 (type xtype) 3105 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse) 3110 (type xtype)
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | frv.cpu | 3093 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode) 3098 (type xtype) 3105 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse) 3110 (type xtype)
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | frv.cpu | 3093 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode) 3098 (type xtype) 3105 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse) 3110 (type xtype)
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 31034 etByte xtype = etINVALID; /* Conversion paradigm */ in sqlite3_str_vappendf() local 31183 xtype = etINVALID; in sqlite3_str_vappendf() 31187 xtype = infop->type; in sqlite3_str_vappendf() 31211 switch( xtype ){ in sqlite3_str_vappendf() 31274 if( xtype==etORDINAL ){ in sqlite3_str_vappendf() 31337 if( xtype==etFLOAT ){ in sqlite3_str_vappendf() 31339 }else if( xtype==etGENERIC ){ in sqlite3_str_vappendf() 31375 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3_str_vappendf() 31381 if( xtype==etGENERIC ){ in sqlite3_str_vappendf() 31384 xtype = etEXP; in sqlite3_str_vappendf() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2004 | 3355 * scripts/create_testsuite_files: Revert xtype change, add non-GNU
|