/freebsd/release/packages/ |
H A D | generate-ucl.sh | 16 outname="${OPTARG}" 33 case "${outname}" in 50 outname=${outname%%-dev} 54 outname=${outname%%-lib32_dev} 58 outname=${outname%%-man} 65 outname="runtime" 66 _descr="$(make -C ${srctree}/release/packages -f Makefile.package -V ${outname}_DESCR)" 69 outname="${outname%%-lib32_dev}" 71 pkgdeps="${outname}" 74 outname="${outname%%-lib32_dbg}" [all …]
|
/freebsd/contrib/dma/ |
H A D | dns.c | 134 char outname[MAXDNAME]; in dns_get_mx_list() local 206 cp, outname, sizeof(outname)); in dns_get_mx_list() 210 err = add_host(pref, outname, port, &hosts, &nhosts); in dns_get_mx_list() 217 cp, outname, sizeof(outname)); in dns_get_mx_list() 225 searchhost = outname; in dns_get_mx_list()
|
/freebsd/lib/libc/gmon/ |
H A D | gmon.c | 121 char outname[128]; in _mcleanup() local 149 snprintf(outname, sizeof(outname), "%s.%d.gmon", in _mcleanup() 152 snprintf(outname, sizeof(outname), "%s.gmon", _getprogname()); in _mcleanup() 154 fd = _open(outname, O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0666); in _mcleanup() 156 _warn("_mcleanup: %s", outname); in _mcleanup()
|
/freebsd/usr.bin/patch/ |
H A D | patch.c | 62 char *outname = NULL; variable 235 if (outname == NULL) in main() 236 outname = xstrdup(filearg[0]); in main() 249 out_existed = stat(outname, &statbuf) == 0; in main() 416 char *realout = outname; in main() 419 if (move_file(TMPOUTNAME, outname) < 0) { in main() 424 chmod(outname, filemode); in main() 455 if (strlcpy(rejname, outname, in main() 457 fatal("filename %s is too long\n", outname); in main() 460 fatal("filename %s is too long\n", outname); in main() [all …]
|
H A D | common.h | 72 extern char *outname;
|
H A D | pch.c | 1515 if (move_file(TMPOUTNAME, outname) < 0) { in do_ed_script() 1519 chmod(outname, filemode); in do_ed_script()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_eai_data.t | 39 sub outname { 44 $out = outname(); 48 $out = outname();
|
/freebsd/contrib/atf/atf-c/ |
H A D | check_test.c | 221 const char *outname, const char *errname) in init_and_run_h_tc() argument 226 run_h_tc(tc, outname, errname, "result"); in init_and_run_h_tc() 437 #define CHECK_LINES(path, outname, resname) \ in ATF_TC_BODY() argument 441 check_line(fd, "Line 1 to " outname " for " resname); \ in ATF_TC_BODY() 442 check_line(fd, "Line 2 to " outname " for " resname); \ in ATF_TC_BODY()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | test_helpers.c | 122 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname, in run_h_tc() argument 130 RE(atf_fs_path_init_fmt(&outpath, outname)); in run_h_tc()
|
/freebsd/usr.sbin/yppoll/ |
H A D | yppoll.c | 66 char **outname) in get_remote_info() argument 120 *outname = (char *)strdup(yprm.master); in get_remote_info()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | check_test.cpp | 301 check_lines(const std::string& path, const char* outname, in check_lines() argument 309 ATF_REQUIRE_EQ(line, std::string("Line 1 to ") + outname + " for " + in check_lines() 312 ATF_REQUIRE_EQ(line, std::string("Line 2 to ") + outname + " for " + in check_lines()
|
/freebsd/usr.sbin/ypserv/common/ |
H A D | yplib_host.h | 40 char **outname);
|
H A D | yplib_host.c | 306 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host() argument 326 *outname = strdup(yprm.peer); in yp_master_host()
|
/freebsd/include/rpcsvc/ |
H A D | ypclnt.h | 84 int yp_master(char *indomain, char *inmap, char **outname);
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 1380 open_outfile(char const **outname, char **tempname) in open_outfile() argument 1391 random_dirent(outname, tempname); in open_outfile() 1396 if (remove(*outname) != 0 && errno != ENOENT && errno != EISDIR) { in open_outfile() 1397 fprintf(stderr, _("can't remove %s"), *outname); in open_outfile() 1401 while (! (fp = fopen(*outname, fopen_mode))) { in open_outfile() 1404 mkdirs(*outname, true); in open_outfile() 1407 random_dirent(outname, tempname); in open_outfile() 1410 progname, directory, *outname, strerror(fopen_errno)); in open_outfile() 1493 char const *outname = linkname; in dolink() local 1510 if (linkat(AT_FDCWD, target, AT_FDCWD, outname, AT_SYMLINK_FOLLO in dolink() 2425 char const *outname = name; writezone() local [all...] |
/freebsd/tools/tools/shlib-compat/ |
H A D | shlib-compat.py | 56 def init(self, outname): argument 57 if outname and outname != '-': 58 self.out = open(outname, "w")
|
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 1052 yp_master(char *indomain, char *inmap, char **outname) in yp_master() argument 1090 *outname = (char *)strdup(yprm.peer); in yp_master()
|
/freebsd/share/dict/ |
H A D | web2 | 133761 outname
|