Searched refs:argstring (Results 1 – 6 of 6) sorted by relevance
553 log_parse_revlist (argstring) in log_parse_revlist() argument554 const char *argstring; in log_parse_revlist()562 if (argstring == NULL)563 argstring = "";571 orig_copy = copy = xstrdup (argstring);628 log_parse_date (log_data, argstring) in log_parse_date() argument630 const char *argstring;637 orig_copy = copy = xstrdup (argstring);725 log_parse_list (plist, argstring) in log_parse_list() argument727 const char *argstring;[all …]
94 function(check_compile_definition def argstring out_var)100 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${argstring}")114 set(argstring "") variable116 set(argstring "${argstring} ${arg}") variable118 check_compile_definition("${def}" "${argstring}" HAS_${arch}_DEF)132 set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${argstring}")
408 my $argstring = '';414 $argstring = $argstring . ' ' . $_;416 return $argstring;
4354 const char *const argstring = _("passing arg of `%s'"); local4356 + strlen (argstring) + 14358 sprintf (new_opname, argstring,4372 const char *const argstring = _("passing arg %d of `%s'"); local4374 + strlen (argstring) + 1 + 254376 sprintf (new_opname, argstring, argnum,
275 static tree ffecom_arglist_expr_ (const char *argstring, ffebld args);
715 If incoming argstring is NULL, substitute pointer to "0".