Searched refs:file (Results 151 - 175 of 3164) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sgs/lddstub/i386/
H A Dlddstub.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 * Stub file for ldd(1). Provides for preloading shared libraries.
31 .file "lddstub.s"
/illumos-gate/usr/src/test/os-tests/tests/
H A DMakefile2 # 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 SUBDIRS = poll secflags sigqueue spoof-ras file-locking
/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.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.
47 * flag bits describing what we know about an individual file, or in
49 * base and file stuctures.
51 typedef int fflags_t; /* type for file flags */
54 #define F_IN_BASELINE 0x02 /* file found in baseline */
55 #define F_IN_SOURCE 0x04 /* file found in source tree */
56 #define F_IN_DEST 0x08 /* file foun
190 struct file { struct
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh5 # This file and its contents are supplied under the terms of the
7 # You may only use this file in accordance with the terms of version
39 file=/tmp/out.$$
41 rm -f $file
43 $dtrace -o $file -c 'sleep 3' -s /dev/stdin <<EOF
77 head -n -1 $file > $file.2
79 sort -n $file.2 | diff $file.2 -
86 head -n 1 $file
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.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.
56 char file[80]; member in struct:alloc_list
65 add_alloc(char *type, void *addr, size_t size, const char *file, int line) argument
78 strcpy(alist->file, file);
91 drop_alloc(const char *type, void *addr, const char *file, int line) argument
112 type, addr, file, lin
119 my_malloc(size_t size, const char *file, int line) argument
133 my_realloc(void *addr, size_t size, const char *file, int line) argument
149 my_free(void *addr, const char *file, int line) argument
158 my_strdup(const char *straddr, const char *file, int line) argument
175 my_sethostent(int stay, const char *file, int line) argument
185 my_endhostent(const char *file, int line) argument
199 my_setnetconfig(const char *file, int line) argument
213 my_endnetconfig(void *nconf, const char *file, int line) argument
227 my_setnetpath(const char *file, int line) argument
241 my_endnetpath(void *npath, const char *file, int line) argument
255 my_netdir_getbyname( struct netconfig *tp, struct nd_hostserv *serv, struct nd_addrlist **addrs, const char *file, int line) argument
274 my_netdir_free(void *ptr, int type, const char *file, int line) argument
283 my_getipnodebyname( const char *name, int af, int flags, int *error_num, char *file, int line) argument
303 my_freehostent(struct hostent *hent, char *file, int line) argument
312 my_getnetconfigent(char *netid, char *file, int line) argument
326 my_freenetconfigent(struct netconfig *netp, char *file, int line) argument
335 my__rpc_setconf(char *nettype, char *file, int line) argument
349 my__rpc_endconf(void *vhandle, char *file, int line) argument
[all...]
/illumos-gate/usr/src/lib/common/i386/
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.
37 .file "crtn.s"
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_all.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.
47 /* Set <screen> idea of the screen image to that stored in "file". */
50 _scr_all(char *file, int which) argument
55 if ((filep = fopen(file, "rF")) == NULL)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dcanonize.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.
38 canonize(char *file) argument
44 for (pt = file; *pt; /* void */) {
58 if (pt <= file)
60 while ((*--pt != '/') && (pt > file))
76 if ((--pt > file) && (*pt == '/'))
81 canonize_slashes(char *file) argument
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppincref.c32 ppincref(char* parent, char* file, int line, int type) argument
47 error(0, "%-*s%s", level * 4, "", file);
/illumos-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfopen.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.
42 fopen(char *file, char *mode) argument
44 return (_endopen(file, mode, _findiop()));
48 freopen(char *file, char *mode, FILE *iop) argument
51 return (_endopen(file, mode, iop));
55 _endopen(char *file, char *mode, FILE *iop) argument
59 if (iop == NULL || file
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.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 fopen(char *file, char *mode) argument
38 return (_endopen(file, mode, _findiop()));
42 freopen(char *file, char *mode, FILE *iop) argument
45 return (_endopen(file, mode, iop));
49 _endopen(char *file, char *mode, FILE *iop) argument
53 if (iop == NULL || file
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_read.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.
33 .file "_read.s"
H A D_readv.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.
32 .file "_readv.s"
H A D_write.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.
33 .file "_write.s"
H A D_writev.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.
32 .file "_writev.s"
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duname.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 "uname.s"
/illumos-gate/usr/src/lib/libc/common/sys/
H A D__sigrt.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 "__sigrt.s"
H A Dacct.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 "acct.s"
H A Dalarm.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 "alarm.s"
H A Dchdir.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 "chdir.s"
H A Dchroot.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 "chroot.s"
H A Dexecve.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 "execve.s"
H A Dfchdir.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 "fchdir.s"
H A Dfpathconf.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 "fpathconf.s"
H A Dgetgid.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 "getgid.s"

Completed in 162 milliseconds

1234567891011>>