HomeSort by relevance Sort by last modified time
    Searched refs:setstr (Results 1 - 10 of 10) sorted by null

  /external/mksh/src/
var.c 244 /* setstr can't fail here */
245 setstr(vp, l->argv[c], KSH_RETURN_ERROR);
405 setstr(struct tbl *vq, const char *s, int error_ok) function
424 "setstr: %s=%s: assigning to self",
460 /* setstr can't fail here */
461 setstr(vq, str_val(vp), KSH_RETURN_ERROR);
850 if (!setstr(t, s, KSH_RETURN_ERROR)) {
886 setstr(vp, val, KSH_UNWIND_ERROR | 0x4);
891 /* setstr can't fail (readonly check already done) */
892 setstr(vp, val, KSH_RETURN_ERROR | 0x4)
    [all...]
exec.c 357 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR);
368 setstr(global(t->str), ccp, KSH_UNWIND_ERROR);
521 /* setstr() can't fail here */
522 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
793 /* setstr() can't fail here */
794 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
    [all...]
main.c 277 /* setstr can't fail here */
278 setstr(vp, def_path, KSH_RETURN_ERROR);
325 /* setstr can't fail here */
326 setstr(vp, current_wd, KSH_RETURN_ERROR);
346 /* setstr can't fail here */
347 setstr(vp, safe_prompt, KSH_RETURN_ERROR);
    [all...]
misc.c     [all...]
funcs.c 1466 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR);
1472 if (!setstr(vq, buf, KSH_RETURN_ERROR))
    [all...]
expr.c 232 setstr(vp, str_val(v), error_ok);
histrap.c 264 /* Ignore setstr errors here (arbitrary) */
265 setstr(local("_", false), tf->name, KSH_RETURN_ERROR);
    [all...]
eval.c 685 * fatal for special builtins (setstr
689 setstr(st->var,
    [all...]
sh.h 887 /* Used by v_evaluate() and setstr() to control action when error occurs */
    [all...]
  /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

Completed in 489 milliseconds