/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | 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"
|
H A D | 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"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | regexp_noamp.t | 4 for $file ('./op/regexp.t', './t/op/regexp.t', ':op:regexp.t') { 5 if (-r $file) { 6 do $file;
|
H A D | 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");
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | 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...] |
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | 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...] |
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _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) argument 51 return (_scr_all(file, 0));
|
H A D | _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) argument 51 return (_scr_all(file, 1));
|
H A D | _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) argument 51 return (_scr_all(file, 2));
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | 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"
|
/osnet-11/usr/src/lib/libc/sparcv9/gen/ |
H A D | 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"
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | dirname-lgpl.c | 1 /* dirname.c -- return all but the last element in a file name 32 dir_len (char const *file) argument 34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); 40 && ISSLASH (file[prefix_length])) 41 : (ISSLASH (file[0]) 43 && ISSLASH (file[1]) && ! ISSLASH (file[2]) 48 for (length = last_component (file) - file; 50 if (! ISSLASH (file[lengt 71 mdir_name(char const *file) argument [all...] |
H A D | stripslash.c | 1 /* stripslash.c -- remove redundant trailing slashes from a file name 24 was removed. This is useful when using file name completion from a 31 strip_trailing_slashes (char *file) argument 33 char *base = last_component (file); 37 /* last_component returns "" for file system roots, but we need to turn 40 base = file;
|
H A D | dirname.c | 1 /* dirname.c -- return all but the last element in a file name 32 dir_name (char const *file) argument 34 char *result = mdir_name (file);
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | dirname-lgpl.c | 1 /* dirname.c -- return all but the last element in a file name 32 dir_len (char const *file) argument 34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); 40 && ISSLASH (file[prefix_length])) 41 : (ISSLASH (file[0]) 43 && ISSLASH (file[1]) && ! ISSLASH (file[2]) 48 for (length = last_component (file) - file; 50 if (! ISSLASH (file[lengt 71 mdir_name(char const *file) argument [all...] |
H A D | stripslash.c | 1 /* stripslash.c -- remove redundant trailing slashes from a file name 24 was removed. This is useful when using file name completion from a 31 strip_trailing_slashes (char *file) argument 33 char *base = last_component (file); 37 /* last_component returns "" for file system roots, but we need to turn 40 base = file;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/t/ |
H A D | file.t | 29 use Digest::file qw(digest_file digest_file_hex digest_file_base64); 31 my $file = "test-$$"; 32 die if -f $file; 33 open(F, ">$file") || die "Can't create '$file': $!"; 36 close(F) || die "Can't write '$file': $!"; 38 is(digest_file($file, "Foo"), "0005"); 41 is(digest_file_hex($file, "Foo"), "f0f0f0f5"); 42 is(digest_file_base64($file, "Foo"), "8PDw9Q"); 44 is(digest_file_hex($file, "Fo [all...] |
/osnet-11/usr/src/lib/libc/common/sys/ |
H A D | __getloadavg.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 "__getloadavg.s"
|
H A D | __rusagesys.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 "__rusagesys.s"
|
H A D | _lgrpsys.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 "_lgrpsys.s"
|
H A D | _nfssys.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. 30 .file "_nfssys.s"
|
H A D | _portfs.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 "_portfs.s"
|
H A D | _pset.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 "_pset.s"
|
H A D | _rpcsys.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 "_rpcsys.s"
|
H A D | _sigaction.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. 30 .file "_sigaction.s"
|