Searched refs:argstring (Results 1 – 6 of 6) sorted by relevance
8 set(argstring "") variable10 set(argstring "${argstring} ${arg}") variable12 set_property(TARGET ${target} PROPERTY COMPILE_FLAGS "${argstring}")16 set(argstring "") variable18 set(argstring "${argstring} ${arg}") variable20 set_property(TARGET ${target} PROPERTY LINK_FLAGS "${argstring}")91 function(check_compile_definition def argstring out_var)97 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${argstring}")111 set(argstring "") variable113 set(argstring "${argstring} ${arg}") variable[all …]
8 set(argstring "") variable10 set(argstring "${argstring} ${arg}") variable12 set_property(TARGET ${target} PROPERTY COMPILE_FLAGS "${argstring}")16 set(argstring "") variable18 set(argstring "${argstring} ${arg}") variable20 set_property(TARGET ${target} PROPERTY LINK_FLAGS "${argstring}")102 function(check_compile_definition def argstring out_var)108 set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${argstring}")122 set(argstring "") variable124 set(argstring "${argstring} ${arg}") variable[all …]
147 struct argstring struct879 const struct argstring *a1 = (const struct argstring *) p1; in compare_argstring()880 const struct argstring *a2 = (const struct argstring *) p2; in compare_argstring()915 struct argstring search = { .str = runp->operands[i].fct }; in find_numbers()918 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()931 struct argstring *newp = xmalloc (sizeof (*newp)); in find_numbers()1081 const char *str = (*(struct argstring **) nodep)->str; in print_op_str()1084 (*(struct argstring **) nodep)->idx = ++count_op_str; in print_op_str()1085 (*(struct argstring **) nodep)->off = off_op_str; in print_op_str()1096 printf (" %d,\n", (*(struct argstring **) nodep)->off); in print_op_str_idx()[all …]
197 * i386_parse.y (struct argstring): Add off element.
123 char* argstring; in call_printfish_function() local125 if (!PyArg_ParseTuple(args, "s", &argstring)) in call_printfish_function()128 status = func("%s", argstring); in call_printfish_function()
164 .. method:: SMTP.docmd(cmd, [, argstring])166 Send a command *cmd* to the server. The optional argument *argstring* is simply