Searched refs:setstr (Results 1 – 11 of 11) sorted by relevance
/external/mksh/src/ |
D | var.c | 272 setstr(vp, l->argv[c], in isglobal() 458 setstr(struct tbl *vq, const char *s, int error_ok) in setstr() function 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() 1043 setstr(vp, val, KSH_RETURN_ERROR | 0x4); in vtypeset() 1199 setstr(vp, val, KSH_RETURN_ERROR); in makenv() 1294 setstr(vp, buf, KSH_RETURN_ERROR | 0x4); in getspec() 1705 setstr(vq, ccp, KSH_RETURN_ERROR); in set_array() 1862 setstr(vp, istr, 0x4); in record_match()
|
D | exec.c | 339 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR); in execute() 346 setstr(global(t->str), ccp, KSH_UNWIND_ERROR); in execute() 507 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec() 832 setstr(typeset("_", LOCAL | EXPORT, 0, INTEGER, 0), in comexec()
|
D | main.c | 400 setstr(vp, def_path, KSH_RETURN_ERROR); in main_init() 420 setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR); in main_init() 441 setstr(vp, current_wd, KSH_RETURN_ERROR); in main_init() 460 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main_init()
|
D | eval.c | 433 setstr(st->var, in expand() 793 setstr(st->var, in expand()
|
D | funcs.c | 1284 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR); in c_getopts() 1290 if (!setstr(vq, buf, KSH_RETURN_ERROR)) in c_getopts() 1996 if (!setstr(vq, Xstring(xs, xp), KSH_RETURN_ERROR)) in c_read()
|
D | expr.c | 166 setstr(vp, str_val(v), error_ok); in v_evaluate()
|
D | misc.c | 2303 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR); in c_cd() 2322 setstr(pwd_s, ptmp, KSH_RETURN_ERROR); in c_cd()
|
D | histrap.c | 309 setstr(local("_", false), tf->tffn, KSH_RETURN_ERROR); in c_fc()
|
D | sh.h | 2746 int setstr(struct tbl *, const char *, int);
|
/external/mksh/ |
D | Android.patch.txt | 46 + setstr(vp, MKSH_DEFPATH_OVERRIDE, KSH_RETURN_ERROR);
|
/external/newfs_msdos/ |
D | mkfs_msdos.c | 241 static void setstr(u_int8_t *, const char *, size_t); 729 setstr(bsx->exFileSysType, buf, sizeof(bsx->exFileSysType)); in mkfs_msdos() 736 setstr(bs->bsOemName, o.OEM_string ? o.OEM_string : "BSD4.4 ", in mkfs_msdos() 1138 setstr(u_int8_t *dest, const char *src, size_t len) in setstr() function
|