Searched refs:MAXPATHLEN (Results 51 - 75 of 445) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_readlinkat.c62 char buf[MAXPATHLEN];
88 char buf[MAXPATHLEN];
110 char buf[MAXPATHLEN];
138 char buf[MAXPATHLEN];
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dcf.c55 static char cf[MAXPATHLEN];
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ruleset.c203 p = (char *)rs_malloc(MAXPATHLEN);
206 strlcpy(p, path, MAXPATHLEN);
218 strlcpy(p, path, MAXPATHLEN);
228 MAXPATHLEN - PF_ANCHOR_NAME_SIZE - 1)) {
321 path = (char *)rs_malloc(MAXPATHLEN);
325 strlcpy(path, name + 1, MAXPATHLEN);
332 strlcpy(path, s->anchor->path, MAXPATHLEN);
347 strlcat(path, "/", MAXPATHLEN);
348 strlcat(path, name, MAXPATHLEN);
380 a = (char *)rs_malloc(MAXPATHLEN);
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_ioctl_compat.c64 strlcpy(zc->zc_name, inlanes_c->zc_name, MAXPATHLEN);
65 strlcpy(zc->zc_value, inlanes_c->zc_value, MAXPATHLEN * 2);
66 strlcpy(zc->zc_string, inlanes_c->zc_string, MAXPATHLEN);
107 strlcpy(zc->zc_name, resume_c->zc_name, MAXPATHLEN);
108 strlcpy(zc->zc_value, resume_c->zc_value, MAXPATHLEN * 2);
109 strlcpy(zc->zc_string, resume_c->zc_string, MAXPATHLEN);
167 strlcpy(zc->zc_name, edbp_c->zc_name, MAXPATHLEN);
168 strlcpy(zc->zc_value, edbp_c->zc_value, MAXPATHLEN * 2);
169 strlcpy(zc->zc_string, edbp_c->zc_string, MAXPATHLEN);
227 strlcpy(zc->zc_name, zcmd_c->zc_name, MAXPATHLEN);
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dprogs.priv.h181 # elif defined(MAXPATHLEN)
182 # define PATH_MAX MAXPATHLEN
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c52 char buf[MAXPATHLEN];
76 char buf[MAXPATHLEN];
/freebsd-11-stable/release/picobsd/tinyware/sps/
H A Dsps.c47 char buf[MAXPATHLEN], vty[5], pst[5], wmesg[10];
71 plen = MAXPATHLEN;
/freebsd-11-stable/sbin/mount_nullfs/
H A Dmount_nullfs.c68 char source[MAXPATHLEN];
69 char target[MAXPATHLEN];
/freebsd-11-stable/crypto/openssh/
H A Dsftp-glob.c68 static char buf[sizeof(struct dirent) + MAXPATHLEN];
84 strlcpy(ret->d_name, od->dir[od->offset++]->filename, MAXPATHLEN);
/freebsd-11-stable/usr.bin/find/
H A Dls.c112 char path[MAXPATHLEN];
114 if ((lnklen = readlink(name, path, MAXPATHLEN - 1)) == -1) {
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp_var.h177 #define FTPBUFLEN MAXPATHLEN + 200
234 GLOBAL char mapin[MAXPATHLEN]; /* input map template */
235 GLOBAL char mapout[MAXPATHLEN]; /* output map template */
274 GLOBAL char localcwd[MAXPATHLEN]; /* local dir */
275 GLOBAL char remotecwd[MAXPATHLEN]; /* remote dir */
308 GLOBAL char netrc[MAXPATHLEN]; /* path to .netrc file */
/freebsd-11-stable/usr.sbin/pkg/
H A Dpkg.c336 char path[MAXPATHLEN];
340 snprintf(path, MAXPATHLEN, "%s/%s", dir, filename);
739 char path[MAXPATHLEN];
752 snprintf(path, MAXPATHLEN, "%s/trusted", fingerprints);
763 snprintf(path, MAXPATHLEN, "%s/revoked", fingerprints);
836 char url[MAXPATHLEN];
837 char tmppkg[MAXPATHLEN];
838 char tmpsig[MAXPATHLEN];
841 char pkgstatic[MAXPATHLEN];
864 snprintf(url, MAXPATHLEN, "
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Dlibmap.c154 char conffile[MAXPATHLEN];
181 if (strlcpy(conffile, idir, MAXPATHLEN) >= MAXPATHLEN)
183 if (strlcat(conffile, "/", MAXPATHLEN) >= MAXPATHLEN)
185 if (strlcat(conffile, dp->d_name, MAXPATHLEN) >= MAXPATHLEN)
196 char prog[MAXPATHLEN];
198 char line[MAXPATHLEN + 13];
/freebsd-11-stable/usr.bin/write/
H A Dwrite.c80 char tty[MAXPATHLEN], *mytty;
199 (void)strlcpy(tty, u->ut_line, MAXPATHLEN);
208 (void)strlcpy(tty, mytty, MAXPATHLEN);
225 char path[MAXPATHLEN];
248 char path[MAXPATHLEN], host[MAXHOSTNAMELEN];
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c151 static char path[MAXPATHLEN];
155 strncpy(path, masterpasswd, MAXPATHLEN - 1);
156 path[MAXPATHLEN] = '\0';
/freebsd-11-stable/sbin/nvmecontrol/
H A Dwdc.c110 wdc_append_serial_name(fd, tmpl, MAXPATHLEN, suffix);
165 char path_tmpl[MAXPATHLEN];
172 strlcpy(path_tmpl, optarg, MAXPATHLEN);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfbsd-proc.c41 buf = xcalloc (MAXPATHLEN, sizeof (char));
45 if (readlink (path, buf, MAXPATHLEN) > 0)
/freebsd-11-stable/lib/libc/stdio/
H A Dmktemp.c116 char carrybuf[MAXPATHLEN];
127 if (trv - path >= MAXPATHLEN) {
/freebsd-11-stable/usr.bin/from/
H A Dfrom.c65 #if MAXPATHLEN > BUFSIZ
66 char buf[MAXPATHLEN];
/freebsd-11-stable/usr.bin/gcore/
H A Dgcore.c84 char passpath[MAXPATHLEN], fname[MAXPATHLEN];
/freebsd-11-stable/usr.sbin/pw/
H A Dpwupd.h86 char rootdir[MAXPATHLEN];
87 char etcpath[MAXPATHLEN];
/freebsd-11-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c61 char filename[MAXPATHLEN], *propsstr, *shortname, *dot;
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A Dgt_01.c29 static char path[MAXPATHLEN];
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Ddeviceid.c57 char path[MAXPATHLEN];
/freebsd-11-stable/sbin/fsck_ffs/
H A Dutilities.c66 static char device[MAXPATHLEN];

Completed in 253 milliseconds

1234567891011>>