/illumos-gate/usr/src/cmd/netfiles/ |
H A D | nsswitch.conf | 30 passwd: files 31 group: files 32 hosts: files 33 ipnodes: files 34 networks: files 35 protocols: files 36 rpc: files 37 ethers: files 38 netmasks: files 39 bootparams: files [all …]
|
H A D | nsswitch.files | 25 # /etc/nsswitch.files: 33 passwd: files 34 group: files 35 hosts: files 36 ipnodes: files 37 networks: files 38 protocols: files 39 rpc: files 40 ethers: files 41 netmasks: files [all …]
|
H A D | nsswitch.ldap | 27 # uses LDAP in conjunction with files. 36 passwd: files ldap 37 group: files ldap 39 hosts: files ldap 43 ipnodes: files ldap 45 networks: files ldap 46 protocols: files ldap 47 rpc: files ldap 48 ethers: files ldap 49 netmasks: files ldap [all …]
|
H A D | nsswitch.dns | 37 passwd: files 38 group: files 43 hosts: files dns mdns 47 ipnodes: files dns mdns 49 networks: files 50 protocols: files 51 rpc: files 52 ethers: files 53 netmasks: files 54 bootparams: files [all …]
|
H A D | nsswitch.nis | 27 # uses NIS (YP) in conjunction with files. 36 passwd: files nis 37 group: files nis 39 hosts: files nis 43 ipnodes: files nis 45 networks: files nis 46 protocols: files nis 47 rpc: files nis 48 ethers: files nis 49 netmasks: files nis [all …]
|
H A D | nsswitch.ad | 30 # hosts lookups; and files for the remaining databases. 49 passwd: files ad 50 group: files ad 54 hosts: files dns 55 ipnodes: files dns 57 networks: files 58 protocols: files 59 rpc: files 60 ethers: files 61 netmasks: files [all …]
|
/illumos-gate/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 43 check-files audit_user yes 48 check-files auth_attr yes 53 check-files bootparams yes 58 check-files ethers yes 63 check-files exec_attr yes 68 check-files group yes 73 check-files hosts yes 78 check-files ipnodes yes 83 check-files netmasks yes 88 check-files networks yes [all …]
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errortouch.c | 43 static void diverterrors(char *name, int dest, Eptr **files, int ix, 45 static void hackfile(char *name, Eptr **files, int ix, int nerrors); 47 static int nopertain(Eptr **files); 49 static boolean preview(int nerrors, Eptr **files, int ix); 71 Eptr **files; in findfiles() local 80 files = Calloc(nfiles + 3, sizeof (Eptr*)); in findfiles() 88 files[0] = &errors[0]; in findfiles() 97 files[1] = &errors[ei]; in findfiles() 107 files[fi] = &errors[ei]; in findfiles() 112 files[fi] = &errors[nerrors]; in findfiles() [all …]
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/ |
H A D | init_os_ctx.c | 186 free_filespecs(profile_filespec_t *files) in free_filespecs() argument 190 if (files == 0) in free_filespecs() 193 for (cp = files; *cp; cp++) in free_filespecs() 195 free(files); in free_filespecs() 203 profile_filespec_t* files; in os_get_default_config_files() local 246 files = malloc(2 * sizeof(char *)); in os_get_default_config_files() 247 files[0] = name; in os_get_default_config_files() 248 files[1] = 0; in os_get_default_config_files() 275 files = (char**) MALLOC((n_entries+1) * sizeof(char*)); in os_get_default_config_files() 276 if (files == 0) in os_get_default_config_files() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | ctftest-merge-no-ctf.ksh | 99 ld -r -o files.o file2.o file1.o 100 fail_no_ctf $ctf_merge -o files.o file2.o file1.o 101 ld -r -o files.o file2.o file1.o 102 $ctf_merge -m -o files.o file2.o file1.o 103 has_ctf files.o 112 ld -r -o files.o file1.o file3.o 113 $ctf_merge -o files.o file1.o file3.o 114 ld -r -o files.o file1.o file3.o 115 $ctf_merge -m -o files.o file1.o file3.o 119 ld -r -o files.o file4.o file1.o [all …]
|
H A D | ctftest-convert-no-dwarf.ksh | 121 ld -r -o files.o file2.o file1.o 122 fail_no_debug files.o 123 ld -r -o files.o file2.o file1.o 124 $ctf_convert -m files.o 125 has_ctf files.o 132 ld -r -o files.o file1.o file2.o file3.o 133 $ctf_convert files.o 134 has_ctf files.o
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | xref.mk | 114 xref.files: 120 > xref.files 121 -$(GREP) -v Makefile xref.tmp >> xref.files 122 -$(GREP) Makefile xref.tmp >> xref.files 146 xref.cscope: xref.files 148 $(CAT) - xref.files > cscope.files 152 -$(RM) cscope.out cscope.in.out cscope.po.out cscope.files 188 xref.tfiles: xref.files 191 $(GREP) "\.$${suffix}$$" xref.files >> xref.tfiles; \ 199 -$(RM) xref.tfiles xref.files xref.tmp xref.flg ncscope.*
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | in.lpd.c | 110 cleanup(char ***files, char **cf) in cleanup() argument 112 if (*files != NULL) { in cleanup() 115 for (i = 0; (*files)[i] != NULL; i++) { in cleanup() 116 (void) unlink((*files)[i]); in cleanup() 117 free((*files)[i]); in cleanup() 119 free(*files); in cleanup() 120 *files = NULL; in cleanup() 130 parse_cf(papi_service_t svc, char *cf, char **files) in parse_cf() argument 227 if (is_postscript(files[0]) == 1) in parse_cf() 232 if (is_postscript(files[0]) == 1) in parse_cf() [all …]
|
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/ |
H A D | job.c | 202 char **files, papi_job_t *job, in internal_job_submit() argument 234 if ((files == NULL) || (files[0] == NULL)) in internal_job_submit() 237 if (files[1] != NULL) /* more than 1 file */ in internal_job_submit() 244 if (files != NULL) { in internal_job_submit() 245 for (i = 0; files[i] != NULL; i++) { in internal_job_submit() 246 if (access(files[i], R_OK) < 0) { in internal_job_submit() 247 detailed_error(svc, "%s: %s", files[i], in internal_job_submit() 252 if (strcmp("standard input", files[i]) != 0) { in internal_job_submit() 253 if (stat(files[i], &statbuf) < 0) { in internal_job_submit() 256 " %s"), files[i], in internal_job_submit() [all …]
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | pcache.c | 107 char **files; /* Memory for 'files_dim' pointers to files */ member 126 char **files; /* Files of interest in the current directory, */ member 557 fptr = pc->abs_mem->files; in pca_scan_path() 559 node->files = fptr; in pca_scan_path() 730 cm->files = NULL; in new_CacheMem() 743 cm->files = (char **) malloc(sizeof(*cm->files) * cm->files_dim); in new_CacheMem() 744 if(!cm->files) { in new_CacheMem() 770 if(cm->files) { in del_CacheMem() 771 free(cm->files); in del_CacheMem() 772 cm->files = NULL; in del_CacheMem() [all …]
|
H A D | expand.c | 184 ef->result.files = NULL; in new_ExpandFile() 222 ef->result.files = (char **) malloc(sizeof(ef->result.files[0]) * in new_ExpandFile() 224 if(!ef->result.files) { in new_ExpandFile() 269 if(ef->result.files) { in del_ExpandFile() 270 free(ef->result.files); in del_ExpandFile() 271 ef->result.files = NULL; in del_ExpandFile() 409 ef->result.exists = _pu_file_exists(ef->result.files[0]); in ef_expand_file() 469 qsort(ef->result.files, ef->result.nfile, sizeof(ef->result.files[0]), in ef_expand_file() 613 char **files = (char **) realloc(ef->result.files, in ef_record_pathname() local 614 files_dim * sizeof(files[0])); in ef_record_pathname() [all …]
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | job.c | 47 papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) in papiJobSubmit() argument 54 if ((svc == NULL) || (name == NULL) || (files == NULL) || in papiJobSubmit() 74 if ((files != NULL) && (files[0] != NULL)) in papiJobSubmit() 76 "job-name", files[0]); in papiJobSubmit() 82 if ((status = lpd_job_add_files(svc, attributes, files, &metadata, in papiJobSubmit() 99 papi_job_ticket_t *job_ticket, char **files, papi_job_t *job) in papiJobSubmitByReference() argument 102 job_ticket, files, job)); in papiJobSubmitByReference() 141 char *files[] = { "standard input", NULL }; in papiJobStreamOpen() local 143 lpd_job_add_files(svc, attributes, files, &metadata, in papiJobStreamOpen() 200 char *files[2]; in papiJobStreamClose() local [all …]
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | README | 4 files. These source files have been compiled using zic(8) to create 5 the zoneinfo data files in /usr/share/lib/zoneinfo. The zic command can be 6 used with the zoneinfo source files to create additional data files. 8 The zoneinfo files track the Olson public source provided at 9 ftp://elsie.nci.nih.gov/pub/, therefore zoneinfo files may be added and 11 the zoneinfo files is based on tzdata2010k.tar.gz. 15 /usr/share/lib/zoneinfo/GMT[+-]* files with the equivalent quoted timezone 18 files. 23 timezone files listed below.) 25 The following files have been removed from the release: [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/ |
H A D | scrub_mirror_common.kshlib | 39 set -A files 44 files[$atfile]=$TESTDIR/file.$atfile 47 cksums[$atfile]=$(cksum ${files[$atfile]}) 65 files[$atfile]=$TESTDIR/file.$atfile 66 newcksum=$(cksum ${files[$atfile]}) 70 rm -f ${files[$atfile]}
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | Sysfiles | 25 # Devices and Dialers files for uucico and cu. This is useful 28 # for uucico service (hence different Systems files), or where 30 # (hence different Dialers files). 32 # Another use of Sysfiles is to split large Systems files into 33 # smaller, more manageable files (e.g., local and global Systems 34 # files). 47 # The defaults are the usual uucp files: /etc/uucp/Systems, 51 # This example uses different systems and dialers files to separate 53 # use in common still in the "usual" Systems and Dialers files. 61 # This example uses the same systems files for uucico and cu, [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/ |
H A D | clean_mirror_common.kshlib | 48 set -A files 55 files[$atfile]=$TESTDIR/file.$atfile 58 cksums[$atfile]=$(cksum ${files[$atfile]}) 76 files[$atfile]=$TESTDIR/file.$atfile 77 newcksum=$(cksum ${files[$atfile]}) 81 rm -f ${files[$atfile]}
|
/illumos-gate/usr/src/test/util-tests/tests/cpmvln/ |
H A D | overwrite.ksh | 228 typeset files="$3" 231 setup_files $files 232 for f in $files; do 242 check_files "$desc" "$files" && printf "TEST PASSED: %s\n" "$desc" 257 typeset files="$3" 263 setup_files $files 264 for f in $files; do 296 typeset files="$3" 299 setup_files $files 300 for f in $files; do [all …]
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | README | 40 Modules list and descriptions of files 53 trees with a baseline snapshot, to determine which files have 56 size, ownership, ... for all files that filesync is managing 59 The files and directory trees to be compared are determined 61 format (packingrules.4) permits files and or trees to be 63 There are also provisions for filtering out unwanted files 64 and for running programs to generate lists of files and 68 spaces. For names that appear in both trees, the files 70 ownership and protections. For files that are already 93 files THE LAST TIME THEY WERE IN AGREEMENT. If files [all …]
|
/illumos-gate/usr/src/cmd/hal/fdi/ |
H A D | README | 2 This file describe the layout of device information files in the hal 7 Said third parties need to name their files in a unique manner using 15 Device information files are processed in the following order: 20 Contains device information files that are used to handle exceptional 26 These files are processed BEFORE the device have been been probed. 43 Contains device information files that describe hardware such as what 48 These files are processed AFTER the device have been probed but before 49 any policy device information files. 65 Contains device information files that describe policy for hardware 68 These files are processed AFTER the device have been been probed and [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | CONVERT.mk | 31 * files in the original source directory are copied 40 * files matching pattern are not copied into the converted 43 * pattern ksh pattern of files to omit 47 * files in the from directory are copied to the to directory 56 * file files or files in subdirectories to be copied; 57 * explicit files are copied to the to directory; 58 * if no files are specified then the from hierarchy
|