/external/mksh/src/ |
var.c | 244 /* setstr can't fail here */ 245 setstr(vp, l->argv[c], KSH_RETURN_ERROR); 406 setstr(struct tbl *vq, const char *s, int error_ok) function 426 "setstr: %s=%s: assigning to self", 464 /* setstr can't fail here */ 465 setstr(vq, str_val(vp), KSH_RETURN_ERROR); 862 if (!setstr(t, s, KSH_RETURN_ERROR)) { 898 setstr(vp, val, KSH_UNWIND_ERROR | 0x4); 903 /* setstr can't fail (readonly check already done) */ 904 setstr(vp, val, KSH_RETURN_ERROR | 0x4) [all...] |
exec.c | 356 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); 367 setstr(global(t->str), ccp, KSH_UNWIND_ERROR); 522 /* setstr() can't fail here */ 523 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, 805 /* setstr() can't fail here */ 806 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0), [all...] |
main.c | 309 /* setstr can't fail here */ 310 setstr(vp, def_path, KSH_RETURN_ERROR); 359 /* setstr can't fail here */ 360 setstr(vp, current_wd, KSH_RETURN_ERROR); 378 /* setstr can't fail here */ 379 setstr(vp, safe_prompt, KSH_RETURN_ERROR); [all...] |
eval.c | 386 setstr(st->var, 733 * fatal for special builtins (setstr 737 setstr(st->var, [all...] |
histrap.c | 312 /* Ignore setstr errors here (arbitrary) */ 313 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); [all...] |
misc.c | [all...] |
sh.h | 1015 /* Used by v_evaluate() and setstr() to control action when error occurs */ [all...] |
expr.c | 244 setstr(vp, str_val(v), error_ok);
|
funcs.c | [all...] |
/external/tinyxml2/ |
tinyxml2.cpp | 98 void StrPair::SetStr( const char* str, int flags )
566 value.SetStr( str );
1018 name.SetStr( n );
1065 value.SetStr( v );
1073 value.SetStr( buf );
1081 value.SetStr( buf );
1089 value.SetStr( buf );
1096 value.SetStr( buf );
1103 value.SetStr( buf );
[all...] |
tinyxml2.h | 135 void SetStr( const char* str, int flags=0 );
[all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
WireFormatTest.java | 340 TestMessageSetExtension2.newBuilder().setStr("foo").build()) 396 .setStr("foo")
|
TextFormatTest.java | 274 TestMessageSetExtension2.newBuilder().setStr("foo").build())
|
/system/core/toolbox/ |
newfs_msdos.c | 234 static void setstr(u_int8_t *, const char *, size_t); 681 setstr(bsx->type, buf, sizeof(bsx->type)); 688 setstr(bs->oem, opt_O ? opt_O : "BSD 4.4", 1047 setstr(u_int8_t *dest, const char *src, size_t len) function
|
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |