Home
last modified time | relevance | path

Searched refs:setstr (Results 1 - 10 of 10) sorted by relevance

/third_party/mksh/
H A Dvar.c271 /* setstr can't fail here */ in isglobal()
272 setstr(vp, l->argv[c], in isglobal()
458 setstr(struct tbl *vq, const char *s, int error_ok) in setstr() function
479 "setstr: %s=%s: assigning to self", in setstr()
518 /* setstr can't fail here */ in setint()
519 setstr(vq, str_val(vtemp), KSH_RETURN_ERROR); in setint()
996 if (!setstr(t, s, KSH_RETURN_ERROR)) { in vtypeset()
1037 setstr(vp, val, KSH_UNWIND_ERROR | 0x4); in vtypeset()
1042 /* setstr can't fail (readonly check already done) */ in vtypeset()
1043 setstr(v in vtypeset()
[all...]
H A Dexec.c339 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); in execute()
346 setstr(global(t->str), ccp, KSH_UNWIND_ERROR); in execute()
506 /* setstr() can't fail here */ in comexec()
507 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec()
833 /* setstr() can't fail here */ in comexec()
834 setstr(typeset("_", LOCAL | EXPORT, 0, INTEGER, 0), in comexec()
H A Dmain.c409 /* setstr can't fail here */ in main_init()
410 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init()
444 /* setstr can't fail here */ in main_init()
445 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init()
465 /* setstr can't fail here */ in main_init()
466 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
H A Dfuncs.c1305 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts()
1311 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts()
2017 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read()
H A Dmisc.c2309 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd()
2328 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
H A Deval.c433 setstr(st->var, in expand()
789 * fatal for special builtins (setstr in expand()
793 setstr(st->var, in expand()
H A Dhistrap.c308 /* Ignore setstr errors here (arbitrary) */ in c_fc()
309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
H A Dexpr.c166 setstr(vp, str_val(v), error_ok); in v_evaluate()
H A Dsh.h1684 /* Used by v_evaluate() and setstr() to control action when error occurs */
2744 int setstr(struct tbl *, const char *, int);
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c231 static void setstr(u_int8_t *, const char *, size_t);
713 setstr(bsx->exFileSysType, buf, sizeof(bsx->exFileSysType)); in mkfs_msdos()
720 setstr(bs->bsOemName, o.OEM_string ? o.OEM_string : "BSD4.4 ", in mkfs_msdos()
1074 setstr(u_int8_t *dest, const char *src, size_t len) in setstr() function

Completed in 25 milliseconds