/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r300_fragprog.c | 38 sprintf(out, "bias"); in presub_string() 41 sprintf(out, "sub"); in presub_string() 44 sprintf(out, "add"); in presub_string() 47 sprintf(out, "inv "); in presub_string() 143 sprintf(srcc[j], "%c%i", in r300FragmentProgramDump() 145 sprintf(srca[j], "%c%i", in r300FragmentProgramDump() 150 sprintf(flags, "%s%s%s", in r300FragmentProgramDump() 162 sprintf(dstc, "t%i.%s ", in r300FragmentProgramDump() 168 sprintf(flags, "%s%s%s", in r300FragmentProgramDump() 176 sprintf(tmp, "o%i.%s", in r300FragmentProgramDump() [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | trace_impl.cc | 145 return sprintf(traceMessage, "%10u; ", threadId); in AddThreadId() 153 sprintf (szMessage, "STATEINFO ; "); in AddLevel() 156 sprintf (szMessage, "WARNING ; "); in AddLevel() 159 sprintf (szMessage, "ERROR ; "); in AddLevel() 162 sprintf (szMessage, "CRITICAL ; "); in AddLevel() 165 sprintf (szMessage, "DEBUGINFO ; "); in AddLevel() 168 sprintf (szMessage, "MODULECALL; "); in AddLevel() 171 sprintf (szMessage, "MEMORY ; "); in AddLevel() 174 sprintf (szMessage, "TIMER ; "); in AddLevel() 177 sprintf (szMessage, "STREAM ; "); in AddLevel() [all …]
|
/external/skia/tests/ |
D | PathOpsOpLoopThreadedTest.cpp | 14 result = sprintf(str, "%d", asInt); in add_point() 16 result = sprintf(str, "%1.9gf", x); in add_point() 18 result += sprintf(str + result, ","); in add_point() 21 result += sprintf(str + result, "%d", asInt); in add_point() 23 result += sprintf(str + result, "%1.9gf", y); in add_point() 57 str += sprintf(str, "static void loop%d(skiatest::Reporter* reporter," in testOpLoopsMain() 59 str += sprintf(str, " SkPath path, pathB;\n"); in testOpLoopsMain() 60 str += sprintf(str, " path.moveTo(%d,%d);\n", a, b); in testOpLoopsMain() 61 str += sprintf(str, " path.cubicTo(%d,%d, ", c, d); in testOpLoopsMain() 63 str += sprintf(str, ", "); in testOpLoopsMain() [all …]
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 54 str += sprintf(str, "static void testQuads%d(skiatest::Reporter* reporter," in testSimplifyQuadsMain() 56 str += sprintf(str, " SkPath path;\n"); in testSimplifyQuadsMain() 57 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay); in testSimplifyQuadsMain() 58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy); in testSimplifyQuadsMain() 59 str += sprintf(str, " path.lineTo(%d, %d);\n", dx, dy); in testSimplifyQuadsMain() 60 str += sprintf(str, " path.close();\n"); in testSimplifyQuadsMain() 61 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey); in testSimplifyQuadsMain() 62 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy); in testSimplifyQuadsMain() 63 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain() 64 str += sprintf(str, " path.close();\n"); in testSimplifyQuadsMain() [all …]
|
D | PathOpsOpCubicThreadedTest.cpp | 46 str += sprintf(str, "static void cubicOp%d(skiatest::Reporter* reporter," in testOpCubicsMain() 48 str += sprintf(str, " SkPath path, pathB;\n"); in testOpCubicsMain() 49 str += sprintf(str, " path.setFillType(SkPath::k%s_FillType);\n", in testOpCubicsMain() 52 str += sprintf(str, " path.moveTo(%d,%d);\n", state.fA, state.fB); in testOpCubicsMain() 53 str += sprintf(str, " path.cubicTo(%d,%d, %d,%d, %d,%d);\n", state.fC, state.fD, in testOpCubicsMain() 55 str += sprintf(str, " path.close();\n"); in testOpCubicsMain() 56 str += sprintf(str, " pathB.setFillType(SkPath::k%s_FillType);\n", in testOpCubicsMain() 59 str += sprintf(str, " pathB.moveTo(%d,%d);\n", a, b); in testOpCubicsMain() 60 str += sprintf(str, " pathB.cubicTo(%d,%d, %d,%d, %d,%d);\n", c, d, in testOpCubicsMain() 62 str += sprintf(str, " pathB.close();\n"); in testOpCubicsMain() [all …]
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay); in testSimplifyQuadralateralsMain() 55 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by); in testSimplifyQuadralateralsMain() 56 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); in testSimplifyQuadralateralsMain() 57 str += sprintf(str, " path.lineTo(%d, %d);\n", dx, dy); in testSimplifyQuadralateralsMain() 58 str += sprintf(str, " path.close();\n"); in testSimplifyQuadralateralsMain() 59 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey); in testSimplifyQuadralateralsMain() 60 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy); in testSimplifyQuadralateralsMain() 61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain() 62 str += sprintf(str, " path.lineTo(%d, %d);\n", hx, hy); in testSimplifyQuadralateralsMain() 63 str += sprintf(str, " path.close();\n"); in testSimplifyQuadralateralsMain()
|
D | PathOpsOpRectThreadedTest.cpp | 35 str += sprintf(str, in testPathOpsRectsMain() 38 str += sprintf(str, " SkPath path, pathB;"); in testPathOpsRectsMain() 39 str += sprintf(str, " path.setFillType(SkPath::k%s_FillType);\n", in testPathOpsRectsMain() 42 str += sprintf(str, " path.addRect(%d, %d, %d, %d," in testPathOpsRectsMain() 44 str += sprintf(str, " path.addRect(%d, %d, %d, %d," in testPathOpsRectsMain() 46 str += sprintf(str, " pathB.setFillType(SkPath::k%s_FillType);\n", in testPathOpsRectsMain() 49 str += sprintf(str, " pathB.addRect(%d, %d, %d, %d," in testPathOpsRectsMain() 51 str += sprintf(str, " pathB.addRect(%d, %d, %d, %d," in testPathOpsRectsMain() 53 str += sprintf(str, in testPathOpsRectsMain() 55 str += sprintf(str, "}\n\n"); in testPathOpsRectsMain()
|
D | PathOpsOpCircleThreadedTest.cpp | 29 str += sprintf(str, "static void circlesOp%d(skiatest::Reporter* reporter," in testOpCirclesMain() 31 str += sprintf(str, " SkPath path, pathB;\n"); in testOpCirclesMain() 32 str += sprintf(str, " path.setFillType(SkPath::k%s_FillType);\n", in testOpCirclesMain() 35 str += sprintf(str, " path.addCircle(%d, %d, %d, %s);\n", state.fA, state.fB, in testOpCirclesMain() 37 str += sprintf(str, " pathB.setFillType(SkPath::k%s_FillType);\n", in testOpCirclesMain() 40 str += sprintf(str, " pathB.addCircle(%d, %d, %d, %s);\n", a, b, in testOpCirclesMain() 42 str += sprintf(str, " testPathOp(reporter, path, pathB, kDifference_SkPathOp," in testOpCirclesMain() 44 str += sprintf(str, "}\n"); in testOpCirclesMain()
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 49 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay); in testSimplifyDegeneratesMain() 50 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by); in testSimplifyDegeneratesMain() 51 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); in testSimplifyDegeneratesMain() 52 str += sprintf(str, " path.close();\n"); in testSimplifyDegeneratesMain() 53 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy); in testSimplifyDegeneratesMain() 54 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey); in testSimplifyDegeneratesMain() 55 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy); in testSimplifyDegeneratesMain() 56 str += sprintf(str, " path.close();\n"); in testSimplifyDegeneratesMain()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay); in testSimplifyTrianglesMain() 53 str += sprintf(str, " path.lineTo(%d, %d);\n", bx, by); in testSimplifyTrianglesMain() 54 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy); in testSimplifyTrianglesMain() 55 str += sprintf(str, " path.close();\n"); in testSimplifyTrianglesMain() 56 str += sprintf(str, " path.moveTo(%d, %d);\n", dx, dy); in testSimplifyTrianglesMain() 57 str += sprintf(str, " path.lineTo(%d, %d);\n", ex, ey); in testSimplifyTrianglesMain() 58 str += sprintf(str, " path.lineTo(%d, %d);\n", fx, fy); in testSimplifyTrianglesMain() 59 str += sprintf(str, " path.close();\n"); in testSimplifyTrianglesMain()
|
/external/compiler-rt/lib/BlocksRuntime/ |
D | runtime.c | 625 sprintf(cp, "NULL passed to _Block_dump\n"); in _Block_dump() 632 cp += sprintf(cp, "^%p (new layout) =\n", (void *)closure); in _Block_dump() 634 cp += sprintf(cp, "isa: NULL\n"); in _Block_dump() 637 cp += sprintf(cp, "isa: stack Block\n"); in _Block_dump() 640 cp += sprintf(cp, "isa: malloc heap Block\n"); in _Block_dump() 643 cp += sprintf(cp, "isa: GC heap Block\n"); in _Block_dump() 646 cp += sprintf(cp, "isa: global Block\n"); in _Block_dump() 649 cp += sprintf(cp, "isa: finalizing Block\n"); in _Block_dump() 652 cp += sprintf(cp, "isa?: %p\n", (void *)closure->isa); in _Block_dump() 654 cp += sprintf(cp, "flags:"); in _Block_dump() [all …]
|
/external/toybox/toys/pending/ |
D | top.c | 334 sprintf(filename, "/proc/%d/stat", pid); in add_new_proc() 336 sprintf(filename, "/proc/%d/cmdline", pid); in add_new_proc() 338 sprintf(filename, "/proc/%d/status", pid); in add_new_proc() 341 sprintf(filename, "/proc/%d/task/%d/stat", pid,tid); in add_new_proc() 343 sprintf(filename, "/proc/%d/task/%d/cmdline", pid, tid); in add_new_proc() 359 sprintf(toybuf, "/proc/%u/smaps", pid); in read_smaps() 427 sprintf(filename,"/proc/%d/task",pid); in read_procs() 455 sprintf(buff,"%ld", (num * 100)% den); in show_percent() 457 sprintf(buff, "%ld.%c",res, ch); in show_percent() 493 sprintf(toybuf, "Mem total:%lu anon:%lu map:%lu free:%lu", in print_header() [all …]
|
D | ps.c | 105 sprintf(toybuf, "%lld/stat", *slot); in do_ps() 128 sprintf(out, "-"); in do_ps() 132 sprintf(out, ((1<<i)&0x10) ? "%llx" : "%lld", in do_ps() 135 else if (!(i = field->which)) sprintf(out, "%llo", slot[7]); in do_ps() 138 sprintf(out, "%c", state); in do_ps() 141 sprintf(out, "%d", new->st.st_uid); in do_ps() 149 sprintf(toybuf+512, "%lld/wchan", *slot); in do_ps() 160 sprintf(toybuf+512, "%lld/fd/%i", *slot, i); in do_ps() 176 sprintf(out, "%d:%d", (i>>8)&0xfff, ((i>>12)&0xfff00)|(i&0xff)); in do_ps() 187 s += sprintf(s, (i==3) ? "%02ld" : "%ld%c", seconds/ll, "-::"[i]); in do_ps() [all …]
|
/external/skia/include/utils/ |
D | SkRTConf.h | 130 sprintf(outline, "%-30.30s", getName()); in print() 135 sprintf(outptr+30, " %.128s", fDescription.c_str()); in print() 144 sprintf(s, "%-30.30s", "How do I print myself??"); in doPrint() 149 sprintf(tmp, "%s # [%s]", fValue ? "true" : "false", fDefault ? "true" : "false"); in doPrint() 150 sprintf(s, "%-30.30s", tmp); in doPrint() 155 sprintf(tmp, "%d # [%d]", fValue, fDefault); in doPrint() 156 sprintf(s, "%-30.30s", tmp); in doPrint() 161 sprintf(tmp, "%u # [%u]", fValue, fDefault); in doPrint() 162 sprintf(s, "%-30.30s", tmp); in doPrint() 167 sprintf(tmp, "%6.6f # [%6.6f]", fValue, fDefault); in doPrint() [all …]
|
/external/libvncserver/x11vnc/ |
D | sslcmds.c | 126 sprintf(exe, "%s/%s", p, "stunnel4"); in start_stunnel() 134 sprintf(exe, "%s/%s", p, "stunnel"); in start_stunnel() 242 sprintf(st_if, "%s:", getenv("STUNNEL_LISTEN")); in start_stunnel() 256 sprintf(sp, "%d", stunnel_port); in start_stunnel() 257 sprintf(xp, "%d", x11vnc_port); in start_stunnel() 341 sprintf(fd, "%d", fileno(in)); in start_stunnel() 451 sprintf(tmp, "%d", xport); in setup_stunnel() 502 sprintf(cdir, "%s%s", home, cases1[i]); in get_Cert_dir() 515 sprintf(cdir, "%s%s", home, cases1[1]); in get_Cert_dir() 521 sprintf(tmp, "%s%s", cdir, cases2[i]); in get_Cert_dir() [all …]
|
D | linuxfb.c | 73 sprintf(in, "console:%s", str); in console_guess() 77 sprintf(in, "console:/dev/%s", str); in console_guess() 81 sprintf(in, "console_%s", str); in console_guess() 105 sprintf(q, "/dev/%s", file); in console_guess() 152 sprintf(tmp, "/dev/vcsa%d", tty); in console_guess() 168 sprintf(tmp, "%dx%dx%d", w, h, bt); in console_guess() 170 sprintf(tmp, "%dx%dx16", w, h); in console_guess() 174 sprintf(tmp, "%dx%dx16", w, h); in console_guess() 216 sprintf(atparms, "%dx%dx%d:%lx/%lx/%lx", in console_guess() 245 sprintf(pipeinput_str, "CONSOLE%d", tty); in console_guess() [all …]
|
/external/libnfc-nci/src/adaptation/ |
D | libmain.c | 100 sprintf (filename, "%s%u", filename2, block); in nfa_nv_co_read() 159 sprintf (filename, "%s%u", filename2, block); in nfa_nv_co_write() 220 sprintf (filename, "%s%u", filename2, DH_NV_BLOCK); in delete_stack_non_volatile_store() 222 sprintf (filename, "%s%u", filename2, HC_F3_NV_BLOCK); in delete_stack_non_volatile_store() 224 sprintf (filename, "%s%u", filename2, HC_F4_NV_BLOCK); in delete_stack_non_volatile_store() 226 sprintf (filename, "%s%u", filename2, HC_F2_NV_BLOCK); in delete_stack_non_volatile_store() 228 sprintf (filename, "%s%u", filename2, HC_F5_NV_BLOCK); in delete_stack_non_volatile_store() 259 sprintf (filename, "%s%u", filename2, DH_NV_BLOCK); in verify_stack_non_volatile_store() 262 sprintf (filename, "%s%u", filename2, HC_F3_NV_BLOCK); in verify_stack_non_volatile_store() 265 sprintf (filename, "%s%u", filename2, HC_F4_NV_BLOCK); in verify_stack_non_volatile_store() [all …]
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgdata.cpp | 513 sprintf(cmd, "bash -c \"%s\"", command); in runCommand() 516 sprintf(cmd, "QSH CMD('%s')", command); in runCommand() 667 sprintf(checkLibFile, "%s%s", targetDir, libFileNames[LIB_FILE_VERSION]); in pkg_executeOptions() 883 sprintf(libFileNames[LIB_FILE], "%s", libName); in createFileNames() 885 sprintf(libFileNames[LIB_FILE], "%s%s", in createFileNames() 890 sprintf(libFileNames[LIB_FILE], "%s%s", in createFileNames() 901 sprintf(libFileNames[LIB_FILE_MINGW], "lib%s.dll.a", libName); in createFileNames() 903 sprintf(libFileNames[LIB_FILE_CYGWIN], "cyg%s%s%s", in createFileNames() 907 sprintf(libFileNames[LIB_FILE_CYGWIN_VERSION], "cyg%s%s%s%s", in createFileNames() 916 sprintf(libFileNames[LIB_FILE_VERSION_TMP], "%s%s%s", in createFileNames() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | sprintf-1.ll | 1 ; Test that the sprintf library call simplifier works correctly. 17 declare i32 @sprintf(i8*, i8*, ...) 19 ; Check sprintf(dst, fmt) -> llvm.memcpy(str, fmt, strlen(fmt) + 1, 1). 24 call i32 (i8*, i8*, ...) @sprintf(i8* %dst, i8* %fmt) 33 call i32 (i8*, i8*, ...) @sprintf(i8* %dst, i8* %fmt) 42 call i32 (i8*, i8*, ...) @sprintf(i8* %dst, i8* %fmt) 48 ; Check sprintf(dst, "%c", chr) -> *(i8*)dst = chr; *((i8*)dst + 1) = 0. 53 call i32 (i8*, i8*, ...) @sprintf(i8* %dst, i8* %fmt, i8 104) 61 ; Check sprintf(dst, "%s", str) -> llvm.memcpy(dest, str, strlen(str) + 1, 1). 66 call i32 (i8*, i8*, ...) @sprintf(i8* %dst, i8* %fmt, i8* %str) [all …]
|
/external/e2fsprogs/ext2ed/ |
D | group_com.c | 33 sprintf (buffer,"entry %ld",group_info.group_num+entry_offset); in type_ext2_group_desc___next() 49 sprintf (buffer,"entry %ld",group_info.group_num-entry_offset); in type_ext2_group_desc___prev() 73 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_group_desc___entry() 102 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_group_desc___gocopy() 141 sprintf (buffer,"setoffset block %ld",inode_offset);dispatch (buffer); in type_ext2_group_desc___inode() 142 sprintf (buffer,"settype ext2_inode");dispatch (buffer); in type_ext2_group_desc___inode() 155 sprintf (buffer,"setoffset block %ld",block_bitmap_offset);dispatch (buffer); in type_ext2_group_desc___blockbitmap() 156 sprintf (buffer,"settype block_bitmap");dispatch (buffer); in type_ext2_group_desc___blockbitmap() 169 sprintf (buffer,"setoffset block %ld",inode_bitmap_offset);dispatch (buffer); in type_ext2_group_desc___inodebitmap() 170 sprintf (buffer,"settype inode_bitmap");dispatch (buffer); in type_ext2_group_desc___inodebitmap()
|
D | ext2_com.c | 38 sprintf (buffer,"setoffset %ld",file_system_info.super_block_offset);dispatch (buffer); in type_ext2___super() 39 sprintf (buffer,"settype ext2_super_block");dispatch (buffer); in type_ext2___super() 69 sprintf (temp,"cd %s",buffer+1);dispatch (temp); in type_ext2___cd() 94 sprintf (buffer,"setoffset %ld",file_system_info.first_group_desc_offset);dispatch (buffer); in type_ext2___group() 95 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer); in type_ext2___group() 96 sprintf (buffer,"entry %ld",group_num);dispatch (buffer); in type_ext2___group()
|
/external/iputils/Modules/ |
D | pg3.c | 155 sprintf(pg_result, "No such netdevice: \"%s\"", pg_outdev); in pg_setup_inject() 160 sprintf(pg_result, "Not ethernet device: \"%s\"", pg_outdev); in pg_setup_inject() 165 sprintf(pg_result, "Device is down: \"%s\"", pg_outdev); in pg_setup_inject() 249 sprintf(pg_result, "No memory"); in fill_packet() 436 p += sprintf(p, "OK: %u(c%u+d%u) usec, %u (%dbyte,%dfrags) %upps %uMB/sec", in pg_inject() 451 sprintf(pg_result, "Interrupted"); in pg_inject() 466 p += sprintf(p, "%d\n", pg_busy); in proc_pg_busy_read() 479 p += sprintf(p, "Params: count=%u pkt_size=%u frags %d ipg %u odev \"%s\" dst %s dstmac ", in proc_pg_read() 483 p += sprintf(p, "%02X%s", pg_dstmac[i], i == 5 ? "\n" : ":"); in proc_pg_read() 486 p += sprintf(p, "Result: %s\n", pg_result); in proc_pg_read() [all …]
|
/external/vboot_reference/tests/ |
D | rollback_index2_tests.c | 91 mock_cnext += sprintf(mock_cnext, "TlclLibInit()\n"); in TlclLibInit() 97 mock_cnext += sprintf(mock_cnext, "TlclStartup()\n"); in TlclStartup() 103 mock_cnext += sprintf(mock_cnext, "TlclResume()\n"); in TlclResume() 109 mock_cnext += sprintf(mock_cnext, "TlclForceClear()\n"); in TlclForceClear() 115 mock_cnext += sprintf(mock_cnext, "TlclSetEnable()\n"); in TlclSetEnable() 121 mock_cnext += sprintf(mock_cnext, "TlclSetDeactivated(%d)\n", flag); in TlclSetDeactivated() 127 mock_cnext += sprintf(mock_cnext, "TlclRead(0x%x, %d)\n", in TlclRead() 147 mock_cnext += sprintf(mock_cnext, "TlclWrite(0x%x, %d)\n", in TlclWrite() 165 mock_cnext += sprintf(mock_cnext, "TlclDefineSpace(0x%x, 0x%x, %d)\n", in TlclDefineSpace() 172 mock_cnext += sprintf(mock_cnext, "TlclSelfTestFull()\n"); in TlclSelfTestFull() [all …]
|
/external/fio/profiles/ |
D | tiobench.c | 97 sprintf(sz_idx, "size=%llu", size); in tb_prep_cmdline() 101 sprintf(bs_idx, "bs=%u", bs); in tb_prep_cmdline() 102 sprintf(loop_idx, "loops=%u", loops); in tb_prep_cmdline() 105 sprintf(dir_idx, "directory=%s", dir); in tb_prep_cmdline() 107 sprintf(dir_idx, "directory=./"); in tb_prep_cmdline() 109 sprintf(t_idx, "numjobs=%u", nthreads); in tb_prep_cmdline()
|
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 87 sprintf(buf, "%02d", tm->tm_mday); in expand_percent_expression() 90 sprintf(buf, "%d%02d%02d", tm->tm_year + 1900, tm->tm_mon + 1, in expand_percent_expression() 103 sprintf(buf, "%02d", tm->tm_hour); in expand_percent_expression() 106 sprintf(buf, "%02d", tm->tm_mon + 1); in expand_percent_expression() 109 sprintf(buf, "%02d", tm->tm_min); in expand_percent_expression() 120 sprintf(buf, "%lu", (unsigned long) getpid()); in expand_percent_expression() 123 sprintf(buf, "%lu", (unsigned long) ctx->now); in expand_percent_expression() 126 sprintf(buf, "%02d", tm->tm_sec); in expand_percent_expression() 129 sprintf(buf, "%02d%02d%02d", tm->tm_hour, tm->tm_min, in expand_percent_expression() 150 sprintf(buf, "%02d", tm->tm_year % 100); in expand_percent_expression() [all …]
|