Searched refs:fs (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-fmtstream.c62 argp_fmtstream_t fs;
64 fs = (struct argp_fmtstream *) malloc (sizeof (struct argp_fmtstream));
65 if (fs != NULL)
67 fs->stream = stream;
69 fs->lmargin = lmargin;
70 fs->rmargin = rmargin;
71 fs->wmargin = wmargin;
72 fs->point_col = 0;
73 fs->point_offs = 0;
75 fs
61 argp_fmtstream_t fs; local
98 __argp_fmtstream_free(argp_fmtstream_t fs) argument
122 __argp_fmtstream_update(argp_fmtstream_t fs) argument
351 __argp_fmtstream_ensure(struct argp_fmtstream *fs, size_t amount) argument
402 __argp_fmtstream_printf(struct argp_fmtstream *fs, const char *fmt, ...) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dfs.hpp35 #include "atf-c++/detail/fs.hpp"
41 std::auto_ptr< atf::fs::path > m_path;
44 temp_dir(const atf::fs::path&);
47 const atf::fs::path& get_path(void) const;
50 atf::fs::path change_directory(const atf::fs::path&);
51 void cleanup(const atf::fs::path&);
52 atf::fs::path get_current_dir(void);
H A Dfs.cpp49 #include "fs.hpp"
59 static void cleanup_aux(const atf::fs::path&, dev_t, bool);
60 static void cleanup_aux_dir(const atf::fs::path&, const atf::fs::file_info&,
62 static void do_unmount(const atf::fs::path&);
71 cleanup_aux(const atf::fs::path& p, dev_t parent_device, bool erase)
73 atf::fs::file_info fi(p);
75 if (fi.get_type() == atf::fs::file_info::dir_type)
82 if (fi.get_type() == atf::fs::file_info::dir_type)
83 atf::fs
[all...]
H A Dfs_test.cpp41 #include "atf-c++/detail/fs.hpp"
43 #include "fs.hpp"
71 atf::fs::path t1("non-existent");
72 atf::fs::path t2("non-existent");
75 atf::fs::path tmpl("testdir.XXXXXX");
83 ATF_REQUIRE(!atf::fs::exists(tmpl));
84 ATF_REQUIRE( atf::fs::exists(t1));
85 ATF_REQUIRE( atf::fs::exists(t2));
87 atf::fs::file_info fi1(t1);
98 atf::fs
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DFileOutputBuffer.cpp37 sys::fs::unmap_file_pages((void*)BufferStart, getBufferSize());
39 sys::fs::remove(Twine(TempPath), Existed);
49 sys::fs::file_status Stat;
50 error_code EC = sys::fs::status(FilePath, Stat);
52 case sys::fs::file_type::file_not_found:
55 case sys::fs::file_type::regular_file: {
57 // FIXME: There is no sys::fs:: api for checking this.
70 EC = sys::fs::remove(FilePath, Existed);
77 EC = sys::fs::unique_file(Twine(FilePath) + ".tmp%%%%%%%",
90 EC = sys::fs
[all...]
H A DPath.cpp158 fs::file_magic type;
159 if (fs::identify_magic(str(), type))
161 return type == fs::file_magic::archive;
166 fs::file_magic type;
167 if (fs::identify_magic(str(), type))
171 case fs::file_magic::macho_fixed_virtual_memory_shared_lib:
172 case fs::file_magic::macho_dynamically_linked_shared_lib:
173 case fs::file_magic::macho_dynamically_linked_shared_lib_stub:
174 case fs::file_magic::elf_shared_object:
175 case fs
[all...]
/macosx-10.10.1/bzip2-36/xcodescripts/
H A Dcreate_dylib_symlinks.sh7 ln -fs libbz2.1.0.dylib ${DSTROOT}/usr/lib/libbz2.dylib
8 ln -fs libbz2.1.0.dylib ${DSTROOT}/usr/lib/libbz2.1.0.5.dylib
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dmacros_test.cpp42 #include "detail/fs.hpp"
256 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
257 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
269 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
270 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
282 ATF_REQUIRE(atf::fs
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/sample/
H A Doledirs.rb14 fs = WIN32OLE.new("Scripting.FileSystemObject")
16 folder = fs.GetFolder(".")
/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DPath.cpp129 ASSERT_NO_ERROR(fs::make_absolute(temp_store));
153 fs::unique_file("file-system-test-%%-%%-%%-%%/test-directory.anchor", fd,
164 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), removed));
173 fs::unique_file("%%-%%-%%-%%.temp", FileDescriptor, TempPath));
177 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
183 ASSERT_NO_ERROR(fs::unique_file("%%-%%-%%-%%.temp", FD2, TempPath2));
186 fs::file_status A, B;
187 ASSERT_NO_ERROR(fs::status(Twine(TempPath), A));
188 ASSERT_NO_ERROR(fs::status(Twine(TempPath2), B));
189 EXPECT_FALSE(fs
[all...]
H A DFileOutputBufferTest.cpp43 fs::unique_file("FileOutputBuffer-test-%%-%%-%%-%%/dir", fd,
64 ASSERT_NO_ERROR(fs::has_magic(Twine(File1), Twine("AABBCCDDEEFFGGHHIIJJ"),
69 ASSERT_NO_ERROR(fs::file_size(Twine(File1), File1Size));
84 ASSERT_NO_ERROR(fs::exists(Twine(File2), Exists));
103 ASSERT_NO_ERROR(fs::has_magic(Twine(File3), Twine("AABBCCDDEEFFGGHHIIJJ"),
108 ASSERT_NO_ERROR(fs::file_size(Twine(File3), File3Size));
125 fs::file_status Status;
126 ASSERT_NO_ERROR(fs::status(Twine(File4), Status));
127 bool IsExecutable = (Status.permissions() & fs::owner_exe);
132 ASSERT_NO_ERROR(fs
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtextend.cpp127 c4_FileStrategy fs; local
128 bool f1 = fs.DataOpen("e05a", 1);
130 fs.DataWrite(0, "hi!", 3);
131 A(fs._failure == 0);
132 A(fs.FileSize() == 3);
133 fs.DataCommit(0);
134 A(fs.FileSize() == 3);
135 fs.ResetFileMapping();
136 if (fs._mapStart != 0) {
137 A(fs
[all...]
/macosx-10.10.1/network_cmds-457/dnctl/
H A Ddnctl.c274 list_queues(struct dn_flow_set *fs, struct dn_flow_queue *q) argument
282 fs->flow_mask.proto,
283 fs->flow_mask.src_ip, fs->flow_mask.src_port,
284 fs->flow_mask.dst_ip, fs->flow_mask.dst_port);
285 if (fs->rq_elements == 0)
291 heapsort(q, fs->rq_elements, sizeof(struct dn_flow_queue), sort_q);
294 for (l = 0; l < fs->rq_elements; l++) {
308 fs
387 print_flowset_parms(struct dn_flow_set *fs, char *prefix) argument
427 struct dn_flow_set *fs; local
[all...]
/macosx-10.10.1/files-662.1.1/
H A DMakefile35 $(_v) $(LN) -fs private/etc "$(Destination)/etc"
38 $(_v) $(LN) -fs private/var/tmp "$(Destination)/tmp"
39 $(_v) $(LN) -fs ../private/var/logs "$(Destination)/Library/Logs"
40 $(_v) $(LN) -fs "../../private/var/Managed Preferences/mobile" "$(Destination)/Library/Managed Preferences/mobile"
41 $(_v) $(LN) -fs ../private/var/preferences "$(Destination)/Library/Preferences"
42 $(_v) $(LN) -fs ../private/var/Keychains "$(Destination)/Library/Keychains"
43 $(_v) $(LN) -fs ../private/var/MobileDevice "$(Destination)/Library/MobileDevice"
47 $(_v) $(LN) -fs private/tmp "$(Destination)/tmp"
52 $(_v) $(LN) -fs ../../Applications/Motion.app/Contents/Frameworks/AEProfiling.framework "$(Destination)/Library/Frameworks"
53 $(_v) $(LN) -fs
[all...]
/macosx-10.10.1/diskdev_cmds-576/quotaon.tproj/
H A Dquotaon.c192 register struct fstab *fs; local
194 while ((fs = getfsent()) != NULL) {
195 if (strcmp(fs->fs_vfstype, "ufs") ||
196 strcmp(fs->fs_type, FSTAB_RW))
199 if (gflag && hasquota(fs, GRPQUOTA, &qfnp))
200 errs += quotaonoff(fs, offmode, GRPQUOTA, qfnp);
201 if (uflag && hasquota(fs, USRQUOTA, &qfnp))
202 errs += quotaonoff(fs, offmode, USRQUOTA, qfnp);
205 if ((argnum = oneof(fs->fs_file, argv, argc)) >= 0 ||
206 (argnum = oneof(fs
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c284 p->fs.fs_nr = user_pipe_32.fs.fs_nr;
285 p->fs.flags_fs = user_pipe_32.fs.flags_fs;
286 p->fs.parent_nr = user_pipe_32.fs.parent_nr;
287 p->fs.weight = user_pipe_32.fs.weight;
288 p->fs.qsize = user_pipe_32.fs
908 struct dn_flow_set *fs = q->fs; local
1205 expire_queues(struct dn_flow_set *fs) argument
1240 create_queue(struct dn_flow_set *fs, int i) argument
1273 find_queue(struct dn_flow_set *fs, struct ip_flow_id *id) argument
1380 red_drops(struct dn_flow_set *fs, struct dn_flow_queue *q, int len) argument
1485 struct dn_flow_set *fs; local
1529 struct dn_flow_set *fs = NULL; local
1813 purge_flow_set(struct dn_flow_set *fs, int all) argument
1878 struct dn_flow_set *fs, *fs1; local
1914 dn_ipfw_rule_delete_fs(struct dn_flow_set *fs, void *r) argument
1936 struct dn_flow_set *fs ; local
2191 fs_remove_from_heap(struct dn_heap *h, struct dn_flow_set *fs) argument
2230 struct dn_flow_set *fs; local
2270 struct dn_flow_set *fs; local
[all...]
/macosx-10.10.1/file_cmds-242/cp/
H A Dutils.c73 struct stat *fs; local
91 fs = entp->fts_statp;
129 fs->st_mode & ~(S_ISUID | S_ISGID));
138 fs->st_mode & ~(S_ISUID | S_ISGID));
145 fs->st_mode & ~(S_ISUID | S_ISGID));
156 if (S_ISREG(fs->st_mode)) {
170 fst.fst_length = fs->st_size;
194 if (S_ISREG(fs->st_mode) && fs->st_size > 0 &&
195 fs
352 setfile(struct stat *fs, int fd) argument
445 preserve_dir_acls(struct stat *fs, char *source_dir, char *dest_dir) argument
[all...]
/macosx-10.10.1/awk-20/src/
H A Dmain.c65 const char *fs = NULL; local
72 "usage: %s [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]\n",
108 fs = "\t";
110 fs = &argv[1][2];
114 fs = "\t";
116 fs = &argv[1][0];
118 if (fs == NULL || *fs == '\0')
162 if (fs)
163 *FS = qstring(fs, '\
[all...]
/macosx-10.10.1/diskdev_cmds-576/mount_fdesc.tproj/
H A Dmount_fdesc.c88 struct statfs fs; local
113 if (statfs(dir, &fs) == -1) {
116 if (strcmp(fs.f_fstypename, "devfs") != 0) {
/macosx-10.10.1/groff-38/groff/src/devices/xditview/
H A Dfont.c58 DviFontSizeList *fs, *best = 0, *smallest = 0; local
88 for (fs = f->sizes; fs; fs=fs->next) {
89 if (dw->dvi.sizescale*fs->size <= 10*size
90 && fs->size >= bestsize) {
91 best = fs;
92 bestsize = fs->size;
94 if (smallest == 0 || fs
185 DisposeFontSizes(DviWidget dw, DviFontSizeList *fs) argument
375 DviFontSizeList *fs; local
[all...]
/macosx-10.10.1/diskdev_cmds-576/mount.tproj/
H A Dmount.c121 struct fstab *fs; local
183 while ((fs = getfsent()) != NULL) {
184 if (BADTYPE(fs->fs_type))
186 if (checkvfsname(fs->fs_vfstype, vfslist))
188 if (hasopt(fs->fs_mntops, "noauto"))
190 if (!strcmp(fs->fs_vfstype, "nfs")) {
191 if (hasopt(fs->fs_mntops, "net"))
194 if (fs->fs_spec == NULL ||
195 fs->fs_file == NULL ||
196 ismounted(fs
[all...]
/macosx-10.10.1/libarchive-30/libarchive/cpio/test/
H A Dtest_format_newc.c79 size_t s, fs, ns; local
165 fs = from_hex(e + 54, 8);
166 fs += PAD(fs, 4);
178 e += 110 + fs + ns;
193 fs = from_hex(e + 54, 8);
194 fs += PAD(fs, 4);
205 e += 110 + fs + ns;
228 fs
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dfs_test.cpp42 #include "fs.hpp"
76 using atf::fs::path;
101 using atf::fs::path;
118 using atf::fs::path;
135 using atf::fs::path;
151 using atf::fs::path;
167 using atf::fs::path;
184 using atf::fs::path;
202 using atf::fs::path;
218 using atf::fs
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dmnt.h38 char* fs; /* filesystem name */ member in struct:__anon9068
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/code/
H A Dmacros.tcl67 append fs [cd::tlc][textutil::repeat::strRepeat [cd::hl] $max][cd::trc]\n
69 append fs [cd::vl]${l}[textutil::repeat::strRepeat " " [expr {$max-[string length $l]}]][cd::vl]\n
71 append fs [cd::blc][textutil::repeat::strRepeat [cd::hl] $max][cd::brc]
72 return [cd::groptim $fs]

Completed in 141 milliseconds

1234567891011>>