Searched refs:filename (Results 251 - 275 of 855) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dargv.c381 const char *filename; local
399 filename = (*argvp)[i];
400 if (filename[0] != '@')
403 f = fopen (++filename, "r");
/freebsd-10.1-release/contrib/diff/lib/
H A Dexclude.c203 struct exclude *ex, char const *filename, int options,
206 bool use_stdin = filename[0] == '-' && !filename[1];
219 else if (! (in = fopen (filename, "r")))
202 add_exclude_file(void (*add_func) (struct exclude *, char const *, int), struct exclude *ex, char const *filename, int options, char line_end) argument
/freebsd-10.1-release/contrib/groff/src/preproc/html/
H A Dpushback.cpp62 pushBackBuffer::pushBackBuffer (char *filename) argument
73 if (strcmp(filename, "") != 0) {
76 if (open(filename, O_RDONLY) != 0) {
79 fileName = filename;
/freebsd-10.1-release/contrib/ldns/ldns/
H A Dhigher.h72 * \param[in] filename the filename to use (NULL for /etc/hosts)
75 ldns_rr_list *ldns_get_rr_list_hosts_frm_file(char *filename);
/freebsd-10.1-release/contrib/less/
H A Dos.c232 errno_message(filename)
233 char *filename;
246 len = strlen(filename) + strlen(p) + 3;
248 SNPRINTF2(m, len, "%s: %s", filename, p);
/freebsd-10.1-release/contrib/libarchive/cpio/
H A Dcpio.h48 const char *filename; member in struct:cpio
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpec.cpp125 SBFileSpec::SetFilename(const char *filename) argument
127 if (filename && filename[0])
128 m_opaque_ap->GetFilename().SetCString(filename);
/freebsd-10.1-release/contrib/ofed/libsdp/src/
H A Dlibsdp.h124 char *filename );
/freebsd-10.1-release/contrib/xz/src/xz/
H A Dutil.h108 /// \brief Check if filename is empty and print an error message
109 extern bool is_empty_filename(const char *filename);
/freebsd-10.1-release/usr.bin/vgrind/
H A Dvgrindefs.c56 static char *filename; variable
80 filename = file;
81 tf = open(filename, 0);
155 if (tgetent(tcbuf, tcname, filename) != 1)
/freebsd-10.1-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c152 mpegtsrecv(int d, const char *filename, char ich, int count) argument
165 if (strcmp(filename, "-") == 0)
168 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
170 err(EX_NOINPUT, "%s", filename);
/freebsd-10.1-release/contrib/ntp/lib/isc/include/isc/
H A Dstdio.h43 isc_stdio_open(const char *filename, const char *mode, FILE **fp);
/freebsd-10.1-release/crypto/openssl/crypto/dso/
H A Ddso.h75 * By default, DSO_load() will translate the provided filename into a form
85 * filename should be interpreted as-is.
118 * a filename to transform. They should either return NULL (if there is an
198 * anything but will need to cache the filename for use in the dso_bind
223 * This is populated with (a copy of) the platform-independant filename
226 char *filename; member in struct:dso_st
228 * This is populated with (a copy of) the translated filename by which
230 * loaded. NB: This is here because the filename translation process may
235 * loaded library or not, and (b) the filename with which it was actually
257 * These functions can be used to get/set the platform-independant filename
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dexec.c177 ARGS is assumed to be the filename. */
180 exec_file_attach (char *filename, int from_tty) argument
187 if (!filename)
197 scratch_chan = openp (getenv ("PATH"), 1, filename,
203 char *exename = alloca (strlen (filename) + 5);
204 strcat (strcpy (exename, filename), ".exe");
210 perror_with_name (filename);
271 (*exec_file_display_hook) (filename);
287 char *filename; local
294 as the filename
[all...]
/freebsd-10.1-release/contrib/sendmail/src/
H A Dbf.c104 char *filename; local
112 filename = ((struct bf_info *) info)->bi_filename;
118 if (*filename == '\0')
120 /* Empty filename string */
124 if (stat(filename, &st) == 0)
161 l = strlen(filename) + 1;
171 (void) sm_strlcpy(bfp->bf_filename, filename, l);
179 sm_dprintf("sm_bfopen(%s)\n", filename);
188 ** filename -- the file's name
216 bfopen(char *filename, MODE_ argument
[all...]
/freebsd-10.1-release/usr.bin/fstat/
H A Dfstat.c78 static int getfname(const char *filename);
233 const char *filename; local
237 filename = NULL;
250 filename = d->name;
254 if (fsmatch == 0 || (filename == NULL && fsflg == 0))
308 if (filename && !fsflg)
309 printf(" %s", filename);
541 getfname(const char *filename) argument
546 if (stat(filename, &statbuf)) {
547 warn("%s", filename);
[all...]
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Drb_malloc.d42 self string filename;
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_malloc.d42 self string filename;
/freebsd-10.1-release/contrib/dtc/
H A Ddtc-lexer.l68 static void push_input_file(const char *filename);
92 /* start of filename */
94 /* strip trailing " from filename */
262 static void push_input_file(const char *filename)
264 assert(filename);
268 srcfile_push(filename);
/freebsd-10.1-release/contrib/libreadline/
H A Dcomplete.c2 /* complete.c -- filename completion for readline. */
157 /* Non-zero means that case is not significant in filename completion. */
165 Unix) when doing filename completion. */
171 /* Non-zero means add an additional character to each filename displayed
188 NULL means to use rl_filename_completion_function (), the default filename
201 /* Non-zero means to suppress normal filename completion after the
260 filename contains any characters in rl_filename_quote_chars. This is
266 filename completion is done, after all the matching names have been
276 /* Set to a function to quote a filename in an application-specific fashion.
282 /* Function to call to remove quoting characters from a filename
1518 char temp_string[4], *filename; local
1898 static char *filename = (char *)NULL; local
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Dsftp-glob.c84 strlcpy(ret->d_name, od->dir[od->offset++]->filename, MAXPATHLEN);
86 strlcpy(ret->d_name, od->dir[od->offset++]->filename,
/freebsd-10.1-release/libexec/bootpd/
H A Ddumptab.c39 dumptab(filename)
40 char *filename;
52 dumptab(filename)
53 char *filename;
102 if ((fp = fopen(filename, "w")) == NULL) {
104 filename, get_errmsg());
109 fprintf(fp, "# %s: dump of bootp server database.\n", filename);
122 report(LOG_INFO, "dumped %d entries to \"%s\".", n, filename);
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Dstdio.c31 isc_stdio_open(const char *filename, const char *mode, FILE **fp) { argument
34 f = fopen(filename, mode);
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/
H A Dstdio.c30 isc_stdio_open(const char *filename, const char *mode, FILE **fp) { argument
33 f = fopen(filename, mode);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcache.c479 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RB);
485 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_RUB);
487 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_WUB);
514 if (stat (abfd->filename, &s) == 0 && s.st_size != 0)
515 unlink_if_ordinary (abfd->filename);
517 abfd->iostream = (PTR) real_fopen (abfd->filename, FOPEN_WUB);

Completed in 302 milliseconds

<<11121314151617181920>>