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

  /bionic/libc/bionic/
stubs.cpp 447 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...]
  /external/bison/darwin-lib/
unistd.h 1216 # undef getusershell macro
    [all...]
  /external/bison/linux-lib/
unistd.h 1216 # undef getusershell macro
    [all...]

Completed in 95 milliseconds