Home
last modified time | relevance | path

Searched refs:libdesc (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Darscan.c141 static struct dsc$descriptor_s libdesc = in ar_scan() local
158 libdesc.dsc$a_pointer = archive; in ar_scan()
159 libdesc.dsc$w_length = strlen (archive); in ar_scan()
161 status = lbr$open (&VMS_lib_idx, &libdesc, 0, 0, 0, 0, 0); in ar_scan()