| /src/external/bsd/libfido2/dist/fuzz/ |
| preload-snoop.c | 38 static ssize_t (*read_f)(int, void *, size_t); variable 168 if (read_f == NULL) { 169 read_f = dlsym(RTLD_NEXT, "read"); 170 if (read_f == NULL) { 187 return (read_f(fd, buf, nbytes)); 189 if ((n = read_f(fd, buf, nbytes)) < 0 ||
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| read.c | 952 /* read_f()-- Read a floating point number with F-style editing, which 959 read_f (st_parameter_dt *dtp, const fnode *f, char *dest, int length) function
|
| io.h | 879 extern void read_f (st_parameter_dt *, const fnode *, char *, int); 880 internal_proto(read_f); variable
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| read.c | 919 /* read_f()-- Read a floating point number with F-style editing, which 926 read_f (st_parameter_dt *dtp, const fnode *f, char *dest, int length) function
|
| io.h | 875 extern void read_f (st_parameter_dt *, const fnode *, char *, int); 876 internal_proto(read_f); variable
|