HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 1 - 25 of 3453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
strncmp.s 4 * 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 "strncmp.s"
strncpy.s 4 * 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 "strncpy.s"
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
regexp_noamp.t 4 for $file ('./op/regexp.t', './t/op/regexp.t', ':op:regexp.t') {
5 if (-r $file) {
6 do $file;
subst_wamp.t 4 for $file ('op/subst.t', 't/op/subst.t', ':op:subst.t') {
5 if (-r $file) {
6 do ($^O eq 'MacOS' ? $file : "./$file");
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
mknames.awk 4 # 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 function header(file, array) {
37 print "/*" > file
38 print " * Copyright (c) 1998 by Sun Microsystems, Inc." > file
39 print " * All rights reserved." > file
40 print " */" > file
41 print > file
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/filters/
filtertable.c 4 * 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.
49 register char *file; local
51 if (!(file = getfilterfile(FILTERTABLE)))
53 if (loadfilters(file) == -1) {
54 Free (file);
57 Free (file);
66 open_filtertable(char *file, char *mode
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
mknames.awk 7 # The contents of this file are subject to the terms of the
9 # (the "License"). You may not use this file except in compliance
18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36 function header(file, array) {
37 print "/*" > file
38 printf " * %s\n", file > file
39 print " *" > file
40 print " * XCurses Library" > file
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
execv.c 4 * 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.
28 * execv(file, argv)
35 execv(char *file, char **argv)
39 return (execve(file, argv, environ));
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
_scr_init.c 4 * 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.
49 scr_init(char *file)
51 return (_scr_all(file, 0));
_scr_restore.c 4 * 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.
49 scr_restore(char *file)
51 return (_scr_all(file, 1));
_scr_set.c 4 * 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.
49 scr_set(char *file)
51 return (_scr_all(file, 2));
  /onnv/onnv-gate/usr/src/cmd/mail/
legal.c 4 * 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 * legal - check existence of file
37 * int legal(char *file)
40 * legal() checks to see if "file" is a writable file name.
43 * 0 -> file or directory exists, but is unwriteable
44 * 1 -> file exists writeabl
    [all...]
doopen.c 4 * 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.
31 Returns file pointer on success.
36 FILE *
37 doopen(file, type, errnum)
38 char *type, *file;
41 FILE *fptr;
44 if ((stat(file, &st) < 0 && errno == EOVERFLOW) |
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
execve.c 4 * 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.
31 #include <sys/file.h>
35 execve(char *file, char **argv, char **arge)
41 CHKNULL(file);
42 if (strncmp(file, "/usr/ucb", strlen("/usr/ucb")) == 0) {
43 if (_syscall(SYS_access, file, F_OK) == -1) {
45 strcat(path, strrchr(file, '/'));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
request.h 4 * 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 * that can be "request", "request:page", or "request:page:file". If page isn't
37 * If a file name is given a page number must be supplied, and in that case the
38 * request will be looked up in that file.
48 char *file; member in struct:__anon718
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
execve.c 4 * 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.
30 #include <sys/file.h>
34 execve(char *file, char **argv, char **arge)
39 if (strncmp(file, "/usr/bin", strlen("/usr/bin")) == 0 ||
40 strncmp(file, "/bin", strlen("/bin")) == 0) {
41 if (_syscall(SYS_access, file, F_OK) == -1) {
43 strcat(path, strrchr(file, '/'));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/packages/SUNWonmdb/
preremove 4 # 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 for file in `$PKGCHK -v $PKG 2>&1 | grep "^$BASEDIR"`; do
30 [ -f $file.orig ] && mv -f $file.orig $file
preinstall 4 # 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.
28 for file in `awk '$2 =="f" {print $4}' $INST_DATADIR/$PKG/pkgmap`; do
29 [ ! -f $BASEDIR/$file.orig -a -f $BASEDIR/$file ] && \
30 cp -p $BASEDIR/$file $BASEDIR/$file.orig
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
sparc_data.s 4 * 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.
30 .file "sparc_data.s"
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
sparc_data.s 4 * 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.
30 .file "sparc_data.s"
  /onnv/onnv-gate/usr/src/lib/libparted/common/lib/
dirname.c 1 /* dirname.c -- return all but the last element in a file name
27 /* Return the length of the prefix of FILE that will be used by
28 dir_name. If FILE is in the working directory, this returns zero
29 even though `dir_name (FILE)' will return ".". Works properly even
33 dir_len (char const *file)
35 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file);
41 && ISSLASH (file[prefix_length]))
42 : (ISSLASH (file[0])
44 && ISSLASH (file[1]) && ! ISSLASH (file[2]
    [all...]
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
23 /* Remove trailing slashes from FILE. Return true if a trailing slash
24 was removed. This is useful when using file name completion from a
31 strip_trailing_slashes (char *file)
33 char *base = last_component (file);
37 /* last_component returns "" for file system roots, but we need to turn
40 base = file;
  /onnv/onnv-gate/usr/src/cmd/mailx/
usg.local.c 4 * 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.
52 static int ismailbox(char *file);
55 * Locate the user's mailbox file (ie, the place where new, unread
81 * Make sure file matches (/usr|/var)(/spool)?/mail/.
85 ismailbox(char *file)
88 return (strncmp(file, maildir, strlen(maildir)) == 0);
90 if (strncmp(file, "/var", 4) !=
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
perldoc.PL 10 use File::Basename qw(&basename &dirname);
20 # This forces PL files to create target in same directory as PL file.
25 my $file = basename($0, '.PL');
26 my $file_shortname = $file; # should be like "perldoc", maybe "perlsyn", etc.
30 $file .= '.com' if $^O eq 'VMS';
32 open OUT,">$file" or die "Can't create $file: $!";
34 print "Extracting \"$file\" (with variable substitutions)\n";
44 # This "$file" file was generated by "$0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
validate.pl 4 ;# lines containing a filename plus a file test to try on it. (The
5 ;# file test may also be a 'cd', causing subsequent relative filenames
6 ;# to be interpreted relative to that directory.) After the file test
7 ;# you may put '|| die' to make it a fatal error if the file test fails.
8 ;# The default is '|| warn'. The file test may optionally have a ! prepended
11 ;# If you supply your own "die" or "warn" message, you can use $file to
29 ;# /usr -d || warn "What happened to $file?\n"
33 local($file,$test,$warnings,$oldwarnings);
37 ($file,$test) = split(' ',$check,2);
48 $this =~ s/(-\w\b)/$1 \$file/g
    [all...]

Completed in 959 milliseconds

1 2 3 4 5 6 7 8 91011>>