Lines Matching +full:valgrind +full:- +full:out
12 * SPDX-License-Identifier: BSD-3-clause or GPL-1+
39 config.user = krbconf->username; in main()
40 config.authtok = krbconf->password; in main()
41 config.extra[0] = krbconf->userprinc; in main()
44 kerberos_generate_conf(krbconf->realm); in main()
54 * is the krb5.conf file that we generated and any valgrind logs, since in main()
55 * we're going to check for cleanup by looking for any out-of-place files. in main()
61 if (strcmp(file->d_name, ".") == 0 || strcmp(file->d_name, "..") == 0) in main()
63 if (strcmp(file->d_name, "krb5.conf") == 0) in main()
65 if (strcmp(file->d_name, "valgrind") == 0) in main()
67 basprintf(&path, "%s/%s", tmppath, file->d_name); in main()
76 * gone. The auth-only script sets ccache_dir to the temporary directory, in main()
80 run_script("data/scripts/cache-cleanup/auth-only", &config); in main()
86 if (strcmp(file->d_name, ".") == 0 || strcmp(file->d_name, "..") == 0) in main()
88 if (strcmp(file->d_name, "krb5.conf") == 0) in main()
90 if (strcmp(file->d_name, "valgrind") == 0) in main()
93 basprintf(&path, "%s/%s", tmppath, file->d_name); in main()