Home
last modified time | relevance | path

Searched refs:c_char (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/usr.bin/ul/
H A Dul.c72 char c_char; member
221 if (obuf[col].c_char) in filter()
224 obuf[col].c_char = '_'; in filter()
246 if (obuf[col].c_char == '\0') { in filter()
247 obuf[col].c_char = c; in filter()
249 } else if (obuf[col].c_char == '_') { in filter()
250 obuf[col].c_char = c; in filter()
252 } else if (obuf[col].c_char == c) in filter()
283 if (obuf[i].c_char == '\0') { in flushln()
291 outc(obuf[i].c_char); in flushln()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ieee/
H A Dieee_exceptions.F9087 use, intrinsic :: iso_c_binding, only : c_char
88 character(kind=c_char) :: ptr(*)
102 use, intrinsic :: iso_c_binding, only : c_char
103 character(kind=c_char) :: ptr(*)
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ieee/
H A Dieee_exceptions.F9087 use, intrinsic :: iso_c_binding, only : c_char
88 character(kind=c_char) :: ptr(*)
102 use, intrinsic :: iso_c_binding, only : c_char
103 character(kind=c_char) :: ptr(*)
/netbsd-src/usr.bin/col/
H A Dcol.c89 wchar_t c_char; /* character in question */ member
322 c->c_char = ch; in main()
528 PUTC(c->c_char); in flush_line()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py80 from ctypes import c_char
465 library.LLVMGetSectionContents.restype = POINTER(c_char)
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py565 isl.isl_union_pw_multi_aff_to_str.restype = POINTER(c_char)
1081 isl.isl_multi_union_pw_aff_to_str.restype = POINTER(c_char)
1422 isl.isl_union_pw_aff_to_str.restype = POINTER(c_char)
2270 isl.isl_multi_pw_aff_to_str.restype = POINTER(c_char)
3089 isl.isl_pw_multi_aff_to_str.restype = POINTER(c_char)
3933 isl.isl_pw_aff_to_str.restype = POINTER(c_char)
4657 isl.isl_multi_aff_to_str.restype = POINTER(c_char)
5163 isl.isl_aff_to_str.restype = POINTER(c_char)
5393 isl.isl_aff_list_to_str.restype = POINTER(c_char)
5705 isl.isl_ast_expr_to_C_str.restype = POINTER(c_char)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diso-c-binding.def135 NAMED_CHARKNDCST (ISOCBINDING_CHAR, "c_char", gfc_default_character_kind)
H A Dgfortran.h2338 unsigned int c_char : 1; member
H A Dtrans-types.c794 info->c_char = 1; in gfc_build_int_type()
H A Dgfortran.texi3289 use iso_c_binding, only: c_char
3290 character(kind=c_char) :: string(*)
3302 kind and @code{c_char} are the same and thus @code{"Hello World"}
3325 character(kind=c_char), intent(out) :: dest(*)
3326 character(kind=c_char), intent(in) :: src(*)
H A Dgfortran.info4528 use iso_c_binding, only: c_char
4529 character(kind=c_char) :: string(*)
4539 'c_char' are the same and thus '"Hello World"' is equivalent. However,
4559 character(kind=c_char), intent(out) :: dest(*)
4560 character(kind=c_char), intent(in) :: src(*)
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Diso-c-binding.def142 NAMED_CHARKNDCST (ISOCBINDING_CHAR, "c_char", gfc_default_character_kind)
H A Dgfortran.h2627 unsigned int c_char : 1; member
H A Dgfortran.texi2940 use iso_c_binding, only: c_char
2941 character(kind=c_char) :: string(*)
2953 kind and @code{c_char} are the same and thus @code{"Hello World"}
2977 character(kind=c_char), intent(out) :: dest(*)
2978 character(kind=c_char), intent(in) :: src(*)
H A Dtrans-types.cc822 info->c_char = 1; in gfc_build_int_type()
H A DChangeLog-2004657 * gfortran.h (gfc_integer_info): Add c_char, c_short, c_int,
H A Dgfortran.info4267 use iso_c_binding, only: c_char
4268 character(kind=c_char) :: string(*)
4278 'c_char' are the same and thus '"Hello World"' is equivalent. However,
4297 character(kind=c_char), intent(out) :: dest(*)
4298 character(kind=c_char), intent(in) :: src(*)
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dopenacc.f901059 use iso_c_binding, only: c_char, c_size_t, c_ptr, c_f_pointer, c_associated
1070 character (kind=c_char, len=1), pointer, contiguous :: sptr (:)
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dopenacc.f901059 use iso_c_binding, only: c_char, c_size_t, c_ptr, c_f_pointer, c_associated
1070 character (kind=c_char, len=1), pointer, contiguous :: sptr (:)
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtoh.d1986 else if (ed.ident == DMDType.c_char)
3056 __gshared Identifier c_char;
3070 c_char = Identifier.idPool("__c_char");
/netbsd-src/external/bsd/nsd/dist/
H A Dconfigparser.c74 #define yychar c_char