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

  /bionic/libc/bionic/
stubs.c 424 struct mntent* getmntent(FILE* f) function
426 fprintf(stderr, "FIX ME! implement getmntent() %s:%d\n", __FILE__, __LINE__);
  /external/bluetooth/glib/gio/
gunixmounts.c 338 G_LOCK_DEFINE_STATIC(getmntent); variable
368 G_LOCK (getmntent);
369 while ((mntent = getmntent (file)) != NULL)
416 G_UNLOCK (getmntent);
424 G_LOCK_DEFINE_STATIC(getmntent); variable
459 G_LOCK (getmntent);
460 while (! getmntent (file, &mntent))
483 G_UNLOCK (getmntent);
708 G_LOCK (getmntent);
709 while ((mntent = getmntent (file)) != NULL
    [all...]

Completed in 1908 milliseconds