Lines Matching refs:mfile
185 char *mfile;
16813 string_list_t *mfile;
16898 while ((mfile = uu_list_walk_next(mfwalk)) != NULL) {
16900 mhash_filename_to_propname(mfile->str, 0));
16904 (void) lscf_addpropvalue(pname, "astring:", mfile->str);
17042 mpntov->mfile = mpvbuf;
17211 mpvbuf = mpntov->mfile;
17263 mpvbuf = mpntov->mfile;
17320 if (fmpntov->mfile == mpvbuf)
17322 free(fmpntov->mfile);
17362 char *mfile = NULL;
17413 mfile = safe_malloc(max_scf_value_len + 1);
17475 if (scf_value_get_astring(val, mfile, max_scf_value_len + 1)
17490 if (access(mfile, F_OK) == 0)
17504 free(mfile);