HomeSort by relevance Sort by last modified time
    Searched refs:SHADOW (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h 19 /* Declaration of types and functions for shadow password suite. */
34 #define SHADOW _PATH_SHADOW
81 /* Get shadow entry matching NAME.
89 /* Read shadow entry from STRING.
97 /* Read next shadow entry from STREAM.
105 /* Write line containing shadow password entry to stream.
149 #endif /* shadow.h */
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 54 // WIN64 reserves 4 words for shadow space
55 const int SHADOW = 4 * GR_STACK_SIZE;
61 // Linux x64 doesn't reserve shadow space
62 const int SHADOW = 0;

Completed in 234 milliseconds