Searched refs:file (Results 101 - 125 of 3164) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/common/amd64/
H A Dcrtn.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 "crtn.s"
/illumos-gate/usr/src/lib/common/sparc/
H A Dcrtn.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.
38 .file "crtn.s"
/illumos-gate/usr/src/lib/common/sparcv9/
H A Dcrtn.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.
36 .file "crtn.s"
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Dsysi86.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 "sysi86.s"
H A D__uadmin.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 "__uadmin.s"
H A Dlwp_private.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 "lwp_private.s"
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsysi86.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 "sysi86.s"
H A D__uadmin.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 "__uadmin.s"
H A Dlwp_private.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 "lwp_private.s"
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dexecv.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.
33 * execv(file, argv)
47 execv(const char *file, char *const argv[]) argument
50 return (execve(file, argv, _environ));
/illumos-gate/usr/src/tools/scripts/
H A Dbringovercheck.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.
73 while read file etc; do
74 file="./$file"
75 sfile="${file%/*}/SCCS/s.${file##*/}"
76 if isnewer "$sfile" "$file"; the
[all...]
/illumos-gate/usr/src/stand/lib/sa/
H A Dassert.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 __assert(const char *assertion, const char *file, int line) argument
39 "%s, file: %s, line: %d", assertion, file, line);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_002_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 [[ -e $file ]] && \
53 log_must rm -f $file
61 file=$TESTDIR/file.$$
62 log_must mkfile $FILESIZE $file
63 log_must zpool create $TESTPOOL1 $file
[all...]
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dbrk.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 "brk.s"
H A Dpsecflagsset.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
14 .file "psecflagsset.s"
H A Dkaio.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 "kaio.s"
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A D__uadmin.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 "__uadmin.s"
/illumos-gate/usr/src/cmd/bnu/
H A Dexpfile.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.
35 * expand file name expansion is based on first characters
41 * file -> filename to expand
47 expfile(file)
48 register char *file;
55 if (strlcpy(save, file, sizeof (save)) >= sizeof (save))
57 if (*file !
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.h4 * 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 char *file; /* means copy this unix file */ member in struct:map
49 int downloaded; /* TRUE after *file is downloaded */
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_dump.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.
48 * Dump a screen image to a file. This routine and scr_reset
53 scr_dump(char *file) argument
58 if ((filep = fopen(file, "wF")) == NULL) {
62 "\"%s\".\n", file);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppline.c31 ppline(int line, char* file) argument
41 ppline(1, file);
42 file = error_info.file;
47 else if (file != pp.lastfile)
50 pp.firstfile = file;
51 type[1] = ((pp.flags & PP_linetype) && !*pp.lineid && pp.lastfile) ? (line <= 1 ? (file == pp.firstfile ? PP_sync : PP_sync_push) : PP_sync_pop) : PP_sync;
52 pp.lastfile = file;
57 file = 0;
80 if (file)
[all...]
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dfcns.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.
36 * error(file, string)
42 error(char *file, char *string) argument
51 "size: %s[%s]: %s\n", archive, file, string);
54 "size: %s: %s\n", file, string);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) argument
38 panic("Assertion failed: (%s), file %s, line %d.\n",
39 expression, file, line);
42 "Assertion failed: (%s), function %s, file %s, line %d.\n",
43 expression, func, file, line);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dreturn.sh39 file=$tmp/test
43 trap "foo=EXIT;rm -f $file" EXIT
44 > $file
67 if [[ -f $file ]]
68 then rm -r $file
69 err_exit "foo $@: doesn't remove $file"
114 cat > $file <<!
118 ( . $file )
123 chmod 755 $file
124 ( $file )
[all...]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.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.
68 const char * file,
72 _Malloc (size, file, line)
74 char * file;
93 const char * file,
97 _Realloc (ptr, size, file, line)
100 char * file;
66 _Malloc( size_t size, const char * file, int line ) argument
90 _Realloc( void * ptr, size_t size, const char * file, int line ) argument
116 _Calloc( size_t nelem, size_t elsize, const char * file, int line ) argument
142 _Strdup( const char * s, const char * file, int line ) argument
171 _Free( void * ptr, const char * file, int line ) argument
[all...]

Completed in 118 milliseconds

1234567891011>>