Searched defs:fmt (Results 251 - 275 of 884) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/lib/libc/stdtime/
H A Dstrptime.c88 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, argument
694 strptime_l(const char * __restrict buf, const char * __restrict fmt, argument
713 strptime(const char * __restrict buf, const char * __restrict fmt, argument
/freebsd-12-stable/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.c51 cap_syslog(cap_channel_t *chan, int pri, const char *fmt, ...) argument
61 cap_vsyslog(cap_channel_t *chan, int priority, const char *fmt, va_list ap) argument
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_fops.c122 int drm_open(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p) argument
180 static int drm_open_helper(struct cdev *kdev, int flags, int fmt, argument
/freebsd-12-stable/sys/dev/gpio/
H A Dgpiopps.c70 gpiopps_open(struct cdev *dev, int flags, int fmt, struct thread *td) argument
85 gpiopps_close(struct cdev *dev, int flags, int fmt, struct thread *td) argument
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_util.c107 linux_msg(const struct thread *td, const char *fmt, ...) argument
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.c99 ice_debug(struct ice_hw *hw, uint64_t mask, char *fmt, ...) argument
/freebsd-12-stable/sys/dev/mse/
H A Dmse.c196 mseopen(struct cdev *dev, int flags, int fmt, struct thread *td) argument
232 mseclose(struct cdev *dev, int flags, int fmt, struct thread *td) argument
/freebsd-12-stable/sys/geom/
H A Dgeom_dump.c176 g_conf_printf_escaped(struct sbuf *sb, const char *fmt, ...) argument
322 (g_trace)(int level, const char *fmt, ...) argument
/freebsd-12-stable/sys/dev/tws/
H A Dtws_services.c95 char fmt[256]; local
H A Dtws_services.h115 char *fmt; member in struct:error_desc
/freebsd-12-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c330 rpc_gss_log_debug(const char *fmt, ...) argument
364 rpc_gss_log_debug(__unused const char *fmt, ...) argument
/freebsd-12-stable/sys/kern/
H A Dkern_kthread.c83 kproc_create(void (*func)(void *), void *arg, struct proc **newpp, int flags, int pages, const char *fmt, ...) argument
263 kthread_add(void (*func)(void *), void *arg, struct proc *p, struct thread **newtdp, int flags, int pages, const char *fmt, ...) argument
463 kproc_kthread_add(void (*func)(void *), void *arg, struct proc **procptr, struct thread **tdptr, int flags, int pages, const char *procname, const char *fmt, ...) argument
[all...]
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dofw_machdep.c88 OF_panic(const char *fmt, ...) argument
/freebsd-12-stable/sys/isa/
H A Dpnpparse.c50 pnp_printf(u_int32_t id, char *fmt, ...) argument
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_osdep.c179 i40e_debug_shared(struct i40e_hw *hw, enum i40e_debug_mask mask, char *fmt, ...) argument
/freebsd-12-stable/lib/libmt/
H A Dmtlib.h57 char *fmt; member in struct:mt_status_entry
/freebsd-12-stable/lib/libnandfs/
H A Dnandfs.c91 nandfs_seterr(struct nandfs *fs, const char *fmt, ...) argument
/freebsd-12-stable/lib/libnetbsd/
H A Dsockaddr_snprintf.c111 sockaddr_snprintf(char * const sbuf, const size_t len, const char * const fmt, argument
/freebsd-12-stable/lib/libnetgraph/
H A Ddebug.c209 NgSetErrLog(void (*log) (const char *fmt,...), argument
H A Dmsg.c92 NgSendAsciiMsg(int cs, const char *path, const char *fmt, ...) argument
H A Dsock.c189 NgNameNode(int cs, const char *path, const char *fmt, ...) argument
/freebsd-12-stable/lib/librpcsec_gss/
H A Drpcsec_gss_prot.c246 log_debug(const char *fmt, ...) argument
280 log_debug(__unused const char *fmt, ...) argument
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_exit.c182 _thread_exitf(const char *fname, int lineno, const char *fmt, ...) argument
/freebsd-12-stable/crypto/openssh/
H A Dutf8.c105 vasnmprintf(char **str, size_t maxsz, int *wp, const char *fmt, va_list ap) argument
241 snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...) argument
264 vfmprintf(FILE *stream, const char *fmt, va_list ap) argument
278 fmprintf(FILE *stream, const char *fmt, ...) argument
290 mprintf(const char *fmt, ...) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn1_par.c27 static const char fmt[] = "%-18s"; local

Completed in 624 milliseconds

<<11121314151617181920>>