HomeSort by relevance Sort by last modified time
    Searched defs:Close (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
AudioUnixfile.cc 66 // If the file is open, close it
68 (void) Close();
288 // Close file
290 Close()
292 // If the file is open, close it
294 if (close(getfd()) < 0)
AudioFile.cc 87 // Destructor must call the local Close() routine
91 // If the file was open, close it
93 (void) Close();
153 (void) Close();
176 (void) close(desc); // If error, remove file
189 (void) close(desc); // If error, remove file
324 (void) close(desc);
333 (void) close(desc);
385 // Close the file
387 Close()
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
btree.h 44 int (*Close)(Btree*);
106 #define sqliteBtreeClose(pBt) (btOps(pBt)->Close(pBt))
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perliol.h 38 IV (*Close) (pTHX_ PerlIO *f);
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 505 #define Close _Close
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
commands.c 153 Close(int *fd)
156 (void) close(*fd);
    [all...]

Completed in 240 milliseconds