Searched refs:pathname (Results 1 - 25 of 182) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive_fe/
H A Dmatching.h36 const char *pathname);
39 const char *pathname, int nullSeparator);
41 int lafe_excluded(struct lafe_matching *, const char *pathname);
H A Dmatching.c60 static int match_exclusion(struct match *, const char *pathname);
61 static int match_inclusion(struct match *, const char *pathname);
86 lafe_exclude_from_file(struct lafe_matching **matching, const char *pathname) argument
92 lr = lafe_line_reader(pathname, 0);
114 lafe_include_from_file(struct lafe_matching **matching, const char *pathname, argument
121 lr = lafe_line_reader(pathname, nullSeparator);
151 lafe_excluded(struct lafe_matching *matching, const char *pathname) argument
161 if (match_exclusion(match, pathname))
168 if (match_inclusion(match, pathname)) {
208 match_exclusion(struct match *match, const char *pathname) argument
220 match_inclusion(struct match *match, const char *pathname) argument
[all...]
H A Dline_reader.c52 char *pathname; member in struct:lafe_line_reader
59 lafe_line_reader(const char *pathname, int nullSeparator) argument
65 lafe_errc(1, ENOMEM, "Can't open %s", pathname);
68 lr->pathname = strdup(pathname);
70 if (strcmp(pathname, "-") == 0)
73 lr->f = fopen(pathname, "r");
75 lafe_errc(1, errno, "Couldn't open %s", pathname);
79 lafe_errc(1, ENOMEM, "Can't read %s", pathname);
139 "Line too long in %s", lr->pathname);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Drelocatable.h36 Relocation simply replaces a pathname starting with the original prefix
37 by the corresponding pathname with the current prefix instead. Both
44 /* Returns the pathname, relocated according to the current installation
46 extern const char * relocate (const char *pathname);
49 a fresh pathname. If this is a problem because your program calls
55 file, and the current pathname of this file. Returns NULL upon failure. */
63 #define relocate(pathname) (pathname)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Drelocatable.h36 Relocation simply replaces a pathname starting with the original prefix
37 by the corresponding pathname with the current prefix instead. Both
44 /* Returns the pathname, relocated according to the current installation
46 extern const char * relocate (const char *pathname);
49 a fresh pathname. If this is a problem because your program calls
55 file, and the current pathname of this file. Returns NULL upon failure. */
63 #define relocate(pathname) (pathname)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Drelocatable.h43 Relocation simply replaces a pathname starting with the original prefix
44 by the corresponding pathname with the current prefix instead. Both
51 /* Returns the pathname, relocated according to the current installation
53 extern const char * relocate (const char *pathname);
56 a fresh pathname. If this is a problem because your program calls
62 file, and the current pathname of this file. Returns NULL upon failure. */
70 #define relocate(pathname) (pathname)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Drelocatable.h36 Relocation simply replaces a pathname starting with the original prefix
37 by the corresponding pathname with the current prefix instead. Both
44 /* Returns the pathname, relocated according to the current installation
46 extern const char * relocate (const char *pathname);
49 a fresh pathname. If this is a problem because your program calls
55 file, and the current pathname of this file. Returns NULL upon failure. */
63 #define relocate(pathname) (pathname)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Drelocatable.h41 Relocation simply replaces a pathname starting with the original prefix
42 by the corresponding pathname with the current prefix instead. Both
49 /* Returns the pathname, relocated according to the current installation
51 extern const char * relocate (const char *pathname);
54 a fresh pathname. If this is a problem because your program calls
60 file, and the current pathname of this file. Returns NULL upon failure. */
68 #define relocate(pathname) (pathname)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Drelocatable.h41 Relocation simply replaces a pathname starting with the original prefix
42 by the corresponding pathname with the current prefix instead. Both
49 /* Returns the pathname, relocated according to the current installation
51 extern const char * relocate (const char *pathname);
54 a fresh pathname. If this is a problem because your program calls
60 file, and the current pathname of this file. Returns NULL upon failure. */
68 #define relocate(pathname) (pathname)
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/conftools/
H A DPrintPath6 # Do not print out full pathname. (silent)
22 pathname=$PATH
37 -p* ) pathname="`echo $args | sed 's/^..//'`" ;;
58 pathname=`echo -E $pathname |
67 pathname=`echo $pathname |
93 for path in $pathname
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenmddeps.c30 const char *pathname; member in struct:filedep
36 add_filedep (const char *pathname) argument
39 n->pathname = pathname;
60 printf (" \\\n\t%s", d->pathname);
66 printf ("\n%s:\n", d->pathname);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenmddeps.c30 const char *pathname; member in struct:filedep
36 add_filedep (const char *pathname) argument
39 n->pathname = pathname;
60 printf (" \\\n\t%s", d->pathname);
66 printf ("\n%s:\n", d->pathname);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/gtk/
H A Dsupport.c78 gchar *pathname = g_strdup_printf ("%s%s%s", (gchar*)elem->data, local
80 if (g_file_test (pathname, G_FILE_TEST_EXISTS))
81 return pathname;
82 g_free (pathname);
93 gchar *pathname = NULL; local
99 pathname = find_pixmap_file (filename);
101 if (!pathname)
107 pixmap = gtk_image_new_from_file (pathname);
108 g_free (pathname);
116 gchar *pathname local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_isojoliet_long.c62 char pathname[104]; local
71 pathname[i] = '0' + ((i+1) % 10);
96 pathname[100] = 'd';
97 pathname[101] = 'i';
98 pathname[102] = 'r';
99 pathname[103] = '\0';
101 assertEqualString(pathname, archive_entry_pathname(ae));
107 /* A regular file with two names (pathname gets returned
109 pathname[100] = '1';
110 pathname[10
[all...]
H A Dtest.h164 #define assertFileAtime(pathname, sec, nsec) \
165 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
166 #define assertFileAtimeRecent(pathname) \
167 assertion_file_atime_recent(__FILE__, __LINE__, pathname)
168 #define assertFileBirthtime(pathname, sec, nsec) \
169 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
170 #define assertFileBirthtimeRecent(pathname) \
171 assertion_file_birthtime_recent(__FILE__, __LINE__, pathname)
181 #define assertFileMtime(pathname, sec, nsec) \
182 assertion_file_mtime(__FILE__, __LINE__, pathname, se
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/src/
H A Dsaslc.c93 * @param pathname location of config files. if NULL, use environment or default
97 saslc_init(saslc_t *ctx, const char *appname, const char *pathname) argument
114 if (pathname != NULL && *pathname != '\0') {
115 if ((ctx->pathname = strdup(pathname)) == NULL) {
137 if (ctx->pathname != NULL) {
138 free(ctx->pathname);
139 ctx->pathname = NULL;
H A Dsaslc_private.h51 char *pathname; /* location of config files */ member in struct:saslc_t
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/test/
H A Dtest.h160 #define assertFileAtime(pathname, sec, nsec) \
161 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
162 #define assertFileAtimeRecent(pathname) \
163 assertion_file_atime_recent(__FILE__, __LINE__, pathname)
164 #define assertFileBirthtime(pathname, sec, nsec) \
165 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
166 #define assertFileBirthtimeRecent(pathname) \
167 assertion_file_birthtime_recent(__FILE__, __LINE__, pathname)
177 #define assertFileMtime(pathname, sec, nsec) \
178 assertion_file_mtime(__FILE__, __LINE__, pathname, se
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest.h160 #define assertFileAtime(pathname, sec, nsec) \
161 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
162 #define assertFileAtimeRecent(pathname) \
163 assertion_file_atime_recent(__FILE__, __LINE__, pathname)
164 #define assertFileBirthtime(pathname, sec, nsec) \
165 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
166 #define assertFileBirthtimeRecent(pathname) \
167 assertion_file_birthtime_recent(__FILE__, __LINE__, pathname)
177 #define assertFileMtime(pathname, sec, nsec) \
178 assertion_file_mtime(__FILE__, __LINE__, pathname, se
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dsearch.c72 char pathname[MAXPATHLEN]; local
78 if (pathnamelen >= sizeof(pathname))
90 memcpy(pathname, dir, dirlen);
91 pathname[dirlen] = '/';
92 memcpy(pathname + dirlen + 1, name, namelen);
93 pathname[pathnamelen] = '\0';
95 dbg((" Trying \"%s\"", pathname));
96 obj = _rtld_load_object(pathname, flags);
102 path->sp_path = xstrdup(pathname);
110 * Find the library with the given name, and return its full pathname
122 const char *pathname; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmime_detach.c95 detach_get_fname(char *prompt, char *pathname) argument
100 fname = my_gets(&elm.filec, prompt, pathname);
107 pathname = savestr(fname); /* save this or it gets trashed */
110 (void)printf("%s%s\n", prompt, pathname);
112 return pathname;
179 char *pathname; local
193 * Get the suggested target pathname.
196 (void)sasprintf(&pathname, "%s/%s", mip->mi_detachdir,
202 (void)sasprintf(&pathname, "%s/msg-%s.part-%s.%s",
219 if ((fname = detach_get_fname(prompt, pathname))
254 char *pathname; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dtrace.c78 Trace_Init(const char *pathname) argument
81 if (pathname != NULL) {
85 trfile = fopen(pathname, "a");
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dfilesys.h39 /* Defines that are passed along with the pathname to info_add_path (). */
57 extern char *filesys_read_info_file (char *pathname, long int *filesize,
60 extern char *filesys_read_compressed (char *pathname, long int *filesize);
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dexcludes.c62 int pathname; member in struct:exclude
96 e->pathname = 1;
98 e->pathname = 0;
114 if ((e->pathname && MATCH(e->glob, path))
/netbsd-6-1-5-RELEASE/libexec/getNAME/
H A DgetNAME.c121 getfrom(char *pathname) argument
127 if (freopen(pathname, "r", stdin) == 0) {
128 warn("Cannot open `%s'", pathname);
131 if ((name = strrchr(pathname, '/')) != NULL)
134 name = pathname;
138 (void)printf("%-60s\tUNKNOWN\n", pathname);
141 pathname);
150 oldman(pathname, name);
154 newman(pathname, name);
161 oldman(char *pathname, cha argument
281 newman(char *pathname, char *name) argument
[all...]

Completed in 178 milliseconds

12345678