Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

IOS_DIR_$SEEKDIR                  Domain/OS                   IOS_DIR_$SEEKDIR


NAME
     ios_dir_$seekdir - seek in a directory

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/ios.h>
     #include <apollo/ios_dir.h>

     void ios_dir_$seekdir(
         ios_$id_t &stream_id,
         long &seek_key,
         status_$t *status)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/ios.ins.pas';
     %include '/sys/ins/ios_dir.ins.pas';

     procedure ios_dir_$seekdir(
          in stream_id: ios_$id_t;
          in seek_key: integer32;
          out status: status_$t);

SYNOPSIS (FORTRAN)
     %include '/sys/ins/base.ins.ftn'

           integer*2 stream_id
           integer*4 seek_key, status

           call ios_dir_$seekdir(stream_id, seek_key, status)

DESCRIPTION
     Ios_dir_$seekdir sets the stream pointer in the directory open on
     stream_id to the position defined by seek_key.

     stream_id
          An ID for a stream open on a directory.

     seek_key
          A seek key, as defined by ios_dir_$telldir, defining a position in
          the directory.

     status
          The completion status.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026