HomeSort by relevance Sort by last modified time
    Searched full:bufdesc (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/make-3.81/
arscan.c 57 static struct dsc$descriptor_s bufdesc =
63 bufdesc.dsc$a_pointer = filename;
64 bufdesc.dsc$w_length = sizeof (filename);
66 status = lbr$set_module (&VMS_lib_idx, rfa, &bufdesc,
67 &bufdesc.dsc$w_length, 0);
56 static struct dsc$descriptor_s bufdesc = local

Completed in 121 milliseconds