/system/chre/platform/include/chre/platform/ |
assert.h | 58 * @param fmt Format string to pass to LOGE 61 #define CHRE_ASSERT_LOG(condition, fmt, ...) do { \ 63 LOGE("Assert: " fmt, ##__VA_ARGS__); \
|
/external/strace/tests/ |
ioctl_v4l2.c | 69 f->fmt.pix.width = 0x657b8160; 70 f->fmt.pix.height = 0x951c0047; 71 f->fmt.pix.pixelformat = magic; 72 f->fmt.pix.field = V4L2_FIELD_NONE; 73 f->fmt.pix.bytesperline = 0xdf20d185; 74 f->fmt.pix.sizeimage = 0x0cf7be41; 75 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG; 83 f->fmt.pix_mp.width = 0x1f3b774b; 84 f->fmt.pix_mp.height = 0xab96a8d6; 85 f->fmt.pix_mp.pixelformat = magic [all...] |
/external/strace/tests-m32/ |
ioctl_v4l2.c | 69 f->fmt.pix.width = 0x657b8160; 70 f->fmt.pix.height = 0x951c0047; 71 f->fmt.pix.pixelformat = magic; 72 f->fmt.pix.field = V4L2_FIELD_NONE; 73 f->fmt.pix.bytesperline = 0xdf20d185; 74 f->fmt.pix.sizeimage = 0x0cf7be41; 75 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG; 83 f->fmt.pix_mp.width = 0x1f3b774b; 84 f->fmt.pix_mp.height = 0xab96a8d6; 85 f->fmt.pix_mp.pixelformat = magic [all...] |
/external/strace/tests-mx32/ |
ioctl_v4l2.c | 69 f->fmt.pix.width = 0x657b8160; 70 f->fmt.pix.height = 0x951c0047; 71 f->fmt.pix.pixelformat = magic; 72 f->fmt.pix.field = V4L2_FIELD_NONE; 73 f->fmt.pix.bytesperline = 0xdf20d185; 74 f->fmt.pix.sizeimage = 0x0cf7be41; 75 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG; 83 f->fmt.pix_mp.width = 0x1f3b774b; 84 f->fmt.pix_mp.height = 0xab96a8d6; 85 f->fmt.pix_mp.pixelformat = magic [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
fprintf.c | 54 fprintf(FILE *fp, const char *fmt, ...)
60 _DIAGASSERT(fmt != NULL);
66 va_start(ap, fmt);
67 ret = vfprintf(fp, fmt, ap);
|
scanf.c | 53 scanf(char const *fmt, ...)
58 _DIAGASSERT(fmt != NULL);
60 va_start(ap, fmt);
61 ret = __svfscanf(stdin, fmt, ap);
|
fscanf.c | 57 fscanf(FILE *fp, char const *fmt, ...)
62 va_start(ap, fmt);
63 ret = __svfscanf(fp, fmt, ap);
|
printf.c | 54 printf(char const *fmt, ...)
59 va_start(ap, fmt);
60 ret = vfprintf(stdout, fmt, ap);
|
swscanf.c | 37 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...)
42 va_start(ap, fmt);
43 r = vswscanf(str, fmt, ap);
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
test_VIDIOC_FMT.c | 209 dprintf("\tformat = {.type=0x%X, .fmt.pix = { " 220 format.fmt.pix.width, 221 format.fmt.pix.height, 222 format.fmt.pix.pixelformat, 223 format.fmt.pix.field, 224 format.fmt.pix.bytesperline, 225 format.fmt.pix.sizeimage, 226 format.fmt.pix.colorspace, format.fmt.pix.priv); 227 if (sizeof(format.fmt.pix) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gen/ |
err.c | 35 err(int eval, const char *fmt, ...) 39 va_start(ap, fmt); 40 verr(eval, fmt, ap);
|
errx.c | 35 errx(int eval, const char *fmt, ...) 39 va_start(ap, fmt); 40 verrx(eval, fmt, ap);
|
verrx.c | 37 verrx(int eval, const char *fmt, va_list ap) 40 if (fmt != NULL) 41 (void)vfprintf(stderr, fmt, ap);
|
vwarnx.c | 37 vwarnx(const char *fmt, va_list ap) 40 if (fmt != NULL) 41 (void)vfprintf(stderr, fmt, ap);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
OnigurumaUefiPort.c | 17 int sprintf_s(char *str, size_t sizeOfBuffer, char const *fmt, ...)
22 VA_START (Marker, fmt);
23 NumberOfPrinted = (int)AsciiVSPrint (str, sizeOfBuffer, fmt, Marker);
|
/external/clang/test/Sema/ |
knr-variadic-def.c | 9 int test(fmt) 10 char*fmt; 16 va_start(ap,fmt);
|
/external/curl/src/ |
tool_msgs.c | 38 const char *fmt, 47 len = vsnprintf(print_buffer, sizeof(print_buffer), fmt, ap); 81 void notef(struct GlobalConfig *config, const char *fmt, ...) 84 va_start(ap, fmt); 86 voutf(config, NOTE_PREFIX, fmt, ap); 95 void warnf(struct GlobalConfig *config, const char *fmt, ...) 98 va_start(ap, fmt); 99 voutf(config, WARN_PREFIX, fmt, ap); 106 void helpf(FILE *errors, const char *fmt, ...) 109 if(fmt) { [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
uformattable.h | 87 * @param fmt the formatter 92 ufmt_close(UFormattable* fmt); 115 * @param fmt the UFormattable object 124 ufmt_getType(const UFormattable* fmt, UErrorCode *status); 128 * @param fmt the UFormattable object 135 ufmt_isNumeric(const UFormattable* fmt); 141 * @param fmt the UFormattable object 148 ufmt_getDate(const UFormattable* fmt, UErrorCode *status); 159 * @param fmt the UFormattable object 166 ufmt_getDouble(UFormattable* fmt, UErrorCode *status) [all...] |
/external/iproute2/examples/bpf/ |
bpf_tailcall.c | 37 char fmt[] = "case1: map-val: %d from:%u\n"; local 42 trace_printk(fmt, sizeof(fmt), *val, skb->cb[0]); 53 char fmt[] = "case2: map-val: %d from:%u\n"; local 58 trace_printk(fmt, sizeof(fmt), *val, skb->cb[0]); 69 char fmt[] = "exit: map-val: %d from:%u\n"; local 74 trace_printk(fmt, sizeof(fmt), *val, skb->cb[0]); 83 char fmt[] = "fallthrough\n" local [all...] |
/external/ltp/include/old/ |
old_safe_file_ops.h | 33 #define FILE_SCANF(path, fmt, ...) \ 35 (path), (fmt), ## __VA_ARGS__) 37 #define SAFE_FILE_SCANF(cleanup_fn, path, fmt, ...) \ 39 (path), (fmt), ## __VA_ARGS__) 41 #define FILE_LINES_SCANF(cleanup_fn, path, fmt, ...) \ 43 (path), (fmt), ## __VA_ARGS__) 45 #define SAFE_FILE_LINES_SCANF(cleanup_fn, path, fmt, ...) \ 47 (path), (fmt), ## __VA_ARGS__) 49 #define FILE_PRINTF(path, fmt, ...) \ 51 (path), (fmt), ## __VA_ARGS__ [all...] |
/external/syslinux/dos/ |
stdio.h | 11 int sprintf(char *buf, const char *fmt, ...); 12 int vsprintf(char *buf, const char *fmt, va_list args); 13 int printf(const char *fmt, ...);
|
/prebuilts/ndk/r11/sources/android/support/src/musl-stdio/ |
printf.c | 4 int printf(const char *restrict fmt, ...) 8 va_start(ap, fmt); 9 ret = vfprintf(stdout, fmt, ap);
|
snprintf.c | 4 int snprintf(char *restrict s, size_t n, const char *restrict fmt, ...) 8 va_start(ap, fmt); 9 ret = vsnprintf(s, n, fmt, ap);
|
sprintf.c | 4 int sprintf(char *restrict s, const char *restrict fmt, ...) 8 va_start(ap, fmt); 9 ret = vsprintf(s, fmt, ap);
|
swprintf.c | 4 int swprintf(wchar_t *restrict s, size_t n, const wchar_t *restrict fmt, ...) 8 va_start(ap, fmt); 9 ret = vswprintf(s, n, fmt, ap);
|