Searched refs:st (Results 126 - 150 of 592) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/lib/
H A Dlchown.c73 struct stat st; local
80 if (lstat (file, &st))
83 if (!S_ISLNK (st.st_mode))
101 && (uid == st.st_uid || uid == (uid_t) -1)
102 && (gid == st.st_gid || gid == (gid_t) -1))
108 result = lchmod (file, st.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO
H A Dlink.c75 struct stat st; local
76 if (stat (file1, &st) == 0 && S_ISDIR (st.st_mode))
88 struct stat st; local
92 if (p != dir && stat (dir, &st) == -1)
171 struct stat st; local
172 if (stat (file1, &st))
174 if (!S_ISDIR (st.st_mode))
184 struct stat st; local
194 if (stat (dir, &st)
[all...]
H A Dstat.c48 rpl_stat (char const *name, struct stat *st) argument
50 int result = orig_stat (name, st);
54 if (result == 0 && !S_ISDIR (st->st_mode))
94 result = orig_stat (fixed_name, st);
95 if (result == 0 && check_dir && !S_ISDIR (st->st_mode))
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_log10.S46 fld %st // x : x : log10(2)
50 fld %st // x-1 : x-1 : x : log10(2)
56 fstp %st(1) // x-1 : log10(2)
60 2: fstp %st(0) // x : log10(2)
65 fstp %st(1)
66 fstp %st(1)
H A De_log10f.S47 fld %st // x : x : log10(2)
51 fld %st // x-1 : x-1 : x : log10(2)
57 fstp %st(1) // x-1 : log10(2)
61 2: fstp %st(0) // x : log10(2)
66 fstp %st(1)
67 fstp %st(1)
H A De_log10l.S48 fld %st // x : x : log10(2)
52 fld %st // x-1 : x-1 : x : log10(2)
58 fstp %st(1) // x-1 : log10(2)
62 2: fstp %st(0) // x : log10(2)
67 fstp %st(1)
68 fstp %st(1)
H A Ds_asinh.S73 fld %st // |x| : |x| : log(2)
74 fmul %st(1) // |x|^2 : |x| : log(2)
75 fld %st // |x|^2 : |x|^2 : |x| : log(2)
109 4: fld %st // x : x
111 fstp %st(0) // x
125 5: fld %st // |x| : |x| : log(2)
126 fadd %st, %st(1) // |x| : 2*|x| : log(2)
127 fld %st // |x| : |x| : 2*|x| : log(2)
128 fmul %st(
[all...]
H A Ds_asinhf.S73 fld %st // |x| : |x| : log(2)
74 fmul %st(1) // |x|^2 : |x| : log(2)
75 fld %st // |x|^2 : |x|^2 : |x| : log(2)
109 4: fld %st // x : x
111 fstp %st(0) // x
125 5: fld %st // |x| : |x| : log(2)
126 fadd %st, %st(1) // |x| : 2*|x| : log(2)
127 fld %st // |x| : |x| : 2*|x| : log(2)
128 fmul %st(
[all...]
H A Ds_asinhl.S80 fld %st // |x| : |x| : log(2)
81 fmul %st(1) // |x|^2 : |x| : log(2)
82 fld %st // |x|^2 : |x|^2 : |x| : log(2)
116 4: fld %st // x : x
119 fstp %st(0) // x
133 5: fld %st // |x| : |x| : log(2)
134 fadd %st, %st(1) // |x| : 2*|x| : log(2)
135 fld %st // |x| : |x| : 2*|x| : log(2)
136 fmul %st(
[all...]
H A Ds_cbrtl.S163 fmul %st(1) /* f8*xm : xm */
167 fmul %st(1) /* (f7+f8*xm)*xm : xm */
172 fmul %st(1) /* (f6+(f7+f8*xm)*xm)*xm : xm */
177 fmul %st(1) /* (f5+(f6+(f7+f8*xm)*xm)*xm)*xm : xm */
181 fmul %st(1) /* (f4+(f5+(f6+(f7+f8*xm)*xm)*xm)*xm)*xm : xm */
184 fmul %st(1) /* (f3+(f4+(f5+(f6+(f7+f8*xm)*xm)*xm)*xm)*xm)*xm : xm */
187 fmul %st(1) /* (f2+(f3+(f4+(f5+(f6+(f7+f8*xm)*xm)*xm)*xm)*xm)*xm)*xm : xm */
191 fld %st /* u : u : xm */
192 fmul %st(1) /* u*u : u : xm */
193 fld %st(
[all...]
H A Ds_log1p.S41 fld %st
66 fstp %st(1)
67 fstp %st(1)
H A Ds_log1pf.S41 fld %st
66 fstp %st(1)
67 fstp %st(1)
H A Ds_log1pl.S46 fld %st
73 fstp %st(1)
74 fstp %st(1)
H A Ds_sincos.S51 fadd %st(0)
52 fxch %st(1)
57 fstp %st(1)
H A Ds_sincosf.S51 fadd %st(0)
52 fxch %st(1)
57 fstp %st(1)
H A Ds_sincosl.S51 fadd %st(0)
52 fxch %st(1)
57 fstp %st(1)
/haiku-fatelf/src/bin/
H A Ddiff_zip.cpp27 const struct stat& st);
58 Node(Directory* parent, const string& name, const struct stat& st) argument
61 fStat(st)
75 bool DoStat(struct stat& st) const
78 if (lstat(path.c_str(), &st) != 0)
91 struct stat st; local
93 diff_status status = DiffEntry(path, st);
106 diff_status DiffEntry(const string& path, struct stat& st) const
108 if (lstat(path.c_str(), &st) == 0) {
109 if (st
135 Directory(Directory* parent, const string& name, const struct stat& st) argument
164 struct stat st; local
201 struct stat st; local
287 create_node(Directory* parent, const string& name, const struct stat& st) argument
319 struct stat st; local
[all...]
H A Ddiskimage.cpp80 struct stat st; local
81 if (lstat(fileName, &st) != 0) {
88 if (!S_ISREG(st.st_mode)) {
144 struct stat st; local
145 if (lstat(fileNameOrID, &st) != 0) {
155 dev_t volumeID = st.st_dev;
156 ino_t nodeID = st.st_ino;
167 if ((device.GetFilePath(&path) == B_OK && lstat(path.Path(), &st) == 0
168 && volumeID == st.st_dev && nodeID == st
[all...]
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DEngineManagment.c97 // st - when engine has been acquired, wait for this sync token
100 sync_token *st, engine_token **et )
112 if (st)
113 SYNC_TO_TOKEN( st );
121 // st - (out) sync token to be filled out
122 status_t RELEASE_ENGINE( engine_token *et, sync_token *st )
129 if (st) {
132 st->engine_id = et->engine_id;
133 st->counter = si->engine.count;
153 // st
99 ACQUIRE_ENGINE( uint32 capabilities, uint32 max_wait, sync_token *st, engine_token **et ) argument
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Dpartition_support.cpp67 struct fssh_stat st; local
68 if (unrestricted_fstat(fd, &st) < 0)
71 return find_file_restriction(st.fssh_st_dev, st.fssh_st_ino);
79 struct fssh_stat st; local
80 if (unrestricted_stat(fileName, &st) < 0)
83 fssh_dev_t device = st.fssh_st_dev;
84 fssh_ino_t node = st.fssh_st_ino;
91 endOffset = st.fssh_st_size;
149 restricted_file_restrict_stat(struct fssh_stat* st) argument
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DStatableTest.cpp73 struct stat st; local
74 CPPUNIT_ASSERT( lstat(entryName.c_str(), &st) == 0 );
75 CPPUNIT_ASSERT( statable->IsDirectory() == S_ISDIR(st.st_mode) );
76 CPPUNIT_ASSERT( statable->IsFile() == S_ISREG(st.st_mode) );
77 CPPUNIT_ASSERT( statable->IsSymLink() == S_ISLNK(st.st_mode) );
102 struct stat st; local
115 CPPUNIT_ASSERT( lstat(entryName.c_str(), &st) == 0 );
127 CPPUNIT_ASSERT( ref.device == st.st_dev && ref.node == st.st_ino );
128 CPPUNIT_ASSERT( owner == st
197 struct stat st; local
[all...]
/haiku-fatelf/src/build/libroot/
H A DNodeRef.h22 NodeRef(const struct stat &st) argument
23 : device(st.st_dev),
24 node(st.st_ino)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_log1pl.S47 fld %st
67 fstp %st(1)
68 fstp %st(1)
H A Ds_sincos.S47 fadd %st(0)
48 fxch %st(1)
53 fstp %st(1)
H A Ds_sincosl.S46 fadd %st(0)
47 fxch %st(1)
52 fstp %st(1)

Completed in 191 milliseconds

1234567891011>>