Home
last modified time | relevance | path

Searched refs:pause_string (Results 1 – 25 of 119) sorted by relevance

12345

/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, GFC_INTEGER_4 len);
62 export_proto(pause_string);
65 pause_string (char *string, GFC_INTEGER_4 len) in pause_string() function
/dports/lang/gcc8/gcc-8.5.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc48/gcc-4.8.5/libgfortran/runtime/
H A Dpause.c57 extern void pause_string (char *string, GFC_INTEGER_4 len);
58 export_proto(pause_string);
61 pause_string (char *string, GFC_INTEGER_4 len) in pause_string() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, GFC_INTEGER_4 len);
62 export_proto(pause_string);
65 pause_string (char *string, GFC_INTEGER_4 len) in pause_string() function
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, GFC_INTEGER_4 len);
62 export_proto(pause_string);
65 pause_string (char *string, GFC_INTEGER_4 len) in pause_string() function
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/runtime/
H A Dpause.c57 extern void pause_string (char *string, GFC_INTEGER_4 len);
58 export_proto(pause_string);
61 pause_string (char *string, GFC_INTEGER_4 len) in pause_string() function
/dports/lang/gcc10/gcc-10.3.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc11/gcc-11.2.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc9/gcc-9.4.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/lang/gcc9-aux/gcc-9.1.0/libgfortran/runtime/
H A Dpause.c61 extern void pause_string (char *string, size_t len);
62 export_proto(pause_string);
65 pause_string (char *string, size_t len) in pause_string() function
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dnumbers.cpp726 static char pause_string[] = {phonPAUSE, 0}; in TranslateLetter() local
975 strcat(pbuf, pause_string); in TranslateLetter()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dnumbers.cpp689 static char pause_string[] = { phonPAUSE, 0 }; in TranslateLetter() local
886 strcat(pbuf, pause_string); in TranslateLetter()
/dports/mail/xbuffy/xbuffy-3.3.bl.3/
H A Dxbuffy.c1362 char pause_string[10]; local
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/
H A DChangeLog-2018477 * runtime/pause.c (pause_string): Likewise.
1421 (pause_string): Modify to take size_t character length argument.

12345