Home
last modified time | relevance | path

Searched refs:f (Results 1 – 5 of 5) sorted by relevance

/misc/
A Dfstab.c157 struct fstab *f; in fstab_convert() local
160 f = &state->fs_ret; in fstab_convert()
162 f->fs_spec = m->mnt_fsname; in fstab_convert()
163 f->fs_file = m->mnt_dir; in fstab_convert()
164 f->fs_vfstype = m->mnt_type; in fstab_convert()
165 f->fs_mntops = m->mnt_opts; in fstab_convert()
166 f->fs_type = (__hasmntopt (m, FSTAB_RW) ? FSTAB_RW in fstab_convert()
172 f->fs_freq = m->mnt_freq; in fstab_convert()
173 f->fs_passno = m->mnt_passno; in fstab_convert()
174 return f; in fstab_convert()
A Dsyslog.c145 FILE *f; in __vsyslog_internal() local
178 if (f == NULL) in __vsyslog_internal()
203 fprintf (f, "<%d>", pri); in __vsyslog_internal()
205 f->_IO_write_ptr += __strftime_l (f->_IO_write_ptr, in __vsyslog_internal()
206 f->_IO_write_end in __vsyslog_internal()
207 - f->_IO_write_ptr, in __vsyslog_internal()
211 msgoff = ftell (f); in __vsyslog_internal()
215 __fputs_unlocked (LogTag, f); in __vsyslog_internal()
220 __putc_unlocked (':', f); in __vsyslog_internal()
221 __putc_unlocked (' ', f); in __vsyslog_internal()
[all …]
A Defgcvt_r-template.c141 FLOAT_TYPE f = 1.0; in __ECVT_R() local
161 f *= 10.0; in __ECVT_R()
164 while (d * f < 1.0); in __ECVT_R()
166 value *= f; in __ECVT_R()
172 f *= 10; in __ECVT_R()
175 while (d >= f * 10.0); in __ECVT_R()
177 value /= f; in __ECVT_R()
A DVersions37 # f*
92 # f*
112 # f*
/misc/sys/
A Dcdefs.h184 #define __glibc_fortify(f, __l, __s, __osz, ...) \ argument
186 ? __ ## f ## _alias (__VA_ARGS__) \
188 ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \
189 : __ ## f ## _chk (__VA_ARGS__, __osz))) \
194 #define __glibc_fortify_n(f, __l, __s, __osz, ...) \ argument
196 ? __ ## f ## _alias (__VA_ARGS__) \
198 ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \
199 : __ ## f ## _chk (__VA_ARGS__, (__osz) / (__s)))) \

Completed in 11 milliseconds