Searched refs:curdir (Results 26 - 50 of 93) sorted by relevance

1234

/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-debug-graph2.exp52 .CURDIR = <curdir>
70 .OBJDIR = <curdir>
71 .PATH = . <curdir>
85 # 1 0 <curdir>
H A Dopt-debug-graph3.exp52 .CURDIR = <curdir>
70 .OBJDIR = <curdir>
71 .PATH = . <curdir>
85 # 1 0 <curdir>
H A Dsuff-main-several.exp83 .CURDIR = <curdir>
101 .OBJDIR = <curdir>
102 .PATH = . <curdir>
115 # 1 0 <curdir>
H A Dvarname-dot-curdir.mk1 # $NetBSD: varname-dot-curdir.mk,v 1.7 2020/10/08 19:09:08 rillig Exp $
H A Dvarname-empty.exp3 Global: .CURDIR = <curdir>
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D90-test_store.t283 catdir(curdir(), 'rehash')])));
287 catdir(curdir(), 'rehash')])));
290 catdir(curdir(), 'rehash')])));
293 catdir(curdir(), 'rehash')])));
297 catdir(curdir(), 'rehash')])));
301 catdir(curdir(), 'rehash')])));
528 mkdir(catdir(curdir(), 'rehash'))
530 catdir(curdir(), 'rehash'))
532 catdir(curdir(), 'rehash'))
533 && run(app(['openssl', 'rehash', catdir(curdir(), 'rehas
[all...]
H A D80-test_tsa.t14 use File::Spec::Functions qw/splitdir curdir catfile/;
H A D03-test_fipsinstall.t260 local $ENV{OPENSSL_CONF_INCLUDE} = abs2rel(curdir());
H A D20-test_cli_fips.t13 use File::Spec::Functions qw/curdir abs2rel/;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c464 char curdir[512]; local
498 NULL != getcwd(curdir, sizeof(curdir))) {
499 cd_octets = strlen(curdir);
502 DIR_SEP == curdir[cd_octets - 1])
510 (int)cd_octets, curdir, DIR_SEP,
/netbsd-current/usr.bin/make/
H A Dmain.c139 char curdir[MAXPATHLEN + 1]; /* Startup directory */ variable
362 if (getcwd(curdir, MAXPATHLEN) == NULL) {
368 stat(curdir, &sb) != -1 &&
371 snprintf(curdir, MAXPATHLEN, "%s", argvalue);
442 char *found_path = Dir_FindHereOrAbove(curdir, argvalue + 4);
729 if (snprintf(buf2, MAXPATHLEN, "%s/%s", curdir, path) <= MAXPATHLEN)
754 if (opts.enterFlag && strcmp(objdir, curdir) != 0)
1014 * since the value of curdir can vary depending on how we got
1042 snprintf(curdir, MAXPATHLEN, "%s", pwd);
1063 Dir_InitCur(curdir);
[all...]
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_iconv_none.c71 const char * __restrict curdir,
69 _citrus_iconv_none_iconv_init_shared( struct _citrus_iconv_shared * __restrict ci, const char * __restrict curdir, const char * __restrict in, const char * __restrict out, const void * __restrict var, size_t lenvar) argument
H A Dcitrus_mapper_std.c355 const char * __restrict curdir,
382 "%s/%.*s", curdir, (int)lenvar, (const char *)var);
353 _citrus_mapper_std_mapper_init(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict cm, const char * __restrict curdir, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/netbsd-current/sbin/fsck_ext2fs/
H A Dutilities.c409 getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino) argument
416 if (curdir == ino && ino == EXT2_ROOTINO) {
421 (statemap[curdir] != DSTATE && statemap[curdir] != DFOUND)) {
431 if (curdir != ino) {
432 idesc.id_parent = curdir;
/netbsd-current/bin/pax/
H A Dftree.c410 static char curdir[PAXPATHLEN+2], curpath[PAXPATHLEN+2]; local
437 curdir, curdirlen ? "/" : "", ftnode->name)
440 curdir, strerror(ENAMETOOLONG));
527 curdirlen = strlcpy(curdir, curpath, sizeof(curdir));
545 curdir[curdirlen] = '\0';
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Drun_tests.pl24 use File::Spec::Functions qw/catdir catfile curdir abs2rel rel2abs/;
310 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
315 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
/netbsd-current/external/bsd/atf/dist/tools/
H A Dfs_test.cpp691 tools::fs::path curdir = get_current_dir();
693 ATF_REQUIRE(get_current_dir() == curdir);
695 ATF_REQUIRE(get_current_dir() == curdir / "files");
697 ATF_REQUIRE(get_current_dir() == curdir / "files/dir");
699 ATF_REQUIRE(get_current_dir() == curdir / "files");
701 ATF_REQUIRE(get_current_dir() == curdir);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_tsa.t14 use File::Spec::Functions qw/splitdir curdir catfile/;
/netbsd-current/tests/fs/tmpfs/
H A Dt_rmdir.sh153 atf_test_case curdir
202 atf_add_test_case curdir
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DProjectMap.py119 path = os.path.join(os.path.abspath(os.curdir), DEFAULT_MAP_FILE)
/netbsd-current/lib/libc/citrus/
H A Dcitrus_iconv.c106 lookup_iconv_entry(const char *curdir, const char *key, argument
114 snprintf(path, (size_t)PATH_MAX, ("%s/" _CITRUS_ICONV_DIR), curdir);
/netbsd-current/sbin/fsck_ffs/
H A Dutilities.c476 getpathname(char *namebuf, size_t namebuflen, ino_t curdir, ino_t ino) argument
484 if (curdir == ino && ino == UFS_ROOTINO) {
488 info = inoinfo(curdir);
499 if (curdir != ino) {
500 idesc.id_parent = curdir;
/netbsd-current/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c104 static char curdir[MAXPATHLEN]; variable
200 getcwd(curdir, MAXPATHLEN);
364 (void)estrlcpy(tmppath, curdir, sizeof(tmppath));
476 (void)estrlcpy(tmppath, curdir, sizeof(tmppath));
603 (void)estrlcpy(tmppath, curdir, sizeof(tmppath));
/netbsd-current/sys/arch/x68k/stand/libdos/
H A DMakefile35 dup.S dup2.S curdir.S malloc.S mfree.S setblock.S loadexec.S load.S \
/netbsd-current/sbin/dump/
H A Dtraverse.c184 char curdir[MAXPATHLEN]; local
189 if (getcwd(curdir, sizeof(curdir)) == NULL) {
222 curdir, dirv[d]);

Completed in 293 milliseconds

1234