HomeSort by: relevance | last modified time | path
    Searched refs:pathname (Results 1 - 25 of 341) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/cddl/dtracetoolkit/dist/Bin/
diskhits 12 # USAGE: diskhits pathname
50 USAGE: diskhits pathname
64 pathname=$1
65 if [[ ! -e $pathname ]]; then
66 print "ERROR2: file $pathname not found" >&2
72 set -- `ls -l $pathname`
85 inline string PATHNAME = "'$pathname'";
95 /args[2]->fi_pathname == PATHNAME/
rfileio.d 52 self->pathname = cleanpath(args[0]->v_path);
53 @rio[self->pathname, "logical"] = count();
62 @rbytes[self->pathname, "logical"] =
66 self->pathname = 0;
72 @rio[self->pathname, "physical"] = count();
73 @rbytes[self->pathname, "physical"] = sum(args[0]->b_bcount);
  /src/external/cddl/dtracetoolkit/dist/Disk/
diskhits 12 # USAGE: diskhits pathname
50 USAGE: diskhits pathname
64 pathname=$1
65 if [[ ! -e $pathname ]]; then
66 print "ERROR2: file $pathname not found" >&2
72 set -- `ls -l $pathname`
85 inline string PATHNAME = "'$pathname'";
95 /args[2]->fi_pathname == PATHNAME/
  /src/external/lgpl3/mpc/dist/tests/
close_datafile.c 26 free (dc->pathname);
open_datafile.c 39 datafile_context->pathname =
41 if (datafile_context->pathname == NULL)
46 sprintf (datafile_context->pathname, "%s/%s", src_dir, data_filename);
47 datafile_context->fd = fopen (datafile_context->pathname, "r");
50 fprintf (stderr, "Unable to open %s\n", datafile_context->pathname);
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
mkdir.c 50 rk_mkdir(const char *pathname, mode_t mode)
53 return mkdir(pathname, mode);
56 return _mkdir(pathname);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
relocatable.h 43 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)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
relocatable.h 43 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)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
relocatable.h 43 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)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
relocatable.h 43 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)
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocatable.h 43 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)
  /src/external/gpl2/texinfo/dist/intl/
relocatable.h 43 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)
  /src/external/gpl3/gcc.old/dist/intl/
relocatable.h 36 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)
  /src/crypto/external/apache2/openssl/dist/fuzz/
test-corpus.c 37 static void testfile(const char *pathname)
44 if (stat(pathname, &st) < 0 || !S_ISREG(st.st_mode))
46 printf("# %s\n", pathname);
48 f = fopen(pathname, "rb");
70 char *pathname = NULL; local
79 if (pathname == NULL) {
80 pathname = malloc(PATH_MAX);
81 if (pathname == NULL)
83 strcpy(pathname, argv[n]);
85 if (strchr(":<]", pathname[dirname_len - 1]) == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/fuzz/
test-corpus.c 37 static void testfile(const char *pathname)
44 if (stat(pathname, &st) < 0 || !S_ISREG(st.st_mode))
46 printf("# %s\n", pathname);
48 f = fopen(pathname, "rb");
69 char *pathname = NULL; local
78 if (pathname == NULL) {
79 pathname = malloc(PATH_MAX);
80 if (pathname == NULL)
82 strcpy(pathname, argv[n]);
84 if (strchr(":<]", pathname[dirname_len - 1]) == NULL
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/fuzz/
test-corpus.c 37 static void testfile(const char *pathname)
44 if (stat(pathname, &st) < 0 || !S_ISREG(st.st_mode))
46 printf("# %s\n", pathname);
48 f = fopen(pathname, "rb");
69 char *pathname = NULL; local
78 if (pathname == NULL) {
79 pathname = malloc(PATH_MAX);
80 if (pathname == NULL)
82 strcpy(pathname, argv[n]);
84 if (strchr(":<]", pathname[dirname_len - 1]) == NULL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genmddeps.cc 30 const char *pathname; member in struct:filedep
36 add_filedep (const char *pathname)
39 n->pathname = pathname;
61 printf (" \\\n\t%s", d->pathname);
67 printf ("\n%s:\n", d->pathname);
  /src/external/gpl3/gcc.old/dist/gcc/
genmddeps.cc 30 const char *pathname; member in struct:filedep
36 add_filedep (const char *pathname)
39 n->pathname = pathname;
61 printf (" \\\n\t%s", d->pathname);
67 printf ("\n%s:\n", d->pathname);
  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
support.c 78 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 = NULL local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_isojoliet_long.c 61 char pathname[104]; local
70 pathname[i] = '0' + ((i+1) % 10);
97 pathname[100] = 'd';
98 pathname[101] = 'i';
99 pathname[102] = 'r';
100 pathname[103] = '\0';
102 assertEqualString(pathname, archive_entry_pathname(ae));
110 /* A regular file with two names (pathname gets returned
112 pathname[100] = '1';
113 pathname[101] = '2'
    [all...]
  /src/external/cddl/dtracetoolkit/dist/FS/
rfileio.d 52 self->pathname = cleanpath(args[0]->v_path);
53 @rio[self->pathname, "logical"] = count();
62 @rbytes[self->pathname, "logical"] =
66 self->pathname = 0;
72 @rio[self->pathname, "physical"] = count();
73 @rbytes[self->pathname, "physical"] = sum(args[0]->b_bcount);
  /src/external/bsd/libarchive/dist/tar/test/
test_option_fflags.c 14 clear_fflags(const char *pathname)
17 chflags(pathname, 0);
22 fd = open(pathname, O_RDONLY | O_NONBLOCK);
33 (void)pathname; /* UNUSED */
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_nolibc.cpp 28 bool CreateDir(const char *pathname) { return false; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_nolibc.cpp 28 bool CreateDir(const char *pathname) { return false; }
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 164 #define assertChmod(pathname, mode) \
165 assertion_chmod(__FILE__, __LINE__, pathname, mode)
192 #define assertEmptyFile(pathname) \
193 assertion_empty_file(__FILE__, __LINE__, (pathname))
195 #define assertNonEmptyFile(pathname) \
196 assertion_non_empty_file(__FILE__, __LINE__, (pathname))
197 #define assertFileAtime(pathname, sec, nsec) \
198 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
199 #define assertFileAtimeRecent(pathname) \
200 assertion_file_atime_recent(__FILE__, __LINE__, pathname)
    [all...]

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>