Searched refs:work_str (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c374 struct dsc$descriptor_d work_str;
377 init_dyndesc(work_str);
403 str$concat(&work_str, &zip_command, &foreign_cmdline);
404 status = cli$dcl_parse(&work_str, &zip_clitable, lib$get_input,
474 status = cli$get_value(&cli_level, &work_str);
475 status = ots$cvt_tu_l(&work_str, &binval);
675 if ((status = cli$get_value(&cli_encrypt, &work_str)) & 1) {
678 cmdl_len += work_str.dsc$w_length + 4;
681 strncpy(&the_cmd_line[x+3], work_str.dsc$a_pointer,
682 work_str
371 struct dsc$descriptor_d work_str; local
1588 struct dsc$descriptor_d work_str; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcmdline.c321 struct dsc$descriptor_d work_str;
326 init_dyndesc(work_str);
354 str$concat(&work_str, &unzip_command, &foreign_cmdline);
355 status = cli$dcl_parse(&work_str, &vms_unzip_cld, lib$get_input,
769 status = cli$get_value(&cli_zipfile, &work_str);
772 cmdl_len += work_str.dsc$w_length + 1;
774 strncpy(&the_cmd_line[x], work_str.dsc$a_pointer,
775 work_str.dsc$w_length);
893 struct dsc$descriptor_d work_str;
895 init_dyndesc(work_str);
318 struct dsc$descriptor_d work_str; local
889 struct dsc$descriptor_d work_str; local
[all...]

Completed in 43 milliseconds