Home
last modified time | relevance | path

Searched refs:pathname (Results 76 – 100 of 115) sorted by relevance

12345

/dragonfly/contrib/binutils-2.27/gold/
H A Dplugin.h270 add_input_file(const char* pathname, bool is_lib);
/dragonfly/crypto/openssh/
H A Dsftp-server.c1147 char pathname[PATH_MAX]; in process_readdir() local
1158 snprintf(pathname, sizeof pathname, "%s%s%s", path, in process_readdir()
1160 if (lstat(pathname, &st) == -1) in process_readdir()
H A Dsftp-client.c2932 globpath_is_dir(const char *pathname) in globpath_is_dir() argument
2934 size_t l = strlen(pathname); in globpath_is_dir()
2936 return l > 0 && pathname[l - 1] == '/'; in globpath_is_dir()
H A DPROTOCOL437 pathname, and is formatted as follows:
H A Dchannels.c4906 connect_local_xsocket_path(const char *pathname) in connect_local_xsocket_path() argument
4916 strlcpy(addr.sun_path, pathname, sizeof addr.sun_path); in connect_local_xsocket_path()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dhostconfig.texi110 However, operating systems like VMS, where constructing a pathname is
135 A pathname defined by the host operating system, which can be opened as
H A Dgcov.texi201 Only output information about source files with a relative pathname
224 directory, and the pathname to the source directory is not wanted when
H A Dgty.texi515 pathname relative to the @file{gcc} directory with slashes replaced by
/dragonfly/contrib/binutils-2.34/gold/
H A Dplugin.h302 add_input_file(const char* pathname, bool is_lib);
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c3000 char *pathname; in trace_save() local
3029 pathname = tilde_expand (filename); in trace_save()
3030 cleanup = make_cleanup (xfree, pathname); in trace_save()
3032 fp = fopen (pathname, "wb"); in trace_save()
3043 perror_with_name (pathname); in trace_save()
3173 perror_with_name (pathname); in trace_save()
3180 perror_with_name (pathname); in trace_save()
H A Drecord-full.c2629 char *pathname = xstrdup (bfd_get_filename (obfd)); in record_full_save_cleanups() local
2632 unlink (pathname); in record_full_save_cleanups()
2633 xfree (pathname); in record_full_save_cleanups()
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset356 54 Expand commands to the resulting pathname or alias
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset356 54 Expand commands to the resulting pathname or alias
/dragonfly/contrib/gdb-7/readline/doc/
H A Dhsuser.texi428 Remove a trailing pathname component, leaving only the head.
431 Remove all leading pathname components, leaving the tail.
H A Drluser.texi1539 The word before point is treated as a pattern for pathname expansion,
1544 The word before point is treated as a pattern for pathname expansion,
1547 pathname expansion.
1553 pathname expansion.
1649 If the command word is a full pathname, a compspec for the full
1650 pathname is searched for first.
1651 If no compspec is found for the full pathname, an attempt is made to
1719 The filter is a pattern as used for pathname expansion; a @samp{&}
/dragonfly/contrib/binutils-2.27/gprof/
H A DREADME282 can be forced to print the full pathname of
283 source filenames. The full pathname is determined
/dragonfly/games/hunt/
H A DREADME82 3. Edit file "pathname.c" and make sure the file names and port
/dragonfly/contrib/cvs-1.12/contrib/
H A Dcvs_acls.in399 CVS passes to @ARGV an absolute directory pathname (the repository
/dragonfly/libexec/bootpd/
H A DChanges95 Improve logic for building bootfile pathname, so a path
/dragonfly/sys/dev/acpica/
H A Dacpi.c129 ACPI_STRING pathname, ACPI_OBJECT_LIST *parameters,
1412 acpi_device_eval_obj(device_t bus, device_t dev, ACPI_STRING pathname, in acpi_device_eval_obj() argument
1421 return (AcpiEvaluateObject(h, pathname, parameters, ret)); in acpi_device_eval_obj()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c10024 check_gnu_debuglink (const char * pathname, void * crc_pointer) in check_gnu_debuglink() argument
10032 sep_data = open_debug_file (pathname); in check_gnu_debuglink()
10037 f = fopen (pathname, "rb"); in check_gnu_debuglink()
10042 warn (_("Unable to reopen separate debug info file: %s\n"), pathname); in check_gnu_debuglink()
10055 pathname); in check_gnu_debuglink()
H A Dobjdump.c3634 open_debug_file (const char * pathname) in open_debug_file() argument
3638 data = bfd_openr (pathname, NULL); in open_debug_file()
/dragonfly/sys/kern/
H A Dkern_proc.c2214 static SYSCTL_NODE(_kern_proc, KERN_PROC_PATHNAME, pathname,
/dragonfly/test/stress/fsstress/
H A Dfsstress.c103 typedef struct pathname { struct
/dragonfly/contrib/libarchive/
H A DNEWS356 measuring filenames when deciding what pathname fields to use

12345