/netbsd/usr.bin/ul/ |
H A D | ul.c | 72 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/external/gpl3/gcc.old/dist/libgfortran/ieee/ |
H A D | ieee_exceptions.F90 | 87 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/external/gpl3/gcc/dist/libgfortran/ieee/ |
H A D | ieee_exceptions.F90 | 87 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/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
H A D | mixed-lang-stack.f90 | 71 use, intrinsic :: iso_c_binding, only: c_float_complex, c_char 78 character(c_char), intent(in) :: f(*)
|
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
H A D | mixed-lang-stack.f90 | 71 use, intrinsic :: iso_c_binding, only: c_float_complex, c_char 78 character(c_char), intent(in) :: f(*)
|
/netbsd/usr.bin/col/ |
H A D | col.c | 89 wchar_t c_char; /* character in question */ member 322 c->c_char = ch; in main() 528 PUTC(c->c_char); in flush_line()
|
/netbsd/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
H A D | object.py | 80 from ctypes import c_char 465 library.LLVMGetSectionContents.restype = POINTER(c_char)
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | iso-c-binding.def | 135 NAMED_CHARKNDCST (ISOCBINDING_CHAR, "c_char", gfc_default_character_kind)
|
H A D | gfortran.h | 2338 unsigned int c_char : 1; member
|
H A D | trans-types.c | 794 info->c_char = 1; in gfc_build_int_type()
|
H A D | gfortran.texi | 3289 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 D | gfortran.info | 4528 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/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | iso-c-binding.def | 142 NAMED_CHARKNDCST (ISOCBINDING_CHAR, "c_char", gfc_default_character_kind)
|
H A D | gfortran.h | 2627 unsigned int c_char : 1; member
|
H A D | gfortran.texi | 2940 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 D | trans-types.c | 794 info->c_char = 1; in gfc_build_int_type()
|
H A D | trans-types.cc | 822 info->c_char = 1; in gfc_build_int_type()
|
H A D | ChangeLog-2004 | 657 * gfortran.h (gfc_integer_info): Add c_char, c_short, c_int,
|
H A D | gfortran.info | 4267 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/external/gpl3/gcc.old/dist/libgomp/ |
H A D | openacc.f90 | 1059 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/external/gpl3/gcc/dist/libgomp/ |
H A D | openacc.f90 | 1059 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/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtoh.d | 1975 else if (ed.ident == DMDType.c_char) 3045 __gshared Identifier c_char; 3059 c_char = Identifier.idPool("__c_char");
|
/netbsd/external/bsd/nsd/dist/ |
H A D | configparser.c | 74 #define yychar c_char
|