Searched refs:file (Results 226 - 250 of 3164) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Descparse.y5 * 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.
28 * and is defined by the LALR(1) grammar described by this file. there
30 * file.
112 { $$ = tree_decl(T_EVENT, $2, $3, $1.file, $1.line); }
114 { $$ = tree_decl(T_ENGINE, $2, $3, $1.file, $1.line); }
117 $$ = tree_stmt(T_PROP, $2, $1.file, $1.line);
121 $$ = tree_stmt(T_MASK, $2, $1.file,
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh4 # This file and its contents are supplied under the terms of the
6 # You may only use this file in accordance with the terms of version
23 # Verify that nopwrite still updates file metadata correctly
27 # 2. Write to the file in that clone and verify the mtime and ctime change,
41 log_assert "nopwrite updates file metadata correctly"
45 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
46 >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
50 o_atime=$(ls -E% all $TESTDIR/clone/file | awk '/atime/ {print $4}')
51 o_ctime=$(ls -E% all $TESTDIR/clone/file | awk '/ctime/ {print $4}')
52 o_mtime=$(ls -E% all $TESTDIR/clone/file | aw
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.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.
34 in a system spool directory, return the next C. file
59 static char Filent[LLEN][NAMESIZE]; /* array of C. file names (text) */
61 static short Nnext; /* index of next C. file in Fptr list */
65 * read a line from the workfile (C.file)
66 * file -> work file (Inpu
133 ASSERT(unlink(file) == 0, Ct_UNLINK, file, errno); local
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh4 # 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.
33 file=out.$$
36 rm -f $file
38 $dtrace -o $file -c date -s /dev/stdin <<EOF
72 perl /dev/stdin $file <<EOF
99 count=`wc -l $file | cut -f1 -do`
107 rm -f $file
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.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 * modify a ELF file. This program will open an ELF file and
31 * a new .comment section to an existing ELF file.
46 update_comment(Elf *elf, const char *file, const char *comment) argument
55 file, elf_errmsg(0));
67 file, elf_errms
[all...]
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dfiles.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.
63 *file, local
83 file = makepath(parent, f, (char *)0);
87 return (file);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.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.
50 built_source_types(Elf *elf, char const *file) argument
55 if ((si = symit_new(elf, file)) == NULL)
86 read_file(Elf *elf, char *file, char *label, read_cb_f *func, void *arg, argument
95 if ((ctfscnidx = findelfsecidx(elf, file, ".SUNW_ctf")) < 0) {
97 (built_source_types(elf, file) & SOURCE_C)) {
98 terminate("Input file
129 read_archive(int fd, Elf *elf, char *file, char *label, read_cb_f *func, void *arg, int require_ctf) argument
184 read_ctf_common(char *file, char *label, read_cb_f *func, void *arg, int require_ctf) argument
250 count_archive(int fd, Elf *elf, char *file) argument
287 char *file = files[i]; local
342 symit_new(Elf *elf, const char *file) argument
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A D_sfopen.c24 /* Open a file/string for IO.
38 Sfio_t* _sfopen(Sfio_t* f, const char* file, const char* mode) argument
40 Sfio_t* _sfopen(f,file,mode)
42 char* file; /* file/string to be opened */
54 if(f && !file && !((f->flags|sflags)&SF_STRING) )
77 if(f->file >= 0 && (oflags &= (O_TEXT|O_BINARY|O_APPEND)) != 0 )
78 { /* set file access control */
79 int ctl = sysfcntlf(f->file, F_GETFL, 0);
81 sysfcntlf(f->file, F_SETF
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddir.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.
48 #define SRCINC HASHMOD /* source file list size increment */
61 static struct listitem { /* source file table entry */
62 char *file; member in struct:listitem
68 static BOOL issrcfile(char *file);
137 /* make the source file list */
143 FILE *names; /* name file pointe
147 char *file; local
293 issrcfile(char *file) argument
345 incfile(char *file, int type) argument
378 infilelist(char *file) argument
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.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.
49 char *file; local
53 while(file = *list++)
55 if (STRNEQU(Lp_Temp, file, strlen(Lp_Temp)) ||
56 STRNEQU(Lp_Tmp, file, strlen(Lp_Tmp)))
68 if (STRNEQU(Lp_Temp, file, strlen(Lp_Temp)))
71 file
118 char **file = rp->request->file_list; local
353 char * file; local
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dnlist.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.
29 #include <sys/file.h>
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A D_getsp.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 "_getsp.s"
H A Dalloca.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 "alloca.s"
/illumos-gate/usr/src/lib/libc/common/sys/
H A D__signotify.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 "__signotify.s"
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_getsp.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 "_getsp.s"
H A Dcuexit.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 "cuexit.s"
H A Dlsign.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 "lsign.s"
/illumos-gate/usr/src/lib/libc/i386/sys/
H A D__getcontext.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 "__getcontext.s"
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A D_getsp.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.
29 .file "_getsp.s"
H A Dcuexit.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.
36 .file "cuexit.s"
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dforkallx.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 "forkallx.s"
H A Dforkx.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 "forkx.s"
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A D_getsp.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.
29 .file "_getsp.s"
H A Dcuexit.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.
36 .file "cuexit.s"
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Datanl.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.
29 .file "atanl.s"

Completed in 89 milliseconds

1234567891011>>