Searched defs:file (Results 1 - 7 of 7) sorted by relevance
/pkg/src/tests/interactive/ |
H A D | runprintengine.py | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 52 print("bad option {0}".format(opt), file=sys.stderr) 57 file=sys.stderr) variable 63 print("too many arguments", file=sys.stderr) 70 print("---test_ttymode---", file=output_file) 71 print(("-" * 60), file=output_file) 74 print("---test_nottymode---", file [all...] |
/pkg/src/modules/bundle/ |
H A D | DirectoryBundle.py | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 34 import pkg.actions.file namespace 119 # of known targets. Create file actions for known 125 return pkg.actions.file.FileAction(
|
/pkg/src/modules/server/ |
H A D | face.py | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 50 file=sys.stderr) variable
|
H A D | repository.py | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 118 """Used to indicate that the hash name provided for the requested file 122 return _("No file could be found for the specified " 144 file.""" 152 return _("The FMRI in ignored-dependency file: {fn} is " 159 file.""" 167 return _("The entry in ignored-dependency file 1315 def file(self, fhash): member in class:_RepoStore 3122 def file(self, fhash, pub=None): member in class:Repository [all...] |
/pkg/src/ |
H A D | depot.py | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 30 # answers to pkgsend(1) sessions and the HTTP file server that answers to the 94 file=sys.stderr) variable 159 [--readonly] [--ssl-cert-file] [--ssl-dialog] [--ssl-key-file] 160 [--sort-file-max-size size] [--writable-root dir] 166 -d inst_root The file syste [all...] |
H A D | setup.py | 5 # The contents of this file are subject to the terms of the 7 # You may not use this file except in compliance with the License. 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 383 # for localizable file package (regarding themes, install 446 # The apache-based depot includes an shtml file we add to the resource dir 820 for file in files: 821 if isinstance(file, six.string_types): 822 infile = file 824 os.path.basename(file)) 969 file=sys.stderr) variable [all...] |
/pkg/src/zoneproxy/zoneproxyd/ |
H A D | zoneproxyd.c | 4 * The contents of this file are subject to the terms of the 6 * You may not use this file except in compliance with the License. 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 367 * Once a pair has been connected, dup the file descriptors, switching read and 1065 ips_contract_open(ctid_t ctid, const char *type, const char *file, int oflag) argument 1073 n = snprintf(path, PATH_MAX, CTFS_ROOT "/%s/%d/%s", type, ctid, file); 1121 /* Only priviliged processes should open this file */ 1150 "Unable to create door file: %s\n", path); 1153 "Unable to fattach file [all...] |
Completed in 22 milliseconds