Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dgetc.c32 #pragma weak _getc_unlocked = getc_unlocked
45 #undef getc_unlocked
64 getc_unlocked(FILE *iop) in getc_unlocked() function
/titanic_50/usr/src/head/
H A Dstdio.h311 extern int getc_unlocked(FILE *);
370 #define getc_unlocked(p) (--(p)->_cnt < 0 \ macro
378 #define getchar_unlocked() getc_unlocked(stdin)
/titanic_50/usr/src/lib/nsswitch/user/common/
H A Duser_common.c107 switch (c = getc_unlocked(f)) {
134 c = getc_unlocked(f);
/titanic_50/usr/src/lib/libgen/common/
H A Dbgets.c50 #define getc(f) getc_unlocked(f)
/titanic_50/usr/src/lib/libast/common/stdio/
H A Dstdio_c99.c97 getc_unlocked(Sfio_t* sp) in getc_unlocked() function
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h243 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
347 #define getc_unlocked _ast_getc_unlocked macro
502 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h264 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
368 #define getc_unlocked _ast_getc_unlocked macro
523 extern __MANGLE__ int getc_unlocked __PROTO__((FILE*));
/titanic_50/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c110 switch (c = getc_unlocked(f)) {
137 c = getc_unlocked(f);
/titanic_50/usr/src/lib/libc/port/regex/
H A Dwordexp.c324 while ((i = getc_unlocked(fp)) != EOF) { in wordexp()
/titanic_50/usr/src/lib/libast/common/features/
H A Dstdio182 extern int getc_unlocked(FILE*);
319 printf("#define getc_unlocked _ast_getc_unlocked\n");
490 extern int getc_unlocked(FILE*);
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/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*));
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/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*));
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/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*));
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/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*));
/titanic_50/usr/src/cmd/od/
H A Dod.c835 if (getc_unlocked(input) == EOF) { in main()
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common331 getc_unlocked
/titanic_50/usr/src/man/man3c/
H A DMakefile825 getc_unlocked.3c \
1713 getc_unlocked.3c := LINKSRC = fgetc.3c
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2081 getc_unlocked;
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc825 link path=usr/share/man/man3c/getc_unlocked.3c target=fgetc.3c

12