Searched refs:format (Results 1 – 7 of 7) sorted by relevance
/libuv/tools/ |
H A D | make_dist_html.py | 96 maybe_gpg = GPG.format(**locals()) 97 maybe_exe = EXE.format(**locals()) 98 return ROW.format(**locals()) 102 return GROUP.format(rows=rows) 109 html += GROUPS.format(groups=groups) 120 html = HTML.format(groups=groups).strip()
|
/libuv/src/unix/ |
H A D | ibmi.c | 183 unsigned char format[8], reset_status[10]; in get_ibmi_system_status() local 186 iconv_a2e("SSTS0200", format, sizeof(format)); in get_ibmi_system_status() 215 qwcrssts_argv[2] = &format; in get_ibmi_system_status() 322 unsigned char format[8], line_name[10]; in get_ibmi_physical_address() local 327 iconv_a2e("LIND0500", format, sizeof(format)); in get_ibmi_physical_address() 357 qdcrlind_argv[2] = &format; in get_ibmi_physical_address()
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 195 [format], [format(printf, n, n)], 196 …[void __attribute__((format(printf, 1, 2))) printflike(const char *fmt, ...) { fmt = (void *)0; }],
|
/libuv/docs/src/ |
H A D | errors.rst | 332 inappropriate file type or format
|
H A D | misc.rst | 693 The format is `[flags] handle-type handle-address`. For `flags`:
|
/libuv/docs/src/guide/ |
H A D | processes.rst | 323 ``\\?\pipe\echo.sock`` format.
|
/libuv/ |
H A D | ChangeLog | 601 * win,test: change format of TEST_PIPENAME's (Santiago Gimeno) 896 * zos: correctly format interface addresses names (Shuowang (Wayne) Zhang) 1455 * win,nfc: disable clang-format for 3268 * doc: format README (Refael Ackermann)
|
Completed in 27 milliseconds