HomeSort by: relevance | last modified time | path
    Searched refs:getmntent (Results 1 - 17 of 17) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
mnttab.h 91 extern int getmntent(FILE *, struct mnttab *);
99 extern int getmntent();
  /src/external/cddl/osnet/include/
mnttab.h 61 int getmntent(FILE *fp, struct mnttab *mp);
  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_default.c 82 while (!found && (ment = getmntent(mtab))) {
checkmount_svr4.c 64 while (!found && (err = getmntent(mtab, &ment)) == 0) {
77 fprintf(stderr, "getmntent: %s: %s\n", MNTTAB,
  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_svr4.c 233 while ((ret = getmntent(fp, &mountbuf)) == 0) {
240 * Copy the data returned by getmntent
mtab_file.c 423 * which loses 1K the first time getmntent is called.
426 while ((mep = getmntent(mfp))) {
433 * Copy the data returned by getmntent
mtab_linux.c 534 * which loses 1K the first time getmntent is called.
537 while ((mep = getmntent(mfp))) {
544 * Copy the data returned by getmntent
mtab_mach3.c 474 * which loses 1K the first time getmntent is called.
477 while (mep = getmntent(mfp)) {
484 * Copy the data returned by getmntent
  /src/external/cddl/osnet/lib/libzfs/
mnttab.c 198 getmntent(FILE *fp, struct mnttab *mp) function
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_mount.c 1230 while (getmntent(hdl->libzfs_mnttab, &entry) == 0) {
libzfs_dataset.c 721 while (getmntent(hdl->libzfs_mnttab, &entry) == 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 2286 with getmntent{_r}. */
2296 snprintf(tmpfile, sizeof(tmpfile), "/tmp/msan.getmntent.tmp.XXXXXX");
2323 TEST(MemorySanitizer, getmntent) {
2328 struct mntent *mnt = getmntent(fp);
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 6207 while (getmntent(mnttab_file, &entry) == 0) {
6492 while (getmntent(mnttab_file, &entry) == 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 4184 INTERCEPTOR(__sanitizer_mntent *, getmntent, void *fp) {
4186 COMMON_INTERCEPTOR_ENTER(ctx, getmntent, fp);
4187 __sanitizer_mntent *res = REAL(getmntent)(fp);
4191 #define INIT_GETMNTENT COMMON_INTERCEPT_FUNCTION(getmntent);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4433 INTERCEPTOR(__sanitizer_mntent *, getmntent, void *fp) {
4435 COMMON_INTERCEPTOR_ENTER(ctx, getmntent, fp);
4436 __sanitizer_mntent *res = REAL(getmntent)(fp);
4440 #define INIT_GETMNTENT COMMON_INTERCEPT_FUNCTION(getmntent);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 4427 INTERCEPTOR(__sanitizer_mntent *, getmntent, void *fp) {
4429 COMMON_INTERCEPTOR_ENTER(ctx, getmntent, fp);
4430 __sanitizer_mntent *res = REAL(getmntent)(fp);
4434 #define INIT_GETMNTENT COMMON_INTERCEPT_FUNCTION(getmntent);
  /src/external/gpl2/lvm2/dist/
configure 13993 for ac_func in dup2 getmntent memmove select socket
14097 # getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
14099 { $as_echo "$as_me:$LINENO: checking for library containing getmntent" >&5
14100 $as_echo_n "checking for library containing getmntent... " >&6; }
14118 char getmntent ();
14122 return getmntent ();

Completed in 76 milliseconds