Searched refs:file (Results 76 - 100 of 3164) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dutssys.s4 * 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.
30 .file "utssys.s"
H A Dvhangup.s4 * 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.
30 .file "vhangup.s"
H A Dwaitid.s4 * 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.
30 .file "waitid.s"
H A Dwrite.s4 * 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.
30 .file "write.s"
H A Dwritev.s4 * 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.
30 .file "writev.s"
H A Dyield.s4 * 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.
27 .file "yield.s"
/illumos-gate/usr/src/lib/libc/sparcv9/sys/
H A Dsparc_utrap_install.s4 * 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.
26 .file "sparc_utrap_install.s"
/illumos-gate/usr/src/tools/scripts/
H A Dsccscheck.sh5 # 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 # Invoked when make thinks a source file is out of touch with SCCS.
46 file="$1"
47 if [ ! -f "$file" ]; then
48 (echo "\n$0: error: Source file $file has gone missing!"
63 case "$file" i
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dexecve.c4 * 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.
29 #include <sys/file.h>
33 execve(char *file, char **argv, char **arge) argument
39 CHKNULL(file);
40 if (strncmp(file, "/usr/ucb", strlen("/usr/ucb")) == 0) {
41 if (_syscall(SYS_faccessat, AT_FDCWD, file, F_OK, 0) == -1) {
43 strcat(path, strrchr(file, '/'));
[all...]
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen.sh5 # The contents of this file are subject to the terms of the
7 # (the "License"). You may not use this file except in compliance
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 USAGE="adbgen [-d] [-m ilp32|lp64] [-w] <adb macro file>"
74 for file in $*
76 if [ `expr "XX$file" : ".*\.adb"` -eq 0 ]
78 echo File $file invalid.
83 echo $file:
85 file
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dmkelemtype.sh5 # 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.
46 ( for file in $*
48 cat $file | sed -n "s/$pattern/$replace/p" | sed "s/$pattern2/$replace2/"
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dr.rbac10 # The contents of this file are subject to the terms of the
12 # You may not use this file except in compliance with the License.
20 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
48 while read file
50 rm -f ${file}.d/"$PKGINST"
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dexecve.c4 * 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.
28 #include <sys/file.h>
32 execve(char *file, char **argv, char **arge) argument
37 if (strncmp(file, "/usr/bin", strlen("/usr/bin")) == 0 ||
38 strncmp(file, "/bin", strlen("/bin")) == 0) {
39 if (_syscall(SYS_faccessat, AT_FDCWD, file, F_OK, 0) == -1) {
41 strcat(path, strrchr(file, '/'));
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s4 * 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.
26 .file "amd64_data.s"
28 / This file contains
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Di386_data.s4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
27 .file "i386_data.s"
31 / This file contains
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_compare.c2 * See the file LICENSE for redistribution information.
35 if (lsn0->file != lsn1->file)
36 return (lsn0->file < lsn1->file ? -1 : 1);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfopen.c31 Sfio_t* sfopen(Sfio_t* f, const char* file, const char* mode) argument
33 Sfio_t* sfopen(f,file,mode)
35 char* file; /* file/string to be opened */
39 return _sfopen(f, file, mode);
/illumos-gate/usr/src/prototypes/
H A Dprototype.s2 * This file and its contents are supplied under the terms of the
4 * You may only use this file in accordance with the terms of version
16 .file "prototype.s"
19 * Describe the purpose of this file here.
/illumos-gate/usr/src/lib/libresolv/
H A Dres_debug.c4 * 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.
51 void fp_query(char *msg, FILE *file);
103 fp_query(msg, file)
105 FILE *file;
116 fprintf(file, "HEADER:\n");
117 fprintf(file, "\topcode = %s", _res_opcodes[hp->opcode]);
118 fprintf(file, ", i
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbracket.sh38 file=$tmp/original
40 if [[ -z $file ]]
41 then err_exit "-z: $file string should not be of zero length"
43 if [[ -a $file ]]
44 then err_exit "-a: $file shouldn't exist"
46 > $file
47 if [[ ! -a $file ]]
48 then err_exit "-a: $file should exist"
50 chmod 777 $file
51 if [[ ! -r $file ]]
[all...]
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Dputclass.c4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
49 char *file; local
63 * Open the class file and write out the class members.
66 if (!(file = getclassfile(name)))
69 if ((fd = open_locked(file, "w", MODE_READ)) < 0) {
70 Free (file);
73 Free (file);
[all...]
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c74 * forward -- display the file, from an offset, forward.
77 * files, by bytes or lines and from the beginning or end of the file.
79 * FBYTES byte offset from the beginning of the file
83 * FLINES line offset from the beginning of the file
87 * RBYTES byte offset from the end of the file
92 * REG mmap the file and step back until reach the correct offset.
188 * rlines -- display the last offset lines of the file.
227 /* Set the file pointer to reflect the length displayed. */
239 show(file_info_t *file) argument
243 while ((ch = getc(file
265 associate(file_info_t *file, boolean_t assoc, port_event_t *ev) argument
369 file_info_t *file; local
390 file_info_t *file; local
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_003_neg.ksh5 # 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 for file in `ls $TESTDIR/file.*`; do
53 log_must rm -f $file
64 log_must mkfile $FILESIZE $TESTDIR/file.$i
68 log_must zpool create $TESTPOOL1 raidz $TESTDIR/file.1 $TESTDIR/file
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsize_test28 file=$1
30 set dummy `ls -l $file`
33 echo "$file is too big ($size > $limit)."
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_pickle.cc4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62 file = fopen(filename, "r");
63 if (file)
64 xdrstdio_create(&(xdr), file, XDR_DECODE);
66 file = fopen(filename, "w");
67 if (file) {
68 setvbuf(file, NUL
[all...]

Completed in 163 milliseconds

1234567891011>>