Searched refs:file (Results 126 - 150 of 3164) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/mailx/
H A Dlpaths.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.
44 * libpath(file) - return the full path to the library file
55 libpath(char *file) argument
59 snprintf(buf, sizeof (buf), "%s/%s", LIBPATH, file);
64 * Return the path to a potentially locale-specific help file.
67 helppath(char *file) argument
[all...]
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dsysattrs.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.
42 * Note: If obtaining status for an extended attribute file, the caller must
49 sysattr_status(char *file, xattr_view_t view) argument
55 status = getattrat(AT_FDCWD, view, file, &response);
66 * Returns the type of the specified in file. If the file name matches
68 * file the
77 sysattr_type(char *file) argument
111 sysattr_support(char *file, int name) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dmissing26 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess_dump.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.
47 event_process(FILE *file, ct_evthdl_t ev, int verbose) argument
55 (void) fprintf(file, dgettext(TEXT_DOMAIN, "[bad event]\n"));
86 (void) fprintf(file, s, pid);
97 (void) fprintf(file, dgettext(TEXT_DOMAIN,
103 (void) fprintf(file,
106 (void) fprintf(file, dgettex
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.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 * file editing functions
50 char file[PATHLEN + 1]; /* file name */ local
53 /* verify that there is a references found file */
60 /* get the file name and line number */
61 if (fscanf(refsfound, "%s%*s%s", file, linenu
72 char file[PATHLEN + 1]; /* file name */ local
103 edit(char *file, char *linenum) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshlint.sh6 # The contents of this file are subject to the terms of the
8 # You may not use this file except in compliance with the License.
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86 file="$1"
87 [[ ! -f "$file" ]] && fatal_error $"File ${file} not found."
88 [[ ! -r "$file" ]] && fatal_error $"File ${file} not readable."
90 x="$( /usr/bin/shcomp -n "${file}" /de
[all...]
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dhdr2map.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 # Given a header file, extract function prototypes and global variable
57 # a given header file, the majority of them are private. Only a small subset
59 # special comment is included in the header file, declaring to this script that
79 # Selective Exportation may not be used in the same file as Selective Exclusion.
107 # Selective Exclusion may not be used in the same file as Selective Exportation.
242 for file i
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dissecure.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/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/common/sys/
H A D__time.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 "__time.s"
H A D_lgrp_home_fast.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 "_lgrp_home_fast.s"
H A Dexit.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 "exit.s"
H A Dgetcpuid.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 "getcpuid.s"
H A Dgetegid.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 "getegid.s"
H A Dgeteuid.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 "geteuid.s"
H A Dgetppid.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 "getppid.s"
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dnuname.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 "nuname.s"
/illumos-gate/usr/src/lib/libc/sparc/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/libm/amd64/src/
H A D__swapFLAGS.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 "__swapFLAGS.s"
H A Dfabsl.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 "fabsl.s"
H A Dsqrtl.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 "sqrtl.s"
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfabs.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 "fabs.s"
H A Dfabsf.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 "fabsf.s"
H A Dfabsl.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 "fabsl.s"
H A Dsqrtl.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 "sqrtl.s"

Completed in 113 milliseconds

1234567891011>>