| /xnu-12377.81.4/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-12377.81.4/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-12377.81.4/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-12377.81.4/tests/ |
| H A D | ifnet_overflow.c | 18 sprintf(ifr.ifr_name, "%s%d", prefix, i); in create_interfaces() 25 sprintf(ifr.ifr_name, "%s%d", prefix, i); in create_interfaces()
|
| 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 | kqworkloop_limits.c | 50 sprintf(soft_limit_str, "%d", soft_limit); in spawn_child_process_with_limits() 53 sprintf(hard_limit_str, "%d", hard_limit); in spawn_child_process_with_limits() 56 sprintf(test_num_str, "%d", test_num); in spawn_child_process_with_limits()
|
| H A D | fcntl.c | 27 sprintf(tmp_file_name, "%s/foo", tmp_dir);
|
| H A D | posix_spawn_filtering.c | 75 sprintf(rules_path_env, "POSIX_SPAWN_FILTERING_RULES_PATH=%s", tmp_path_filter_rules);
|
| H A D | spawn_exec_failure.c | 50 sprintf(filename, "/tmp/echo-test-%ld", random()); in invalid_code_signature_helper()
|
| H A D | perf_compressor.c | 243 sprintf(sz_str, "%d", size_mb); in run_compressor_test() 244 sprintf(pt_str, "%d", page_type); in run_compressor_test()
|
| H A D | vsock.c | 471 sprintf(msg, "This is test message %d\n", i); 496 sprintf(msg, "This is test message %d\n", i); 506 sprintf(expected_msg, "%s%s", msg, msg);
|
| H A D | memorystatus_vm_map_fork.c | 388 (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 | reply_port_defense.c | 258 sprintf(test_num, "%d", test_index); in reply_port_defense()
|
| /xnu-12377.81.4/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() 755 (void) sprintf(line, "%s/Makefile.%s", config_directory, machinename); in do_machdep()
|
| H A D | parser.y | 157 (void) sprintf(nb, "%u", $1);
|
| /xnu-12377.81.4/tests/nvram_tests/ |
| H A D | nvram_helper.c | 61 sprintf(numberBuffer, "-1"); in PrintVariable() 63 sprintf(numberBuffer, "0x%x", number); in PrintVariable() 91 sprintf(dataBuffer + cnt2, "%%%02x", dataChar); in PrintVariable()
|
| /xnu-12377.81.4/pexpert/pexpert/i386/ |
| H A D | protos.h | 73 extern int sprintf(char * str, const char * format, ...);
|
| /xnu-12377.81.4/tests/vfs/ |
| H A D | freeable_vnodes.c | 99 sprintf(dirpath, "%s/tmp-mmap-bomb-dir.%d", dt_tmpdir(), getpid()); in run_vnoder() 130 sprintf(filepath, "file-%d", i); in run_vnoder()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | misc_protos.h | 181 extern integer_t sprintf(char *buf, const char *fmt, ...) __printflike(2, 3) __deprecated;
|
| H A D | printf.c | 1049 sprintf(char *buf, const char *fmt, ...) in sprintf() function
|
| /xnu-12377.81.4/bsd/libkern/ |
| H A D | libkern.h | 183 int sprintf(char *bufp, const char *, ...) __deprecated __printflike(2, 3);
|
| /xnu-12377.81.4/tests/ipc/ |
| H A D | imm_pinned_control_port.c | 347 sprintf(test_num, "%d", i); in test_imm_control_port_exc_behavior()
|
| /xnu-12377.81.4/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 821 sprintf(server_port_name[i], "PORT.%06d.%02d", getpid(), i); in main()
|