HomeSort by relevance Sort by last modified time
    Searched full:getusershell (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /external/dropbear/
compat.h 47 char *getusershell();
compat.c 51 * daemon() and getusershell() is copyright as follows:
80 * Modifications for Dropbear to getusershell() are by Paul Marinceu
206 char * getusershell() { function
svr-auth.c 257 /* check the shell is valid. If /etc/shells doesn't exist, getusershell()
261 while ((listshell = getusershell()) != NULL) {
INSTALL 38 Firstly, make sure you have at least uclibc 0.9.17, as getusershell() in prior
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 442 extern char *getusershell (void);
443 /* Rewind to pointer that is advanced at each getusershell() call. */
445 /* Free the pointer that is advanced at each getusershell() call and
450 # undef getusershell macro
451 # define getusershell() \ macro
452 (GL_LINK_WARNING ("getusershell is unportable - " \
453 "use gnulib module getusershell for portability"), \
454 getusershell ())
458 "use gnulib module getusershell for portability"), \
463 "use gnulib module getusershell for portability"),
    [all...]
  /external/bison/lib/
unistd.in.h 899 _GL_FUNCDECL_SYS (getusershell, char *, (void));
901 _GL_CXXALIAS_SYS (getusershell, char *, (void));
902 _GL_CXXALIASWARN (getusershell);
904 # undef getusershell
906 _GL_WARN_ON_USE (getusershell, "getusershell is unportable - "
907 "use gnulib module getusershell for portability");
912 /* Rewind to pointer that is advanced at each getusershell() call. */
922 "use gnulib module getusershell for portability");
927 /* Free the pointer that is advanced at each getusershell() call an
    [all...]
  /external/bison/darwin-lib/
unistd.h 1216 # undef getusershell macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1216 # undef getusershell macro
    [all...]
  /bionic/libc/include/
unistd.h 95 extern char* getusershell(void);
  /development/ndk/platforms/android-3/include/
unistd.h 189 extern char* getusershell(void);
  /development/ndk/platforms/android-8/include/
unistd.h 97 extern char* getusershell(void);
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 458 getusershell
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 452 getusershell
  /development/ndk/platforms/android-9/include/
unistd.h 97 extern char* getusershell(void);
  /external/bison/m4/
unistd_h.m4 47 getusershell setusershell endusershell
  /external/libpcap/lbl/
os-sunos4.h 109 char *getusershell(void);
  /external/tcpdump/lbl/
os-sunos4.h 109 char *getusershell(void);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
unistd.h 102 extern char* getusershell(void);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
unistd.h 102 extern char* getusershell(void);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
unistd.h 188 extern char* getusershell(void);
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
unistd.h 96 extern char* getusershell(void);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
unistd.h 96 extern char* getusershell(void);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
unistd.h 188 extern char* getusershell(void);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
unistd.h 188 extern char* getusershell(void);
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
unistd.h 96 extern char* getusershell(void);

Completed in 2309 milliseconds

1 2 3 4 5 6 7