Home
last modified time | relevance | path

Searched +refs:getc +refs:function (Results 1 – 25 of 1574) sorted by relevance

12345678910>>...63

/dports/lang/seed7/seed7/lib/
H A Dscanfile.s7i37 * of the comment start. When the function is left the character
144 * inFile.bufferChar. When the function is left the line end
163 * inFile.bufferChar. When the function is left the line end
254 * @return The function returns the numeric literal.
383 * literal. When the function is called it is assumed that
385 * When the function is left the character after the closing
669 * When the function is left inFile.bufferChar contains the
753 * comment. When the function is called it is assumed that
1039 * function is called it is assumed that the character in
1041 * When the function is left the character after --> is in
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dgetc.texi1 @node getc
2 @section @code{getc}
3 @findex getc
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getc.html}
12 When reading from a non-blocking pipe whose buffer is empty, this function
22 is, they require this function to act as if it reads end-of-file if
24 function attempts to read from the underlying file descriptor even if
28 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dgetc.texi1 @node getc
2 @section @code{getc}
3 @findex getc
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getc.html}
12 When reading from a non-blocking pipe whose buffer is empty, this function
22 is, they require this function to act as if it reads end-of-file if
24 function attempts to read from the underlying file descriptor even if
28 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
/dports/devel/avr-libc/avr-libc-2.0.0/libc/stdio/
H A Dgetc.S39 .global _U(getc)
40 .type _U(getc), @function
41 _U(getc):
44 .size _U(getc), .L_getc_end - _U(getc)
/dports/devel/splint/splint-3.1.2/test/
H A Dlibs.expect16 libs.c:34:3: Assignment of int to char: c = getc(f)
53 libs.c:34:3: Assignment of int to char: c = getc(f)
98 libs.c:34:7: Undocumented modification of *f possible from call to getc:
99 getc(f)
100 libs.c:34:3: Assignment of int to char: c = getc(f)
157 libs.c:34:7: Called procedure getc may access global errno
158 libs.c:34:7: Undocumented modification of *f possible from call to getc:
159 getc(f)
160 libs.c:34:7: Undocumented modification of errno possible from call to getc:
161 getc(f)
[all …]
/dports/lang/nickle/nickle-2.90/examples/smlng/
H A Dgenerate.5c9 int function iswhite (int c)
22 string function word (file in)
27 while ((c = File::getc (in)) != -1)
36 while ((c = File::getc (in)) != -1)
64 void function tagfile (file in)
70 int function dotag ()
82 int function picktag ()
87 void function start_tag ()
96 void function end_tag ()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/doc/
H A Dos.md23 getc, which might be defined as follows:
28 (void) file; /* Not used in this function
37 (void) file; /* Not used in this function */
44 when the `fflush()` function is called:
49 /* This function doesn't need to do anything */
50 (void) file; /* Not used in this function */
62 and getc functions described above, but not using any flush
63 function. The final paramter, which specifies the operations
68 | _FDEV_SETUP_READ | Read | getc |
70 | _FDEV_SETUP_RW | Read/Write | putc, getc |
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/ltx2htm/
H A Dtex.c145 CmdFunc function; /* associated function */ member
161 EnvFunc function; /* associated function */ member
542 c->function = NULL; in newCommand()
590 e->function = NULL; in newEnvironment()
704 { e->function = parseFuncSpec(&s, &e->fname); in parseEnvSpec()
1048 if ( cmd->function ) in parseCommand()
1049 { (*cmd->function)(&g, fd, func, ctx); in parseCommand()
1158 if ( env->function ) in cmd_begin()
1159 { (*env->function)(&e, fd, func, ctx); in cmd_begin()
1211 AnyFunc function; /* associated function */ member
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp80 const C &getc(); // expected-note{{function 'getc' which returns const-qualified type 'const C &' d…
85getc().b.a.z = 5; // expected-error{{cannot assign to return value because function 'getc' return… in test7()
137 … expected-note {{member function 'OhNo::AssignMe' is declared const here}}
144 … expected-note {{member function 'OhNo2::AssignMe' is declared const here}}
150 … expected-note {{member function 'OhNo3::AssignMe' is declared const here}}
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/efi_loader/
H A Defi_console.c78 c = getc(); in term_read_reply()
81 c = getc(); in term_read_reply()
87 c = getc(); in term_read_reply()
203 getc(); in query_console_serial()
447 efi_status_t (EFIAPI *function)
490 c = getc(); in analyze_modifiers()
496 c = getc(); in analyze_modifiers()
505 c = getc(); in analyze_modifiers()
681 EFI_CALL(item->function(&next_key)); in efi_cin_notify()
718 getc(); in efi_cin_empty_buffer()
[all …]

12345678910>>...63