Lines Matching defs:mfile
185 char *mfile;
16800 string_list_t *mfile;
16885 while ((mfile = uu_list_walk_next(mfwalk)) != NULL) {
16887 mhash_filename_to_propname(mfile->str, 0));
16891 (void) lscf_addpropvalue(pname, "astring:", mfile->str);
17029 mpntov->mfile = mpvbuf;
17198 mpvbuf = mpntov->mfile;
17250 mpvbuf = mpntov->mfile;
17307 if (fmpntov->mfile == mpvbuf)
17309 free(fmpntov->mfile);
17349 char *mfile = NULL;
17400 mfile = safe_malloc(max_scf_value_len + 1);
17462 if (scf_value_get_astring(val, mfile, max_scf_value_len + 1)
17477 if (access(mfile, F_OK) == 0)
17491 free(mfile);