Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetc.c30 #pragma weak _getc_unlocked = getc_unlocked
43 #undef getc_unlocked
52 c = getc_unlocked(iop); in getc()
59 getc_unlocked(FILE *iop) in getc_unlocked() function
H A Dgetw.c58 *s++ = getc_unlocked(stream); in getw()
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c105 switch (c = getc_unlocked(f)) {
132 c = getc_unlocked(f);
/illumos-gate/usr/src/boot/include/
H A Dstdio.h322 int getc_unlocked(FILE *);
518 #define getc_unlocked(fp) __sgetc(fp) macro
521 #define getchar_unlocked() getc_unlocked(stdin)
/illumos-gate/usr/src/head/
H A Dstdio.h311 extern int getc_unlocked(FILE *);
376 #define getchar_unlocked() getc_unlocked(stdin)
/illumos-gate/usr/src/lib/libgen/common/
H A Dbgets.c48 #define getc(f) getc_unlocked(f)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdio_c99.c97 getc_unlocked(Sfio_t* sp) in getc_unlocked() function
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c111 switch (c = getc_unlocked(f)) {
138 c = getc_unlocked(f);
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dorientation_test.c174 TEST_NARROW(getc_unlocked(f)); in main()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c324 while ((i = getc_unlocked(fp)) != EOF) { in wordexp()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio182 extern int getc_unlocked(FILE*);
319 printf("#define getc_unlocked _ast_getc_unlocked\n");
490 extern int getc_unlocked(FILE*);
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/illumos-gate/usr/src/cmd/od/
H A Dod.c838 if (getc_unlocked(input) == EOF) { in main()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common331 getc_unlocked
/illumos-gate/usr/src/man/man3c/
H A DMakefile855 getc_unlocked.3c \
1794 getc_unlocked.3c := LINKSRC = fgetc.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2373 getc_unlocked;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc446 link path=usr/share/man/man3c/getc_unlocked.3c target=fgetc.3c