OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lchmod
(Results
1 - 2
of
2
) sorted by null
/external/bison/linux-lib/sys/
stat.h
732
/* The
lchmod
replacement follows symbolic links. Callers should take
733
this into account;
lchmod
should be applied only to arguments that
734
are known to not be symbolic links. On hosts that lack
lchmod
,
736
invocation of
lchmod
, but we know of no workarounds that are
737
reliable in general. You might try requesting support for
lchmod
740
# define
lchmod
chmod
744
_GL_CXXALIAS_RPL_CAST_1 (
lchmod
, chmod, int,
748
_GL_FUNCDECL_SYS (
lchmod
, int, (const char *filename, mode_t mode)
751
_GL_CXXALIAS_SYS (
lchmod
, int, (const char *filename, mode_t mode));
754
_GL_CXXALIASWARN (
lchmod
);
757
# undef
lchmod
macro
[
all
...]
/external/bison/darwin-lib/sys/
stat.h
732
/* The
lchmod
replacement follows symbolic links. Callers should take
733
this into account;
lchmod
should be applied only to arguments that
734
are known to not be symbolic links. On hosts that lack
lchmod
,
736
invocation of
lchmod
, but we know of no workarounds that are
737
reliable in general. You might try requesting support for
lchmod
740
# define
lchmod
chmod
744
_GL_CXXALIAS_RPL_CAST_1 (
lchmod
, chmod, int,
748
_GL_FUNCDECL_SYS (
lchmod
, int, (const char *filename, mode_t mode)
751
_GL_CXXALIAS_SYS (
lchmod
, int, (const char *filename, mode_t mode));
754
_GL_CXXALIASWARN (
lchmod
);
757
# undef
lchmod
macro
[
all
...]
Completed in 390 milliseconds