Home | History | Annotate | Download | only in gio

Lines Matching defs:getmntent

338 G_LOCK_DEFINE_STATIC(getmntent);
368 G_LOCK (getmntent);
369 while ((mntent = getmntent (file)) != NULL)
416 G_UNLOCK (getmntent);
424 G_LOCK_DEFINE_STATIC(getmntent);
459 G_LOCK (getmntent);
460 while (! getmntent (file, &mntent))
483 G_UNLOCK (getmntent);
708 G_LOCK (getmntent);
709 while ((mntent = getmntent (file)) != NULL)
750 G_UNLOCK (getmntent);
775 G_LOCK (getmntent);
776 while (! getmntent (file, &mntent))
811 G_UNLOCK (getmntent);
2149 G_LOCK (getmntent);
2150 while ((entp = getmntent (f)) != NULL)
2166 G_UNLOCK (getmntent);