Searched refs:fmt1 (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/resolv/ |
D | ns_ttl.c | 36 static int fmt1(int t, char s, char **buf, size_t *buflen); 58 T(fmt1(weeks, 'W', &dst, &dstlen)); in ns_format_ttl() 62 T(fmt1(days, 'D', &dst, &dstlen)); in ns_format_ttl() 66 T(fmt1(hours, 'H', &dst, &dstlen)); in ns_format_ttl() 70 T(fmt1(mins, 'M', &dst, &dstlen)); in ns_format_ttl() 74 T(fmt1(secs, 'S', &dst, &dstlen)); in ns_format_ttl() 149 fmt1(int t, char s, char **buf, size_t *buflen) { in fmt1() function
|
/glibc-2.36/stdio-common/ |
D | bug17.c | 11 static const char fmt1[] = "%0d, %0ld, %0lld"; in do_test() local 12 snprintf (buf, sizeof (buf), fmt1, 0, 0L, 0LL); in do_test() 15 printf ("\"%s\": got \"%s\", expected \"%s\"\n", fmt1, buf, expect); in do_test()
|
/glibc-2.36/stdlib/ |
D | tst-swapcontext1.c | 26 const char *fmt1 = "\e[31m"; variable 58 func3( &uctx_func1, &uctx_main, str1, fmt1); in func1()
|