Home | History | Annotate | Download | only in fixincludes

Lines Matching refs:argsize

877   size_t argsize;
885 argsize = 32
893 pz_cmd = XNEWVEC (char, argsize);
941 argsize = sizeof( z_cmd_fmt ) + strlen( pz_temp_file )
943 parg_size = argsize;
947 argsize += strlen( z_subshell_start ) + strlen ( z_subshell_end );
962 argsize += 24 + strlen( p_arg );
966 pz_scan = pz_cmd = XNEWVEC (char, argsize);
969 parg_size = argsize - parg_size;
1016 pz_cmd = xrealloc (pz_cmd, argsize += 100);