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

/netbsd-current/bin/ksh/
H A Dmain.c173 /* setstr can't fail here */
174 setstr(vp, def_path, KSH_RETURN_ERROR);
245 /* setstr can't fail here */
246 setstr(pwd_v, current_wd, KSH_RETURN_ERROR);
253 /* setstr can't fail here */
254 setstr(global(version_param), ksh_version, KSH_RETURN_ERROR);
274 /* setstr can't fail here */
275 setstr(vp, safe_prompt, KSH_RETURN_ERROR);
H A Dmail.c196 /* Ignore setstr errors here (arbitrary) */
197 setstr((vp = local("_", false)), mbp->mb_path, KSH_RETURN_ERROR);
H A Dvar.c200 /* setstr can't fail here */
201 setstr(vp, l->argv[c], KSH_RETURN_ERROR);
369 setstr(vq, s, error_ok) function
389 "setstr: %s=%s: assigning to self",
426 /* setstr can't fail here */
427 setstr(vq, str_val(vp), KSH_RETURN_ERROR);
720 if (!setstr(t, s, KSH_RETURN_ERROR)) {
747 setstr(vp, val, KSH_UNWIND_ERROR | 0x4);
752 /* setstr can't fail (readonly check already done) */
753 setstr(v
[all...]
H A Dc_ksh.c142 setstr(oldpwd_s, current_wd, KSH_RETURN_ERROR);
157 setstr(pwd_s, ptmp, KSH_RETURN_ERROR);
1384 setstr(voptarg, user_opt.optarg, KSH_RETURN_ERROR);
1390 if (!setstr(vq, buf, KSH_RETURN_ERROR))
H A Dproto.h261 int setstr ARGS((struct tbl *, const char *, int));
H A Dexec.c330 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR);
342 setstr(global(t->str), cp, KSH_UNWIND_ERROR);
471 /* setstr() can't fail here */
472 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
720 /* setstr() can't fail here */
721 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
H A Dc_sh.c403 if (!setstr(vp, Xstring(cs, cp), KSH_RETURN_ERROR)) {
H A Dexpr.c217 setstr(vp, str_val(v), error_ok);
H A Dhistory.c249 /* Ignore setstr errors here (arbitrary) */
250 setstr(local("_", false), tf->name, KSH_RETURN_ERROR);
H A Deval.c421 * fatal for special builtins (setstr
425 setstr(st->var,
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c438 struct archive_string setstr; local
443 archive_string_init(&setstr);
497 archive_strcat(&setstr, " type=dir");
500 archive_strcat(&setstr, " type=file");
506 archive_strcat(&setstr, " uname=");
507 mtree_quote(&setstr, acs->uid_list->m_entry->uname.s);
516 archive_string_sprintf(&setstr, " uid=%jd",
521 archive_strcat(&setstr, " gname=");
522 mtree_quote(&setstr, acs->gid_list->m_entry->gname.s);
531 archive_string_sprintf(&setstr, " gi
[all...]
/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c243 static void setstr(u_int8_t *, const char *, size_t);
718 setstr(bsx->type, buf, sizeof(bsx->type));
725 setstr(bs->oem, o.OEM_string ? o.OEM_string : "NetBSD",
997 setstr(u_int8_t *dest, const char *src, size_t len) function
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dorder.c427 setstr( p ) register NODE *p; { /* structure assignment */
434 if( p->op != UNARY MUL ) cerror( "bad setstr" );

Completed in 138 milliseconds