Home
last modified time | relevance | path

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

/dports/lang/gawk/gawk-5.1.1/vms/
H A Dvms_cli.c47 struct dsc$descriptor_s item_dsc; in Cli_Present() local
50 item_dsc.dsc$w_length = strlen(item_dsc.dsc$a_pointer = (char *)item); in Cli_Present()
51 item_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in Cli_Present()
52 item_dsc.dsc$b_class = DSC$K_CLASS_S; in Cli_Present()
53 return CLI$PRESENT(&item_dsc); in Cli_Present()
61 struct dsc$descriptor_s item_dsc, res_dsc; in Cli_Get_Value() local
66 item_dsc.dsc$w_length = strlen(item_dsc.dsc$a_pointer = (char *)item); in Cli_Get_Value()
67 item_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in Cli_Get_Value()
68 item_dsc.dsc$b_class = DSC$K_CLASS_S; in Cli_Get_Value()
73 sts = CLI$GET_VALUE(&item_dsc, &res_dsc, &len); in Cli_Get_Value()
/dports/japanese/gawk/gawk-3.0.6/vms/
H A Dvms_cli.c27 Dsc item_dsc; in Cli_Present() local
30 item_dsc.len = strlen(item_dsc.adr = (char *)item); in Cli_Present()
31 return CLI$PRESENT(&item_dsc); in Cli_Present()
39 Dsc item_dsc, res_dsc; in Cli_Get_Value() local
44 item_dsc.len = strlen(item_dsc.adr = (char *)item); in Cli_Get_Value()
46 sts = CLI$GET_VALUE(&item_dsc, &res_dsc, &len); in Cli_Get_Value()
/dports/comms/rxtx/rxtx-2.2pre2/src/psmisc/
H A Dfuser.c58 typedef struct item_dsc { struct
70 struct item_dsc *next; argument
/dports/comms/rxtx/rxtx-2.2pre2/CNI/
H A DfuserImp.c65 typedef struct item_dsc { struct
77 struct item_dsc *next; argument
/dports/comms/rxtx/rxtx-2.2pre2/src/
H A DfuserImp.c61 typedef struct item_dsc { struct
73 struct item_dsc *next; argument