| /src/sys/arch/luna68k/stand/boot/ |
| ls.c | 40 char filename[80]; local 43 strcpy(filename, default_file); 44 strcpy(strchr(filename, ')')+1, "/"); 46 strcpy(filename, argv[1]); 48 strcat(filename, "/"); 50 ls(filename);
|
| /src/external/bsd/mdocml/dist/ |
| test-mkstemps.c | 7 char filename[] = "/tmp/temp.XXXXXX.suffix"; local 9 if (mkstemps(filename, 7) == -1) 11 return unlink(filename) == -1;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-auto-load-chaining-f1.o-gdb.py | 23 print("Current objfile is: %s" % gdb.current_objfile().filename) 27 filename = gdb.current_objfile().filename variable 28 filename = re.sub(r"-f1.o$", "-f2.o", filename) variable 30 gdb.execute("add-symbol-file %s 0x%x" % (filename, r2)) 33 print("Current objfile is: %s" % gdb.current_objfile().filename)
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_archive_read_close_twice_open_filename.c | 30 const char *filename = "empty.file"; local 33 assertMakeFile(filename, 0644, ""); 35 assertEqualInt(ARCHIVE_OK, archive_read_open_filename(a, filename, 0));
|
| test_write_format_gnutar_filenames.c | 31 * This writes a filename of every length from 1 to 2000 bytes and 35 static char filename[2048]; variable 59 filename[i] = 'a'; 60 filename[i + 1] = '\0'; 61 archive_entry_copy_pathname(template, filename); 74 /* Read back and verify the filename. */ 81 assertEqualString(filename, archive_entry_pathname(ae)); 119 filename[i] = 'a'; 120 filename[i + 1] = '\0'; 121 archive_entry_copy_symlink(template, filename); [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/ |
| flush-after-run.c | 34 const char *filename = argv[1]; local 36 if (stat (filename, &buf) == 0 || errno != ENOENT) 40 FILE *out = fopen (filename, "w"); 50 while (stat (filename, &buf) == 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| dlopen-libpthread.c | 22 static const char *volatile filename; variable 27 filename = NULL; /* notify-here */ 36 assert (filename != NULL); 37 h = dlopen (filename, RTLD_LAZY);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/ |
| flush-after-run.c | 34 const char *filename = argv[1]; local 36 if (stat (filename, &buf) == 0 || errno != ENOENT) 40 FILE *out = fopen (filename, "w"); 50 while (stat (filename, &buf) == 0)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-auto-load-chaining-f1.o-gdb.py | 23 print("Current objfile is: %s" % gdb.current_objfile().filename) 27 filename = gdb.current_objfile().filename variable 28 filename = re.sub(r"-f1.o$", "-f2.o", filename) variable 30 gdb.execute("add-symbol-file %s 0x%x" % (filename, r2)) 33 print("Current objfile is: %s" % gdb.current_objfile().filename)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| dlopen-libpthread.c | 22 static const char *volatile filename; variable 27 filename = NULL; /* notify-here */ 36 assert (filename != NULL); 37 h = dlopen (filename, RTLD_LAZY);
|
| /src/sys/arch/i386/stand/pxeboot/ |
| devopen.c | 75 char *filename; local 84 /* if we got passed a filename, pass it to the BOOTP server */ 99 * a separate filename for the kernel. (The name probably 108 filename = (fname ? strchr(fname, ':') : NULL); 109 if (filename != NULL) { 110 fsnamelen = (size_t)((const char *)filename - fname); 125 filename++; 126 if (filename[0] == '\0') { 132 filename = (char *)fname; 134 *file = filename; [all...] |
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| conf.h | 20 char *filename; member in struct:ossl_init_settings_st
|
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| conf.h | 22 char *filename; member in struct:ossl_init_settings_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/internal/ |
| conf.h | 21 char *filename; member in struct:ossl_init_settings_st
|
| /src/external/bsd/pkg_install/dist/lib/ |
| automatic.c | 70 char *filename, *value; local 75 filename = pkgdb_pkg_file(pkg, INSTALLED_INFO_FNAME); 77 value = var_get(filename, AUTOMATIC_VARNAME); 85 free(filename); 93 char *filename; local 98 filename = pkgdb_pkg_file(pkg, INSTALLED_INFO_FNAME); 100 retval = var_set(filename, AUTOMATIC_VARNAME, value ? "yes" : NULL); 102 free(filename);
|
| /src/external/gpl2/dtc/dist/tests/ |
| check_full.c | 24 const char *filename; local 36 filename = argv[argc-1]; 37 err = utilfdt_read_err(filename, &fdt, &len); 40 filename, strerror(err));
|
| /src/external/gpl2/lvm2/dist/tools/ |
| vgcfgbackup.c | 23 char *filename; local 28 if (!(filename = dm_malloc(PATH_MAX))) { 29 log_error("Failed to allocate filename."); 33 if (snprintf(filename, PATH_MAX, template, vg_name) < 0) { 34 log_error("Error processing filename template %s", 36 dm_free(filename); 39 if (*last_filename && !strncmp(*last_filename, filename, PATH_MAX)) { 41 "Use %%s in filename for VG name."); 42 dm_free(filename); 47 *last_filename = filename; 57 char *filename; local [all...] |
| /src/external/gpl3/binutils/dist/gprof/ |
| utils.c | 61 const char *filename = self->file->name; local 66 filename = strrchr (filename, '/'); 67 if (filename) 69 ++filename; 73 filename = self->file->name; 76 buf = xmalloc (strlen (filename) + 8 + 20 + 16); 79 sprintf (buf, " (%s:%d @ %lx)", filename, self->line_num, 84 sprintf (buf, " (%s:%d)", filename, self->line_num);
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| utils.c | 61 const char *filename = self->file->name; local 66 filename = strrchr (filename, '/'); 67 if (filename) 69 ++filename; 73 filename = self->file->name; 76 buf = xmalloc (strlen (filename) + 8 + 20 + 16); 79 sprintf (buf, " (%s:%d @ %lx)", filename, self->line_num, 84 sprintf (buf, " (%s:%d)", filename, self->line_num);
|
| /src/games/battlestar/ |
| cypher.c | 50 char *filename, *rfilename; local 479 filename = fgetln(stdin, &filename_len); 481 || (filename_len == 1 && filename[0] == '\n')) 485 if (filename[filename_len - 1] == '\n') 487 rfilename = save_file_name(filename,
|
| /src/usr.bin/rev/ |
| rev.c | 61 const char *filename; local 81 filename = "stdin"; 91 filename = *argv++; 102 warn("%s", filename);
|
| /src/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_sap.c | 50 const char *filename; local 59 filename = settings ? settings->filename : NULL; 66 filename, appname, flags); 71 filename, appname, flags);
|
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_sap.c | 50 const char *filename; local 59 filename = settings ? settings->filename : NULL; 66 filename, appname, flags); 71 filename, appname, flags);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| conf_sap.c | 46 const char *filename; local 53 filename = settings ? settings->filename : NULL; 59 filename, appname, flags); 69 ret = CONF_modules_load_file(filename, appname, flags);
|
| /src/external/bsd/file/dist/python/ |
| tests.py | 10 filename = 'magic.py' variable in class:MagicTestCase 21 result = magic.detect_from_filename(self.filename) 25 with open(self.filename, "rb") as fobj: 30 with open(self.filename, "rb") as fobj:
|