Searched refs:mfile (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 560 def __init__(self, mfile, error): 562 self.mfile = mfile 566 return "unable to parse manifest %s: %s" % (self.mfile, self.error) 577 def addmanifest(self, root, mfile, arch, modechecks, exceptions): 584 mfest.set_content(open(os.path.join(root, mfile)).read()) 588 raise ManifestParsingError(mfile, str(exc)) 660 print "warning: unsafe permissions in %s" % mfile 668 for mfile in os.listdir(mdir): 669 if (mfile [all...] |
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 1865 FILE *mfile = fopen(METRICSFILE, "a"); local 1874 if (mfile == NULL) { 1879 (void) fprintf(mfile, "[[[[,,,"); 1881 (void) fprintf(mfile, "%s ", argv[i]); 1882 (void) fprintf(mfile, "\n"); 1883 (void) fprintf(mfile, ",,,%s %s %s %s %s\n", 1889 (void) fprintf(mfile, ",,,%s dump time %s\n", 1892 (void) fprintf(mfile, ",,,%s/%s\n", savedir, 1894 (void) fprintf(mfile, "Metrics:\n%s\n", 1896 (void) fprintf(mfile, "Cop 1934 FILE *mfile = fopen(METRICSFILE, "a"); local [all...] |
/illumos-gate/usr/src/cmd/lms/ |
H A D | Protocol.cpp | 1746 std::ifstream mfile(inFileName, std::ios_base::in); 1747 if (!mfile.is_open()) { 1753 mfile.close(); 1757 wfile << mfile.rdbuf(); 1759 mfile.close(); 1764 mfile.close();
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 185 char *mfile; member in struct:mpg_mfile 16813 string_list_t *mfile; local 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; local [all...] |
Completed in 78 milliseconds