Searched refs:st_errno (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/include/atalk/
H A Ddirectory.h88 int st_valid; /* does st_errno and st set */
89 int st_errno; member in struct:path
99 (!o_path->st_errno && S_ISDIR(o_path->st.st_mode)); /* not in cache an can't chdir */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/include/atalk/
H A Ddirectory.h88 int st_valid; /* does st_errno and st set */
89 int st_errno; member in struct:path
99 (!o_path->st_errno && S_ISDIR(o_path->st.st_mode)); /* not in cache an can't chdir */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/include/atalk/
H A Ddirectory.h88 int st_valid; /* does st_errno and st set */
89 int st_errno; member in struct:path
99 (!o_path->st_errno && S_ISDIR(o_path->st.st_mode)); /* not in cache an can't chdir */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dofork.c235 path->st_errno = 0;
241 path->st_errno = errno;
253 path->st_errno = 0;
257 path->st_errno = errno;
279 path->st_errno = 0;
292 path->st_errno = errno;
298 path->st_errno = 0;
301 path->st_errno = errno;
317 if (path->st_errno)
351 if (path->st_errno)
[all...]
H A Dfiledir.c94 if ( s_path->st_errno != 0 ) {
179 if ( path->st_errno != 0 ) {
351 path.st_errno = errno;
636 if (s_path->st_valid && s_path->st_errno == ENOENT) {
H A Dunix.c213 if (path->st_errno) {
H A Dfile.c813 if ( s_path->st_errno != 0 ) {
1687 switch (s_path->st_errno) {
1980 if (path->st_errno) {
1981 switch (path->st_errno) {
2270 path->st_errno = 0;
2279 path->st_errno = 0;
H A Dappl.c484 if ( path_isadir(path) || path->st_errno ) {
H A Dextattrs.c138 if ( s_path->st_errno != 0 ) {
H A Dacls.c1545 if ( s_path->st_errno != 0 ) {
1601 if ( s_path->st_errno != 0 ) {
1688 if ( s_path->st_errno != 0 ) {
H A Ddirectory.c1674 if (path->st_valid && path->st_errno)
1985 if (path->st_valid && !path->st_errno) {
2630 if ( path->st_errno ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dofork.c235 path->st_errno = 0;
241 path->st_errno = errno;
253 path->st_errno = 0;
257 path->st_errno = errno;
279 path->st_errno = 0;
292 path->st_errno = errno;
298 path->st_errno = 0;
301 path->st_errno = errno;
317 if (path->st_errno)
351 if (path->st_errno)
[all...]
H A Dfiledir.c94 if ( s_path->st_errno != 0 ) {
179 if ( path->st_errno != 0 ) {
351 path.st_errno = errno;
636 if (s_path->st_valid && s_path->st_errno == ENOENT) {
H A Dunix.c213 if (path->st_errno) {
H A Dfile.c813 if ( s_path->st_errno != 0 ) {
1687 switch (s_path->st_errno) {
1980 if (path->st_errno) {
1981 switch (path->st_errno) {
2270 path->st_errno = 0;
2279 path->st_errno = 0;
H A Dappl.c484 if ( path_isadir(path) || path->st_errno ) {
H A Dextattrs.c138 if ( s_path->st_errno != 0 ) {
H A Dacls.c1545 if ( s_path->st_errno != 0 ) {
1601 if ( s_path->st_errno != 0 ) {
1688 if ( s_path->st_errno != 0 ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dofork.c235 path->st_errno = 0;
241 path->st_errno = errno;
253 path->st_errno = 0;
257 path->st_errno = errno;
279 path->st_errno = 0;
292 path->st_errno = errno;
298 path->st_errno = 0;
301 path->st_errno = errno;
317 if (path->st_errno)
351 if (path->st_errno)
[all...]
H A Dfiledir.c94 if ( s_path->st_errno != 0 ) {
179 if ( path->st_errno != 0 ) {
351 path.st_errno = errno;
636 if (s_path->st_valid && s_path->st_errno == ENOENT) {
H A Dunix.c213 if (path->st_errno) {
H A Dfile.c813 if ( s_path->st_errno != 0 ) {
1687 switch (s_path->st_errno) {
1980 if (path->st_errno) {
1981 switch (path->st_errno) {
2270 path->st_errno = 0;
2279 path->st_errno = 0;
H A Dappl.c484 if ( path_isadir(path) || path->st_errno ) {
H A Dextattrs.c138 if ( s_path->st_errno != 0 ) {
H A Dacls.c1545 if ( s_path->st_errno != 0 ) {
1601 if ( s_path->st_errno != 0 ) {
1688 if ( s_path->st_errno != 0 ) {

Completed in 285 milliseconds

12