Home
last modified time | relevance | path

Searched refs:STRSIZE (Results 1 – 22 of 22) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h59 #define STRSIZE 255 macro
516 extern char xfer_dir[STRSIZE];
577 extern char ext_dir_bin[STRSIZE];
580 extern char ext_dir_src[STRSIZE];
592 extern char pkg_dir[STRSIZE];
595 extern char pkgsrc_dir[STRSIZE];
606 char dir[STRSIZE] ;
608 char pass[STRSIZE];
609 char proxy[STRSIZE];
617 extern char nfs_host[STRSIZE];
[all …]
H A Dnet.c74 char if_dev[STRSIZE];
75 char name[STRSIZE]; // TODO
78 static char net_dev[STRSIZE];
80 static char net_host[STRSIZE];
84 char net_namesvr[STRSIZE];
87 static char net_ssid[STRSIZE];
89 static char sl_flags[STRSIZE];
96 static char net_ip6[STRSIZE];
543 char buffer[STRSIZE]; in config_network()
984 char url[STRSIZE]; in do_ftp_fetch()
[all …]
H A Dmain.c68 char xfer_dir[STRSIZE];
70 char ext_dir_bin[STRSIZE];
71 char ext_dir_src[STRSIZE];
73 char set_dir_bin[STRSIZE];
74 char set_dir_src[STRSIZE];
75 char pkg_dir[STRSIZE];
76 char pkgsrc_dir[STRSIZE];
80 char nfs_host[STRSIZE];
81 char nfs_dir[STRSIZE];
87 char localfs_dir[STRSIZE];
[all …]
H A Dpartman.c499 char buf[STRSIZE], rdev[STRSIZE], level[STRSIZE], *line; in pm_raid_menufmt()
530 char buf[STRSIZE]; in pm_raid_edit_menufmt()
818 char f_name[STRSIZE], devname[STRSIZE]; in pm_raid_commit()
930 char dev[STRSIZE]; in pm_vnd_menufmt()
1042 char buf[STRSIZE]; in pm_vnd_set_value()
1503 char dev[STRSIZE]; in pm_lvm_find()
1640 char buf[STRSIZE]; in pm_lvm_edit_menufmt()
1688 char buf[STRSIZE]; in pm_lvm_set_value()
1783 char buf[STRSIZE]; in pm_lvmlv_menufmt()
1980 char params[STRSIZE*3], devs[STRSIZE*3], arg[STRSIZE]; in pm_lvm_commit()
[all …]
H A Dconfigmenu.c60 char pkgpath[STRSIZE];
61 char pkgsrcpath[STRSIZE];
274 char username[STRSIZE] = ""; in add_new_user()
323 char additional_pkgs[STRSIZE] = {0}; in set_binpkg()
399 char pattern[STRSIZE]; in toggle_rcvar()
400 char buf[STRSIZE]; in toggle_rcvar()
H A Dtarget.c434 char realfrom[STRSIZE]; in mv_within_target_or_die()
435 char realto[STRSIZE]; in mv_within_target_or_die()
447 char realfrom[STRSIZE]; in cp_within_target()
448 char realto[STRSIZE]; in cp_within_target()
H A Dutil.c980 char path[STRSIZE]; in extract_file_to()
1201 char url[STRSIZE], tmpf[PATH_MAX], mountpt[PATH_MAX]; in entropy_get_file()
1656 static char zoneinfo_dir[STRSIZE];
1660 static char tz_env[STRSIZE];
1669 char cur_time[STRSIZE], *p; in update_time_display()
1838 char localtime_link[STRSIZE]; in get_tz_default()
1839 static char localtime_target[STRSIZE]; in get_tz_default()
1866 char localtime_link[STRSIZE]; in set_timezone()
1867 char localtime_target[STRSIZE]; in set_timezone()
H A Dpart_edit.c125 char buf[STRSIZE]; in set_part_type()
323 char line[STRSIZE]; in edit_custom_opt()
629 char value[STRSIZE]; in draw_outer_ptn_line()
757 char buf[SSTRSIZE], *astr, colval[STRSIZE], line[STRSIZE]; in draw_outer_part_line()
H A Dgpt.c285 char *textbuf, *t, *tt, p_type[STRSIZE]; in gpt_read_from_disk()
324 strlcat(p_type, " ", STRSIZE); in gpt_read_from_disk()
325 strlcat(p_type, tt, STRSIZE); in gpt_read_from_disk()
1224 char attr_str[STRSIZE]; in gpt_apply_attr()
H A Drun.c183 char fileorcmd[STRSIZE]; in collect()
H A Ddisks.c1710 options[STRSIZE], tmp[STRSIZE], *op, *last; in process_found_fs()
H A Dlabel.c1308 char line[STRSIZE]; in edit_ptn_custom_type()
1693 char buf[STRSIZE]; in edit_fspart_pack()
H A Dmenus.mi601 sizeof(char) * STRSIZE); };
H A Dbsddisklabel.c154 static char size_menu_title[STRSIZE];
/netbsd/usr.sbin/sysinst/arch/luna68k/
H A Dmd.c204 char rdisk[STRSIZE], disk[STRSIZE]; in md_post_newfs()
260 char disk[STRSIZE]; in md_update()
/netbsd/usr.sbin/sysinst/arch/emips/
H A Dmd.c167 char ldr_path[STRSIZE]; in md_post_extract()
/netbsd/usr.sbin/sysinst/arch/mvme68k/
H A Dmd.c135 char desc[STRSIZE]; in md_check_partitions()
/netbsd/usr.sbin/sysinst/arch/hp300/
H A Dmd.c135 char desc[STRSIZE]; in md_check_partitions()
/netbsd/usr.sbin/sysinst/arch/zaurus/
H A Dmd.c171 char adevname[STRSIZE]; in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/hpcarm/
H A Dmd.c198 char adevname[STRSIZE]; in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/x68k/
H A Dmd.c163 char desc[STRSIZE]; in md_check_partitions()
/netbsd/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-14454 *STR, size_t STRSIZE, int BASE)
4455 Convert bytes {STR,STRSIZE} in the given BASE to limbs at RP.
4457 STR[0] is the most significant input byte and STR[STRSIZE-1] is the
4468 with STRSIZE digits in the chosen base, plus one extra limb.
4471 between {STR,STRSIZE} and the result at RP.