Searched refs:dir (Results 1 - 25 of 1752) sorted by path

1234567891011>>

/netbsd-6-1-5-RELEASE/
H A DMakefile156 # BUILD_${dir}=no, or that have no ${dir}/Makefile.
162 .for dir in ${_SUBDIR}
163 .if "${dir}" == ".WAIT" \
164 || (${BUILD_${dir}:Uyes} != "no" && exists(${dir}/Makefile))
165 SUBDIR+= ${dir}
482 .for dir in tools tools/compat lib/csu ${BUILD_CC_LIB} lib/libc lib sys/rump/dev/lib sys/rump/fs/lib sys/rump/kern/lib sys/rump/net/lib sys/modules
483 do-${dir:S/\//-/g}: .PHONY .MAKE
485 ${MAKEDIRTARGET} ${dir}
[all...]
H A Dbuild.sh321 local dir
323 for dir in ${PATH}; do
324 if [ -x "${dir}/${prog}" ]; then
325 result="${dir}/${prog}"
1616 # before the top level obj dir was created.
1689 dir="$1"
1691 ${runcmd} cd "${dir}" ||
1692 bomb "Failed to cd to \"${dir}\""
1694 bomb "Failed to make ${op} in \"${dir}\""
1824 dir
[all...]
/netbsd-6-1-5-RELEASE/bin/csh/
H A DMakefile14 SRCS= alloc.c char.c const.c csh.c dir.c dol.c err.c exec.c exp.c file.c \
H A Ddir.c1 /* $NetBSD: dir.c,v 1.28 2007/07/16 14:07:00 christos Exp $ */
35 static char sccsid[] = "@(#)dir.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: dir.c,v 1.28 2007/07/16 14:07:00 christos Exp $");
51 #include "dir.h"
239 dtildepr(Char *home, Char *dir) argument
241 if (!eq(home, STRslash) && prefix(home, dir))
242 (void)fprintf(cshout, "~%s", vis_str(dir + Strlen(home)));
244 (void)fprintf(cshout, "%s", vis_str(dir));
339 skipargs(&v, " [<dir>]");
481 skipargs(&v, " [<dir>|
[all...]
H A Dexec.c561 * executable() examines the pathname obtained by concatenating dir and name
562 * (dir may be NULL), and returns 1 either if it is executable by us, or
567 executable(Char *dir, Char *name, int dir_ok) argument
573 if (dir && *dir) {
574 for (dp = path, sp = dir; *sp; *dp++ = *sp++)
H A Dfile.c273 filetype(Char *dir, Char *file) argument
278 catn(Strcpy(path, dir), file, sizeof(path) / sizeof(Char));
305 print_by_column(Char *dir, Char *items[], int count) argument
327 (void)fputc(dir ? filetype(dir, items[i]) : ' ', cshout);
422 * Should leave final slash (/) at end of dir.
425 extract_dir_and_name(Char *path, Char *dir, Char *name) argument
432 dir[0] = '\0';
436 copyn(dir, path, p - path);
482 Char dir[MAXPATHLE local
[all...]
/netbsd-6-1-5-RELEASE/bin/dd/
H A Ddd.h59 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__)
60 #define ddop_close(dir, a1) dir.ops->op_close(a1)
61 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__)
62 #define ddop_ioctl(dir, a1, a2, ...) dir.ops->op_ioctl(a1, a2, __VA_ARGS__)
63 #define ddop_fsync(dir, a1) dir
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_ksh.c32 char *dir, *try, *pwd; local
60 if ((dir = str_val(global("HOME"))) == null) {
65 /* One argument: - or dir */
66 dir = wp[0];
67 if (strcmp(dir, "-") == 0) {
68 dir = str_val(oldpwd_s);
69 if (dir == null) {
97 fdir = dir = alloc(ilen + nlen + elen, ATEMP);
98 memcpy(dir, current_wd, ilen);
99 memcpy(dir
[all...]
H A Dio.c521 const char *dir; local
523 dir = tmpdir ? tmpdir : "/tmp";
525 len = strlen(dir) + 3 + 20 + 20 + 1;
531 shf_snprintf(pathx, len, "%s/shXXXXXXXX", dir);
539 dir, (unsigned) procpid, inc++);
H A Dksh_dir.h3 /* Wrapper around the ugly dir includes/ifdefs */
16 # include <sys/dir.h>
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dfile_subs.c84 #define FILEBITS(dir) ((dir) ? (FILE_BITS | S_ISVTX) : FILE_BITS)
85 #define SETBITS(dir) ((dir) ? SET_BITS : (SET_BITS | S_ISVTX))
588 * We have to add rights to the dir, so we make
H A Doptions.c305 * match only dir on extract, not the subtree at dir
859 char *dir; member in struct:incfile
1058 incfiles[nincfiles - 1].dir = chdname;
1188 char *file, *dir = NULL; local
1201 dir = incfiles->dir;
1209 dir = chdname;
1213 dir = NULL;
1228 if (dir
1292 char *file, *dir; local
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Dcd.c248 updatepwd(const char *dir) argument
260 if (dir == NULL || curdir == NULL) {
275 cdcomppath = stalloc(strlen(dir) + 1);
276 scopy(dir, cdcomppath);
278 if (*dir != '/') {
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/iostream/
H A Dzfstream.cpp129 streampos gzfilebuf::seekoff( streamoff off, ios::seek_dir dir, int which ) { argument
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/misc/
H A Dcvs2cl.pl901 # don't have to detect common dir, common tags, branch prefixing,
1146 while (my ($dir,$authorhash) = each %$grand_poobah)
1148 &main::debug ("DOING DIR: $dir\n");
1196 $logfile_here = $dir . $Log_File_Name;
1652 my ($base, $dir);
1653 ($base, $dir, undef) = fileparse ($qunkref->filename);
1655 if ((! (defined ($dir))) # this first case is sheer paranoia
1656 or ($dir eq '')
1657 or ($dir eq "./")
1658 or ($dir e
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/rpm/suse/
H A Dipsec-tools.spec.in92 %dir /etc/racoon
98 %dir /usr/include/libipsec/
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dkey_debug.c466 printf("sadb_x_policy{ type=%u dir=%u id=%x priority=%u }\n",
468 printf("sadb_x_policy{ type=%u dir=%u id=%x }\n",
692 printf("secpolicyindex{ dir=%u prefs=%u prefd=%u ul_proto=%u\n",
693 spidx->dir, spidx->prefs, spidx->prefd, spidx->ul_proto);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dadmin.c501 spidx.dir = IPSEC_DIR_OUTBOUND;
533 spidx.dir = IPSEC_DIR_INBOUND;
H A Disakmp.c3433 spidx.dir = IPSEC_DIR_INBOUND;
3633 spidx.dir = IPSEC_DIR_FWD;
3647 spidx.dir = IPSEC_DIR_OUTBOUND;
H A Disakmp_quick.c2028 spidx->dir = IPSEC_DIR_FWD;
2042 spidx->dir = IPSEC_DIR_OUTBOUND;
2267 spidx.dir = IPSEC_DIR_INBOUND;
2491 spidx.dir = IPSEC_DIR_OUTBOUND;
H A Dpfkey.c1017 dst = PFKEY_ADDR_SADDR(mhp[SADB_EXT_ADDRESS_SRC]); /* note SA dir */
1883 spidx.dir = IPSEC_DIR_INBOUND;
2132 xpl->sadb_x_policy_dir = spidx->dir;
3760 new->spidx.dir = xpl->sadb_x_policy_dir;
H A Dpolicy.c197 if (a->dir != b->dir
234 if (!(b->dir == IPSEC_DIR_ANY || a->dir == b->dir))
335 switch (spidx.dir) {
359 spidx.dir = IPSEC_DIR_INBOUND;
368 spidx.dir = IPSEC_DIR_FWD;
381 spidx.dir = IPSEC_DIR_OUTBOUND;
451 /* addr/pref[port] addr/pref[port] ul dir ac
[all...]
H A Dpolicy.h61 u_int8_t dir; /* direction of packet flow, see blow */ member in struct:policyindex
121 (idx)->dir = (_dir); \
134 (idx)->dir = (_dir); \
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c1030 register int dt, dir; local
1047 dir = loc->tm_year - gmt->tm_year;
1048 if (dir == 0)
1049 dir = loc->tm_yday - gmt->tm_yday;
1050 dt += dir * 24 * 60 * 60;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_dir.c48 DIR *dir; member in struct:dircursor
112 d->dir = opendir(data);
113 if (d->dir == NULL) {
118 rk_cloexec_dir(d->dir);
136 struct dirent *dir; local
156 dir = readdir(d->dir);
157 if (dir == NULL) {
161 if (strcmp(dir->d_name, ".") == 0 || strcmp(dir
[all...]

Completed in 503 milliseconds

1234567891011>>