Searched refs:file (Results 201 - 225 of 3164) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dsetgroups.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 "setgroups.s"
H A Dsetitimer.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 "setitimer.s"
H A Dsetuid.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 "setuid.s"
H A Dsigaltstk.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 "sigaltstk.s"
H A Dsigsendset.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 "sigsendset.s"
H A Dsync.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 "sync.s"
H A Dsysfs.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 "sysfs.s"
H A Dsysinfo.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 "sysinfo.s"
H A Dtimes.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 "times.s"
H A Dulimit.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 "ulimit.s"
H A Dumask.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 "umask.s"
H A Dumount2.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 "umount2.s"
29 /* int umount2 (const char *file, int flag); */
H A Duucopy.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 "uucopy.s"
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duname.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 "uname.s"
/illumos-gate/usr/src/lib/libast/common/comp/
H A Drealpath.c45 realpath(const char* file, char* path) argument
47 return resolvepath(file, path, PATH_MAX) > 0 ? path : (char*)0;
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsvc-smbd5 # 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.
36 file=`fmri_to_file $FMRI $IPF_SUFFIX`
44 echo "# $FMRI" >$file
51 generate_rules $FMRI $policy "tcp" $port $file
53 generate_rules $FMRI $policy "udp" $port $file
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dxattr_004_pos.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.
63 # Create a UFS file system that we can work in
71 log_must touch /tmp/ufs.$$/ufs-file.$$
72 log_must touch /tmp/tmpfs-file.$$
74 log_must runat /tmp/ufs.$$/ufs-file.$$ cp /etc/passwd .
75 log_must runat /tmp/tmpfs-file.$$ cp /etc/group .
78 log_must cp -@ /tmp/ufs.$$/ufs-file
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_flush.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.
30 * for the corresponding file has been written to stable storage. This
48 * Flush any cached data for a specified file, or for all files that
50 * not 0xFFFF), we flush only that file. Otherwise we flush all files
77 smb_ofile_t *file; local
97 file = smb_llist_head(flist);
98 while (file) {
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.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 #include <sys/file.h>
55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) argument
59 if (iop == NULL || file == NULL || file[0] == '\0')
77 fd = open64(file, oflag, 0666); /* mapped to open() for V9 */
79 fd = open(file, ofla
112 fopen(const char *file, const char *mode) argument
131 fopen64(const char *file, const char *mode) argument
145 freopen(const char *file, const char *mode, FILE *iop) argument
153 freopen64(const char *file, const char *mode, FILE *iop) argument
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_pathca.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.
55 * file == NULL
57 * strlen(dir) + strlen(file) +2 > maximum allowable pathlength
64 m_pathcat(dir, file)
66 const char *file;
74 if ((dir == NULL) || (file == NULL))
91 file_len = strlen(file);
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h28 struct file { struct
39 caddr_t f_data; /* ptr to file specific struct (vnode/socket) */
41 struct ucred *f_cred; /* credentials of user who opened file */
44 struct file *file, *fileNFILE; variable in typeref:struct:file
46 struct file *getf();
47 struct file *falloc();
76 #define F_OK 0 /* does file exist */
86 #define L_XTND 2 /* relative to end of file */
97 #define DTYPE_VNODE 1 /* file */
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.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.
38 file=$1
41 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c
42 cofile=${TMPDIR:-/tmp}/inc.$$.$file
44 #include <sys/$file>
52 #include <sys/$file>
83 # file
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_paths.pl5 # 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 # file. This substitution is performed after stripping
68 # String to use in place of file name when using stdin
81 # process the path list in a given file
84 my ($ignore, $file, $line);
108 ($file = $1) =~ s/[ ]*$//;
111 eval '$file
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mem.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.
39 char *file,
44 debug_free(file, line, p);
66 char *file,
73 mem = debug_malloc(file, line, s);
106 char *file,
111 return (memset(_Malloc(file, lin
38 _Free( char *file, int line, void *p ) argument
65 _Malloc( char *file, int line, size_t s ) argument
105 _Zalloc( char *file, int line, size_t s ) argument
132 _Realloc( char *file, int line, void *p, size_t s ) argument
173 _Calloc( char *file, int line, size_t n, size_t s ) argument
222 _Strdup( char *file, int line, char *p ) argument
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.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.
43 * file - __FILE of calling module
47 assert(s1, s2, i1, file, line)
48 char *s1, *s2, *file;
50 logError(s1, s2, i1, TY_ASSERT, file, line);
60 errent(s1, s2, i1, file, line)
61 char *s1, *s2, *file;
192 char fullname[MAXNAMESIZE], file[MAXNAMESIZE]; local
[all...]

Completed in 93 milliseconds

1234567891011>>