Searched refs:make_path (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl2/gmake/dist/tests/ |
| H A D | run_make_tests.pl | 47 $make_path = shift @argv; 48 if (!-f $make_path) 50 print "$option $make_path: Not found.\n"; 134 local($command) = $make_path; 174 print "Error running $make_path (expected $expected_code; got $code): $command\n"; 185 system "add_profile $make_path"; 221 $make_path = "make"; 269 print "Make path: $make_path\n" if $debug; 273 my $mk = `sh -c 'echo "all:;\@echo \\\$(MAKE)" | $make_path -f-'`; 276 'echo \"all:;\@echo \\\$(MAKE)\" | $make_path -f-' failed!\n"; [all …]
|
| H A D | README | 42 that it finds in your path. You may use the -make_path option (ie, 43 "perl run_make_tests -make_path /usr/local/src/make-3.78/make") if
|
| H A D | NEWS | 135 Several tests fixed to handle -make_path with a relative path 151 -make_path replaces -old.
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | control.c | 360 make_path(char *path, size_t len, const char *ifname, sa_family_t family, in make_path() function 396 make_path(sa->sun_path, sizeof(sa->sun_path), ifname, family, unpriv); in make_sock() 452 make_path(ctx->control_sock, sizeof(ctx->control_sock), in control_start() 454 make_path(ctx->control_sock_unpriv, in control_start()
|
| /netbsd-src/bin/ksh/ |
| H A D | path.c | 41 make_path(cwd, file, cdpathp, xsp, phys_pathp) in make_path() function 296 rv = make_path(pwd, file, &cp, result, sizeof(result)); in main()
|
| H A D | proto.h | 208 int make_path ARGS((const char *, const char *,
|
| H A D | c_ksh.c | 112 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path);
|
| /netbsd-src/usr.sbin/installboot/ |
| H A D | evboards.c | 423 make_path(char *buf, size_t bufsize, const char *fmt, ...) in make_path() function 453 return make_path(buf, bufsize, "%s/%s/boards.plist", in evb_db_base_path() 853 overlay_path = make_path(overlay_pathbuf, in evb_db_load_overlays() 870 overlay_path = make_path(overlay_pathbuf, in evb_db_load_overlays() 1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name); in evb_uboot_file_path()
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/variables/ |
| H A D | SHELL | 9 $mshell = `echo 'all:;\@echo \$(SHELL)' | $make_path -f-`;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | transited.c | 64 make_path(krb5_context context, struct tr_realm *r, in make_path() function 152 ret = make_path(context, r, prev_realm, next_realm); in make_paths()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.2006 | 1683 * lib/krb5/transited.c (make_path): make sure we return allocated 1686 * lib/krb5/transited.c (make_path): make sure we return allocated
|