| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic_osm_lib.h | 130 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 131 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) 133 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 134 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) 137 #define aic_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 138 kthread_create(func, farg, proc_ptr, fmtstr, arg)
|
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | vchan.c | 559 char fmtstr[AFMTSTR_LEN]; in sysctl_dev_pcm_vchanformat() local 608 bzero(fmtstr, sizeof(fmtstr)); in sysctl_dev_pcm_vchanformat() 610 if (snd_afmt2str(c->format, fmtstr, sizeof(fmtstr)) != c->format) in sysctl_dev_pcm_vchanformat() 611 strlcpy(fmtstr, "<ERROR>", sizeof(fmtstr)); in sysctl_dev_pcm_vchanformat() 615 ret = sysctl_handle_string(oidp, fmtstr, sizeof(fmtstr), req); in sysctl_dev_pcm_vchanformat() 621 newfmt = snd_str2afmt(fmtstr); in sysctl_dev_pcm_vchanformat()
|
| /freebsd-12-stable/sys/dev/aacraid/ |
| D | aacraid_var.h | 81 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 82 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) 86 #define aac_kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 87 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
|
| /freebsd-12-stable/bin/sh/ |
| D | output.h | 77 void fmtstr(char *, int, const char *, ...) __printflike(3, 4);
|
| D | jobs.c | 415 fmtstr(statebuf, sizeof(statebuf), "Done(%d)", in showjob() 442 fmtstr(s, 64, "[%d] %c ", jobno, c); in showjob() 444 fmtstr(s, 64, " %c ", c); in showjob() 448 fmtstr(s, 64, "%d ", (int)ps->pid); in showjob()
|
| D | output.c | 310 fmtstr(char *outbuf, int length, const char *fmt, ...) in fmtstr() function
|
| D | options.c | 543 fmtstr(s, sizeof(s), "%d", ind); in getopts()
|
| D | var.c | 185 fmtstr(ppid, sizeof(ppid), "%d", (int)getppid()); in initvar()
|
| D | parser.c | 1916 fmtstr(msg, 64, "%s unexpected (expecting %s)", in synexpect() 1919 fmtstr(msg, 64, "%s unexpected", tokname[lasttoken]); in synexpect()
|
| D | expand.c | 440 fmtstr(expdest, DIGITS(result), ARITH_FORMAT_STR, result); in expari()
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | snprintf.c | 538 static void fmtstr(char *, size_t *, size_t, const char *, int, int, int); 858 fmtstr(str, &len, size, strvalue, width, in rpl_vsnprintf() 873 fmtstr(str, &len, size, "(nil)", width, in rpl_vsnprintf() 957 fmtstr(char *str, size_t *len, size_t size, const char *value, int width, in fmtstr() function 1145 fmtstr(str, len, size, iconvert, width, ipos, flags); in fmtflt()
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | bsd-snprintf.c | 172 static int fmtstr(char *buffer, size_t *currlen, size_t maxlen, 429 if (fmtstr(buffer, &currlen, maxlen, in dopr() 502 fmtstr(char *buffer, size_t *currlen, size_t maxlen, in fmtstr() function
|
| /freebsd-12-stable/crypto/openssl/crypto/bio/ |
| D | b_print.c | 31 static int fmtstr(char **, char **, size_t *, size_t *, 323 if (!fmtstr(sbuffer, buffer, &currlen, maxlen, strvalue, in _dopr() 379 fmtstr(char **sbuffer, in fmtstr() function
|
| /freebsd-12-stable/contrib/telnet/telnetd/ |
| D | utility.c | 419 static char fmtstr[] = { "%+" }; variable 421 static char fmtstr[] = { "%l:%M%P on %A, %d %B %Y" }; variable 472 (void)strftime(db, sizeof(db), fmtstr, localtime(&t)); in putf()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPrintfRuntimeBinding.cpp | 333 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str(); in lowerPrintfForGpu() local 334 MDString *fmtStrArray = MDString::get(Ctx, fmtstr); in lowerPrintfForGpu()
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | utility.c | 436 static char fmtstr[] = { "%l:%M%P on %A, %d %B %Y" }; variable 500 strftime(db, sizeof(db), fmtstr, localtime(&t)); in putf()
|
| /freebsd-12-stable/sys/dev/mrsas/ |
| D | mrsas.h | 3381 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 3382 kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) 3385 #define mrsas_kproc_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg) \ argument 3386 kthread_create(func, farg, proc_ptr, flags, stackpgs, fmtstr, arg)
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 3015 The internal |fmtstr| function used in processing a "%s" format string in
|