HomeSort by relevance Sort by last modified time
    Searched defs:exists (Results 1 - 25 of 39) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Memoize.t 19 sub exists { my ($key, $dir) = @_; return -f File::Spec->catfile($dir, $key) } subroutine
23 tie my %hash, 'Tie::Memoize', \&slurp, $directory, \&exists,
27 ok(not exists $hash{'strict.pm'});
28 ok(exists $hash{known_to_exist});
31 ok(exists $hash{known_to_exist});
32 ok(not exists $hash{'strict.pm'});
35 ok(not exists $hash{known_to_exist});
36 ok(not exists $hash{'strict.pm'});
41 ok(not exists $hash{'strict.pm'});
42 ok(exists $hash{'blib.pm'})
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
IO.t 76 ok( exists $INC{ $default }, "... import should default load $default" );
95 sub exists { 1 } subroutine
114 ok( IO::fakemod::exists(), 'import() should import IO:: modules by name' );
  /onnv/onnv-gate/usr/src/head/
macros.h 57 * Exists(file) returns 0 if the file does not exist;
62 #define exists(file) (stat(file, &Statbuf) < 0 ? 0 : Statbuf.st_mode) macro
  /onnv/onnv-gate/usr/src/uts/i86pc/sys/
memnode.h 73 int exists; /* only try if set, list may still be empty */ member in struct:mem_node_conf
  /onnv/onnv-gate/usr/src/uts/sun4/sys/
memnode.h 98 int exists; /* only try if set, list may still be empty */ member in struct:mem_node_conf
  /onnv/onnv-gate/usr/src/cmd/cron/
permit.c 41 #define exists(file) (stat(file, &globstat) == 0) macro
75 if (exists(allow)) {
81 } else if (exists(deny)) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Select.pm 47 sub exists subroutine
292 =item exists ( HANDLE )
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
PrinterUtil.java 106 // If supported, a PPD file exists for this Make
183 public synchronized static boolean exists( method in class:PrinterUtil
187 Debug.message("SVR: PrinterUtil.exists()");
190 return (DoPrinterUtil.exists(name, nsname));
DoPrinterUtil.java 498 public static boolean exists( method in class:DoPrinterUtil
504 Debug.message("SVR: DoPrinterUtil.exists() " + ns);
  /onnv/onnv-gate/usr/src/ucbcmd/install.d/
install.c 130 int exists = 0; local
136 exists = errno == EEXIST;
137 if (!exists) {
153 if (!exists)
159 if (!exists)
165 if (!exists)
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppexpr.c 39 * exists predicate evaluation
43 exists(int op, char* pred, register char* args) function
234 return exists(index, pred, args);
  /onnv/onnv-gate/usr/src/cmd/bnu/
ct.c 48 * checks whether the appropriate lock file exists. It returns
108 static int gdev(), logproc(), exists();
725 if (exists (LOG) && (fp = fopen (LOG, "a")) != NULL) {
752 exists (file) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
keygen.c 205 * If the directory already exists, then march on.
271 boolean_t exists = B_FALSE; local
274 * If the file already exists (possibly via keymgmt), then open
282 exists = B_TRUE;
296 * If the file already exists, then see if a master key already
297 * exists. We will not overwrite it if it does.
300 if (exists) {
305 "exists and will not be overwritten\n",
367 boolean_t exists = B_FALSE; local
371 * If the file already exists (possibly via keymgmt), then ope
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
mpo.h 100 int exists; /* set to 1 if mblock has memory in this mnode stripe */ member in struct:__anon28
  /onnv/onnv-gate/usr/src/cmd/fwflash/plugins/transport/common/
sd.c 250 int *exists; local
295 "removable-media", &exists) > -1) {
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
config.c 110 int exists; local
143 /* now we have s & num, figure out if it exists already */
144 exists = 0;
148 exists = 1;
152 if (!exists) {
213 int exists; local
226 /* now we have s & num, figure out if it exists already */
227 exists = 0;
231 exists = 1;
235 if (!exists) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mm_db.c 67 int exists; local
105 for (row = 0, exists = 0; row < rows && exists == 0; row++) {
110 exists = 1;
115 if (exists == 0) {
577 /* Determine if database connection exists. */
710 /* user-defined attributes already exists */
757 /* user-defined attributes already exists */
793 /* does object attribute exists? */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
server.c 79 * Qname - Query if file exists. Return mtime & size if it does.
611 * Check to see if the file exists on the remote machine.
721 * Query. Check to see if file exists. Return one of the following:
723 * Ysize mtime\n - exists and its a regular file (size & mtime of file)
724 * Y\n - exists and its a directory or symbolic link
1049 int opts, exists = 0; local
1084 exists = 1;
1094 if (exists && lstat(oldname, &nstb) == 0 &&
1105 if (exists && (unlink(target) < 0)) {
1121 * Check to see if parent directory exists and create one if not
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/common/
stats_log.c 64 int exists = 0; local
92 exists = access(path, F_OK);
122 if ((exists == 0) && (s.st_size == 0LL)) {
140 if ((error != 0) && (path[0] != '\0') && (exists != 0))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtecla/
libtecla.h 181 int exists; /* True if the files in files[] currently exist. */ member in struct:__anon4248
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/ar/common/
file.c 1302 int exists; local
1306 exists = lstat(to, &s) == 0;
1308 if (! exists || (!S_ISLNK(s.st_mode) && s.st_nlink == 1)) {
1311 if (exists) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lms/
Protocol.cpp 277 bool exists = false; local
288 exists = true;
299 return exists;
314 bool exists = _checkListen("127.0.0.1", port, socket); local
319 if (exists) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/scp/
scp.c 768 int amt, count, exists, first, mask, mode, ofd, omode; local
891 exists = stat(np, &stb) == 0;
896 if (exists) {
981 if (exists || omode != mode)
992 if (!exists && omode != mode)
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
tnet.c 1855 boolean_t exists = B_FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rcp.c 1395 int amt, count, exists, first, mask, mode; local
    [all...]

Completed in 719 milliseconds

1 2