MCPcopy Index your code
hub / github.com/FDOS/kernel / FcbOpen

Function FcbOpen

kernel/fcbfns.c:397–436  ·  view source on GitHub ↗

FcbOpen and FcbCreate Expects lpXfcb to point to a valid, unopened FCB, containing file name to open (create) Create will attempt to find the file name in the current directory, if found truncates setting file size to 0, otherwise if does not exist will create the new file; the FCB is filled in same as the open call. On any error returns FCB_ERROR On success returns FCB

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

int21_serviceFunction · 0.85

Calls 3

CommonFcbInitFunction · 0.85
DosOpenSftFunction · 0.85
idx_to_sftFunction · 0.85

Tested by

no test coverage detected