Searched refs:filename (Results 201 - 225 of 942) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/
H A Dreadconf.c135 static int read_config_file_depth(const char *filename, struct passwd *pw,
140 const char *filename, int linenum, int *activep, int flags,
487 add_identity_file(Options *options, const char *dir, const char *filename, argument
497 if (dir == NULL) /* no dir, filename is absolute */
498 path = xstrdup(filename);
499 else if (xasprintf(&path, "%s%s", dir, filename) >= PATH_MAX)
654 int *want_final_pass, const char *filename, int linenum)
696 filename, linenum, oattrib);
721 filename, linenum,
802 "\"%.100s\"", filename, linenu
652 match_cfg_line(Options *options, char **condition, struct passwd *pw, const char *host_arg, const char *original_host, int final_pass, int *want_final_pass, const char *filename, int linenum) argument
845 rm_env(Options *options, const char *arg, const char *filename, int linenum) argument
877 parse_token(const char *cp, const char *filename, int linenum, const char *ignored_unknown) argument
1012 parse_multistate_value(const char *arg, const char *filename, int linenum, const struct multistate *multistate_ptr) argument
1033 process_config_line(Options *options, struct passwd *pw, const char *host, const char *original_host, char *line, const char *filename, int linenum, int *activep, int flags) argument
1043 process_config_line_depth(Options *options, struct passwd *pw, const char *host, const char *original_host, char *line, const char *filename, int linenum, int *activep, int flags, int *want_final_pass, int depth) argument
2431 read_config_file(const char *filename, struct passwd *pw, const char *host, const char *original_host, Options *options, int flags, int *want_final_pass) argument
2443 read_config_file_depth(const char *filename, struct passwd *pw, const char *host, const char *original_host, Options *options, int flags, int *activep, int *want_final_pass, int depth) argument
[all...]
H A Dssh-add.c171 delete_file(int agent_fd, const char *filename, int key_only, argument
178 if (strcmp(filename, "-") == 0)
181 if ((r = sshkey_load_public(filename, &public, &comment)) != 0) {
182 printf("Bad key file %s: %s\n", filename, ssh_err(r));
188 if (delete_one(agent_fd, public, comment, filename, qflag) == 0)
198 xasprintf(&certpath, "%s-cert.pub", filename);
207 certpath, filename);
246 add_file(int agent_fd, const char *filename, int key_only, int cert_only, argument
260 if (strcmp(filename, "-") == 0) {
262 filename
497 test_key(int agent_fd, const char *filename) argument
[all...]
/freebsd-current/tools/tools/locale/tools/
H A Dcldr2def.pl406 my $filename = "$UNIDIR/posix/xx_Comm_C.UTF-8.src";
407 if (! -f $filename) {
408 print STDERR "Cannot open $filename\n";
411 open(FIN, "$filename");
412 print "Reading from $filename for ${l}_${f}_${c}\n";
429 $filename = "$UNIDIR/posix/$file.$DEFENCODING.src";
431 # Override $filename for ja_JP because
433 $filename = "$UNIDIR/posix/$file.eucJP.src";
435 if (! -f $filename) {
436 print STDERR "Cannot open $filename\
[all...]
/freebsd-current/contrib/kyua/doc/
H A Dmanbuild.sh127 local filename="${1}"
129 if grep '__[A-Za-z0-9]*__' "${filename}" >/dev/null; then
/freebsd-current/contrib/libucl/python/tests/
H A Dtest_validation.py40 def test_gen(filename):
42 self.validate(filename)
/freebsd-current/contrib/unvis/
H A Dunvis.c108 process(FILE *fp, const char *filename, int eflags) argument
125 warnx("%s: offset: %d: can't decode", filename, offset);
/freebsd-current/contrib/less/
H A Dmark.c348 char *filename = get_real_filename(ifile); local
357 if (strcmp(filename, mark_filename) == 0)
379 char *filename; local
385 filename = m->m_filename;
386 if (filename == NULL)
387 filename = get_real_filename(m->m_ifile);
388 if (strcmp(filename, "-") != 0)
390 m->m_letter, m->m_scrpos.ln, pos_str, filename);
/freebsd-current/tools/tools/pciroms/
H A Dpciroms.c85 static int pci_save_rom(char *filename, int romsize);
175 char filename[16]; local
228 snprintf(filename, sizeof(filename), "%08X.rom",
232 romsize, filename);
235 result = pci_save_rom(filename, romsize);
300 pci_save_rom(char *filename, int romsize) argument
317 if ((fd = open(filename, O_CREAT|O_RDWR|O_TRUNC|O_NOFOLLOW,
/freebsd-current/stand/efi/loader/arch/arm/
H A Dexec.c46 __elfN(arm_load)(char *filename, uint64_t dest, argument
51 r = __elfN(loadfile)(filename, dest, result);
/freebsd-current/stand/powerpc/ofw/
H A Delf_freebsd.c47 __elfN(ofw_loadfile)(char *filename, uint64_t dest, argument
52 r = __elfN(loadfile)(filename, dest, result);
H A Dppc64_elf_freebsd.c47 ppc64_ofw_elf_loadfile(char *filename, uint64_t dest, argument
52 r = __elfN(loadfile)(filename, dest, result);
/freebsd-current/stand/uboot/
H A Delf_freebsd.c42 __elfN(uboot_load)(char *filename, uint64_t dest, argument
47 r = __elfN(loadfile)(filename, dest, result);
/freebsd-current/crypto/openssl/util/
H A Dfind-doc-nits282 my $filename = shift;
298 my $dirname = dirname($filename);
300 my $simplename = basename($filename, ".pod");
319 err($id, "$simplename (filename) missing from NAME section")
506 my $filename = shift;
534 my $filename = shift;
558 my $option_uw = normalise_option($id, $filename, $found);
576 my $option_uw = normalise_option($id, $filename, $found);
602 my $filename = shift;
631 'file name' => 'filename',
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dofh.t26 open my $ifh, '<', $of->filename or die "open($of): $!";
/freebsd-current/stand/uboot/arch/powerpc/
H A Dppc64_elf_freebsd.c43 ppc64_uboot_elf_loadfile(char *filename, uint64_t dest, argument
48 r = __elfN(loadfile)(filename, dest, result);
/freebsd-current/stand/liblua/
H A Dlstd.h70 FILE *fopen(const char *filename, const char *mode);
71 FILE *freopen( const char *filename, const char *mode, FILE *stream);
H A Dlstd.c36 fopen(const char *filename, const char *mode) argument
64 fd = open(filename, m | o);
83 if (verify_file(fd, filename, 0, VE_GUESS, __func__) < 0) {
100 freopen(const char *filename, const char *mode, FILE *stream) argument
103 return (fopen(filename, mode));
/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh140 local hash srcfile filename
148 filename="$hash.$suffix"
154 filename="$hash.$suffix"
161 local srcfile filename
166 filename=$2
168 if [ -z "$srcfile" -o -z "$filename" ] ; then
172 verbose "Adding $filename to untrusted list"
174 "$srcfile" "$UNTRUSTDESTDIR/$filename"
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c174 const char *filename, int lineno, const char *format, va_list ap)
191 if (filename == NULL)
192 filename = dtp->dt_filetag;
194 if (filename != NULL)
195 (void) snprintf(s, n, "\"%s\", line %d: ", filename, lineno);
173 dt_set_errmsg(dtrace_hdl_t *dtp, const char *errtag, const char *region, const char *filename, int lineno, const char *format, va_list ap) argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp74 StringRef Element(llvm::sys::path::filename(
78 StringRef Element(llvm::sys::path::filename(
112 if (llvm::sys::path::filename(Path) ==
113 llvm::sys::path::filename(FileName) &&
118 StringRef Element(llvm::sys::path::filename(FileName.drop_back(
130 // If `ConsumedLength` is zero, this is the root and we have no filename
/freebsd-current/sys/contrib/zstd/programs/
H A Dutil.h127 * Calls platform's equivalent of stat() on filename and writes info to statbuf.
130 int UTIL_stat(const char* filename, stat_t* statbuf);
137 int UTIL_setFileStat(const char* filename, const stat_t* statbuf);
143 * Does not validate filename is valid.
145 int UTIL_utime(const char* filename, const stat_t *statbuf);
163 int UTIL_chmod(char const* filename, const stat_t* statbuf, mode_t permissions);
275 * As @filename is only referenced, its lifetime must outlive @fnt.
279 void UTIL_refFilename(FileNamesTable* fnt, const char* filename);
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp122 void SBFileSpec::SetFilename(const char *filename) { argument
123 LLDB_INSTRUMENT_VA(this, filename);
125 if (filename && filename[0])
126 m_opaque_up->SetFilename(filename);
/freebsd-current/usr.bin/unexpand/
H A Dunexpand.c58 char *filename; local
85 while ((filename = *argv++) != NULL) {
86 if (freopen(filename, "r", stdin) == NULL) {
87 warn("%s", filename);
90 failed |= tabify(filename);
/freebsd-current/sbin/kldstat/
H A Dkldstat.c104 fprintf(stderr, "usage: %1$s [-dhqv] [-i id] [-n filename]\n"
118 char *filename = NULL; local
139 filename = optarg;
185 if (filename != NULL) {
186 if ((fileid = kldfind(filename)) < 0) {
188 warn("can't find file %s", filename);
/freebsd-current/tools/test/stress2/misc/
H A Dnfsrename.sh87 static char *filename;
106 fp = fopen(filename, "r");
142 if (rename(path, filename) < 0) {
197 errx(1, "Missing filename");
201 filename = av[0];
202 dir = dirname(filename);

Completed in 317 milliseconds

1234567891011>>