/third_party/ltp/testcases/kernel/syscalls/getcpu/ |
H A D | getcpu01.c | 89 sprintf(directory_path, "/sys/devices/system/node/%s", in get_nodeid()
|
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
H A D | mprotect02.c | 169 sprintf(file1, "mprotect02.tmp.%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/tgkill/ |
H A D | tgkill03.c | 64 sprintf(defunct_tid_path, "/proc/%d/task/%d", getpid(), defunct_tid); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
H A D | writev02.c | 180 sprintf(f_name, "%s.%d", name, getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
H A D | chdir01.c | 67 sprintf(workdir, "%s/%s", cwd, MNTPOINT); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify02.c | 182 sprintf(fname, "fname_%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl07.c | 102 sprintf(pidname, "%d", fd); in verify_cloexec()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
H A D | inotify03.c | 138 sprintf(fname, "%s/tfile_%d", mntpoint, getpid()); in setup()
|
H A D | inotify01.c | 141 sprintf(fname, "tfile_%d", getpid()); in setup()
|
H A D | inotify05.c | 126 sprintf(fname, "tfile_%d", getpid()); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap01.c | 186 sprintf(cmd_buffer, "grep XYZ %s/%s > /dev/null", Path_name, TEMPFILE); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/swapon/ |
H A D | swapon03.c | 151 if (sprintf(filename, "swapfile%02d", j + 2) < 0) { in setup_swap() 152 printf("sprintf() failed to create " in setup_swap() 197 tst_res(TWARN, "sprintf() failed to create filename"); in clean_swap() 230 tst_res(TWARN, "sprintf() failed to create the command string"); in check_and_swapoff()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
H A D | 2-1.c | 52 sprintf(qname, "/mq_open_2-1_%d", getpid()); in main()
|
H A D | 16-1.c | 55 sprintf(qname, "/mq_open_16-1_%d", getpid()); in main()
|
H A D | 9-2.c | 49 sprintf(qname, "/mq_open_9-2_%d", getpid()); in main()
|
H A D | 8-2.c | 49 sprintf(qname, "/mq_open_8-2_%d", getpid()); in main()
|
H A D | 7-2.c | 49 sprintf(qname, "/mq_open_7-2_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 3-2.c | 57 sprintf(qname, "/mq_send_3-2_%d", getpid()); in main()
|
H A D | 3-1.c | 55 sprintf(qname, "/mq_send_3-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 12-1.c | 82 sprintf(gqname, "/mq_timedsend_12-1_%d", getpid()); in a_thread_func()
|
H A D | 16-1.c | 65 sprintf(gqname, "/mq_timedsend_16-1_%d", getpid()); in main()
|
H A D | 5-3.c | 62 sprintf(gqname, "/mq_timedsend_5-3_%d", getpid()); in main()
|
H A D | 3-2.c | 60 sprintf(qname, "/mq_timedsend_3-2_%d", getpid()); in main()
|
H A D | 3-1.c | 58 sprintf(qname, "/mq_timedsend_3-1_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
H A D | 8-1.c | 53 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|