Searched refs:argstr (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dobjnames-test08.sh84 argstr=123__678__ABC__FGH__KLM__PQRSTUV
86 outstr=`curl_8char_object_name $argstr`
87 echo "result: $outstr expected: $expect input: $argstr"
89 argstr=123__678__ABC__FGH__KLM__PQ.S.UV
91 outstr=`curl_8char_object_name $argstr`
92 echo "result: $outstr expected: $expect input: $argstr"
94 argstr=123__678__ABC..FGH..KLM..PQRSTUV
96 outstr=`curl_8char_object_name $argstr`
97 echo "result: $outstr expected: $expect input: $argstr"
99 argstr
[all...]
H A Dobjnames-test10.sh84 argstr=123__678__ABC__FGH__KLM__PQRSTUV
86 outstr=`curl_10char_object_name $argstr`
87 echo "result: $outstr expected: $expect input: $argstr"
89 argstr=123__678__ABC__FGH__KLM__PQ.S.UV
91 outstr=`curl_10char_object_name $argstr`
92 echo "result: $outstr expected: $expect input: $argstr"
94 argstr=123__678__ABC..FGH..KLM..PQRSTUV
96 outstr=`curl_10char_object_name $argstr`
97 echo "result: $outstr expected: $expect input: $argstr"
99 argstr
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/
H A Dtcltk.rb104 argstr = ""
106 argstr += " " if argstr != ""
109 argstr += arg.to_eval()
112 argstr += arg.to_s()
115 return argstr
123 argstr = _get_eval_string(*args)
126 print("_eval: \"", argstr, "\"") if $DEBUG
127 res = _eval(argstr)
133 fail(%Q/can't eval "#{argstr}"/) i
[all...]
/macosx-10.10.1/rsync-45/rsync/
H A Doptions.c1485 static char argstr[64]; local
1508 argstr[0] = '-';
1510 argstr[x++] = 'v';
1514 argstr[x++] = 'b';
1516 argstr[x++] = 'u';
1518 argstr[x++] = 'n';
1520 argstr[x++] = 'l';
1522 argstr[x++] = 'd';
1525 argstr[x++] = 'K';
1527 argstr[
[all...]
/macosx-10.10.1/text_cmds-88/nl/
H A Dnl.c388 parse_numbering(argstr, section)
389 const char *argstr;
395 switch (argstr[0]) {
414 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) {
421 &argstr[1]);
427 numbering_properties[section].name, argstr);
/macosx-10.10.1/swig-12/Source/Modules/
H A Dtcl8.cxx279 String *incode, *cleanup, *outarg, *argstr, *args; local
296 argstr = NewString("\"");
342 Putc('|', argstr);
357 Putc('o', argstr);
367 Printf(argstr, "%s", parse);
389 Putc(':', argstr);
391 Putc(';', argstr);
402 Printf(argstr, "%s\"", usage_string(Char(iname), type, parms));
404 Printv(f->code, "if (SWIG_GetArgs(interp, objc, objv,", argstr, args, ") == TCL_ERROR) SWIG_fail;\n", NIL);
544 Delete(argstr);
[all...]
/macosx-10.10.1/swig-12/Source/Preprocessor/
H A Dcpp.c294 String *macroname = 0, *argstr = 0, *macrovalue = 0, *file = 0, *s = 0; local
323 argstr = NewStringEmpty();
324 copy_location(str, argstr);
330 Putc(c, argstr);
363 if (argstr) {
366 Seek(argstr, 0, SEEK_SET);
368 while ((c = Getc(argstr)) != EOF) {
520 Delete(argstr);
525 Delete(argstr);
/macosx-10.10.1/ruby-106/ruby/
H A Druby.c644 VALUE argstr, argary; local
648 argstr = rb_str_tmp_new((len = strlen(s)) + 2);
651 p = RSTRING_PTR(argstr);
682 rb_str_resize(argstr, 0);

Completed in 215 milliseconds