HomeSort by relevance Sort by last modified time
    Searched defs:getusershell (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
compat.c 51 * daemon() and getusershell() is copyright as follows:
80 * Modifications for Dropbear to getusershell() are by Paul Marinceu
206 char * getusershell() { function
  /bionic/libc/bionic/
stubs.cpp 462 char* getusershell() { function
  /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...]

Completed in 65 milliseconds