Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_mtree.c438 struct archive_string setstr; in write_global() local
443 archive_string_init(&setstr); in write_global()
497 archive_strcat(&setstr, " type=dir"); in write_global()
500 archive_strcat(&setstr, " type=file"); in write_global()
506 archive_strcat(&setstr, " uname="); in write_global()
507 mtree_quote(&setstr, acs->uid_list->m_entry->uname.s); in write_global()
516 archive_string_sprintf(&setstr, " uid=%jd", in write_global()
521 archive_strcat(&setstr, " gname="); in write_global()
522 mtree_quote(&setstr, acs->gid_list->m_entry->gname.s); in write_global()
531 archive_string_sprintf(&setstr, " gid=%jd", in write_global()
[all …]
/netbsd-src/bin/ksh/
H A Dmain.c174 setstr(vp, def_path, KSH_RETURN_ERROR); in main()
246 setstr(pwd_v, current_wd, KSH_RETURN_ERROR); in main()
254 setstr(global(version_param), ksh_version, KSH_RETURN_ERROR); in main()
275 setstr(vp, safe_prompt, KSH_RETURN_ERROR); in main()
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 Dmail.c197 setstr((vp = local("_", false)), mbp->mb_path, KSH_RETURN_ERROR);
H A Dexec.c330 setstr(global(t->str), *ap++, KSH_UNWIND_ERROR);
342 setstr(global(t->str), cp, KSH_UNWIND_ERROR);
472 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
721 setstr(typeset("_", LOCAL|EXPORT, 0, INTEGER, 0),
H A Dproto.h261 int setstr ARGS((struct tbl *, const char *, int));
H A Dexpr.c217 setstr(vp, str_val(v), error_ok);
H A Dc_sh.c403 if (!setstr(vp, Xstring(cs, cp), KSH_RETURN_ERROR)) {
/netbsd-src/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)); in mkfs_msdos()
725 setstr(bs->oem, o.OEM_string ? o.OEM_string : "NetBSD", in mkfs_msdos()
997 setstr(u_int8_t *dest, const char *src, size_t len) in setstr() function
/netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/
H A Dorder.c427 setstr( p ) register NODE *p; { /* structure assignment */