| /xnu-8019.80.24/tools/tests/superpages/ |
| H A D | testsp.c | 53 sprintf(error, "%s() returned %d", fn, kr); in check_kr() 63 sprintf(error, "%s() returned address 0", fn); in check_addr0() 73 sprintf(error, "%s() returned address %llx instead of %llx", fn, addr1, addr2); in check_addr() 83 sprintf(error, "address not aligned properly: 0x%llx", addr); in check_align() 96 sprintf(error, "%s when reading", signame[sig]); in check_r() 119 sprintf(error, "page still readable"); in check_nr() 133 sprintf(error, "%s when writing", signame[sig]); in check_w() 152 sprintf(error, "page still writable"); in check_nw() 171 sprintf(error, "checksum error"); in check_rw() 225 sprintf(error, "skipped deallocation"); in test_deallocate() [all …]
|
| /xnu-8019.80.24/bsd/conf/ |
| H A D | compat_hdrs.awk | 9 ofile = sprintf("compat/%s/%s", $2, $3); 15 ofile = sprintf("compat/%s/%s", $2, $3); 20 ofile = sprintf("compat/%s/%s", $2, $3);
|
| /xnu-8019.80.24/libsyscall/xcodescripts/ |
| H A D | filter_mig.awk | 36 prefix = sprintf("%s\n%s", prefix, $0) 40 templates[$0] = sprintf("%s\n%s", templates[$0], prefix)
|
| /xnu-8019.80.24/tests/ |
| H A D | xnu_quick_test_helpers.c | 27 sprintf( &my_name[0], "xnu_quick_test-%d", my_rand ); in create_target_directory() 75 sprintf( &my_name[0], "%d", my_rand ); in create_random_name()
|
| H A D | fcntl.c | 27 sprintf(tmp_file_name, "%s/foo", tmp_dir);
|
| H A D | posix_spawn_filtering.c | 74 sprintf(rules_path_env, "POSIX_SPAWN_FILTERING_RULES_PATH=%s", tmp_path_filter_rules);
|
| H A D | perf_compressor.c | 242 sprintf(sz_str, "%d", size_mb); in run_compressor_test() 243 sprintf(pt_str, "%d", page_type); in run_compressor_test()
|
| H A D | vsock.c | 646 sprintf(msg, "This is test message %d\n", i); 670 sprintf(msg, "This is test message %d\n", i); 680 sprintf(expected_msg, "%s%s", msg, msg);
|
| H A D | task_vm_info_decompressions.c | 47 sprintf(pid_str, "%d", pid); in freeze_pid()
|
| H A D | memorystatus_vm_map_fork.c | 382 (void)sprintf(memlimit_str, "%d", active_limit_mb); in memorystatus_vm_map_fork_parent()
|
| H A D | avx.c | 262 ret = sprintf( in vec256_to_string() 713 ret = sprintf( in vec512_to_string() 733 ret = sprintf( in opmask_to_string()
|
| H A D | imm_pinned_control_port.c | 364 sprintf(test_num, "%d", i);
|
| H A D | memorystatus_freeze_test.c | 369 sprintf(sz_str, "%d", num_pages);
|
| /xnu-8019.80.24/SETUP/config/ |
| H A D | main.c | 115 (void) sprintf(config_directory, "%s/conf", source_directory); in main() 225 (void) sprintf(cp, "%s/%s/%s", object_directory, build_directory, file); in path()
|
| H A D | mkmakefile.c | 180 (void) sprintf(line, "%s/Makefile.template", config_directory); in makefile() 299 (void) sprintf(fname, "%s/files", config_directory); in read_files() 317 (void) sprintf(fname, "%s/files.%s", config_directory, machinename); in read_files() 660 (void) sprintf(line, "%s/Makefile.%s", config_directory, machinename); in do_machdep()
|
| H A D | parser.y | 157 (void) sprintf(nb, "%u", $1);
|
| /xnu-8019.80.24/pexpert/pexpert/i386/ |
| H A D | protos.h | 73 extern int sprintf(char * str, const char * format, ...);
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | misc_protos.h | 153 extern integer_t sprintf(char *buf, const char *fmt, ...) __printflike(2, 3) __deprecated;
|
| H A D | printf.c | 1009 sprintf(char *buf, const char *fmt, ...) in sprintf() function
|
| /xnu-8019.80.24/bsd/libkern/ |
| H A D | libkern.h | 170 int sprintf(char *bufp, const char *, ...) __deprecated __printflike(2, 3);
|
| /xnu-8019.80.24/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 821 sprintf(server_port_name[i], "PORT.%06d.%02d", getpid(), i); in main()
|
| H A D | MPMMtest.c | 940 sprintf(server_port_name[i], "PORT.%06d.%02d", getpid(), i); in main()
|