HomeSort by: relevance | last modified time | path
    Searched refs:STRSIZE (Results 1 - 22 of 22) sorted by relevancy

  /src/usr.sbin/sysinst/
defs.h 59 #define STRSIZE 255
446 char diskdev_descr[STRSIZE]; /* e.g. IDENTIFY result */
522 extern char xfer_dir[STRSIZE];
583 extern char ext_dir_bin[STRSIZE];
586 extern char ext_dir_src[STRSIZE];
589 extern char ext_dir_pkgsrc[STRSIZE];
592 extern char set_dir_bin[STRSIZE];
595 extern char set_dir_src[STRSIZE];
598 extern char pkg_dir[STRSIZE];
601 extern char pkgsrc_dir[STRSIZE];
    [all...]
main.c 68 char xfer_dir[STRSIZE];
70 char ext_dir_bin[STRSIZE];
71 char ext_dir_src[STRSIZE];
72 char ext_dir_pkgsrc[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];
    [all...]
net.c 74 char if_dev[STRSIZE];
75 char name[STRSIZE]; // TODO
78 static char net_dev[STRSIZE];
79 static char net_domain[STRSIZE];
80 static char net_host[STRSIZE];
84 char net_namesvr[STRSIZE];
85 static char net_defroute[STRSIZE];
86 static char net_media[STRSIZE];
87 static char net_ssid[STRSIZE];
88 static char net_passphrase[STRSIZE];
    [all...]
configmenu.c 61 char pkgpath[STRSIZE];
62 char pkgsrcpath[STRSIZE];
277 char username[STRSIZE] = "";
326 char additional_pkgs[STRSIZE] = {0};
413 char pattern[STRSIZE];
414 char buf[STRSIZE];
target.c 434 char realfrom[STRSIZE];
435 char realto[STRSIZE];
447 char realfrom[STRSIZE];
448 char realto[STRSIZE];
partman.c 103 char filepath[STRSIZE];
199 char dev[STRSIZE];
474 char out[STRSIZE], human[6];
499 char buf[STRSIZE], rdev[STRSIZE], level[STRSIZE], *line;
530 char buf[STRSIZE];
818 char f_name[STRSIZE], devname[STRSIZE];
932 char dev[STRSIZE];
    [all...]
util.c 993 char path[STRSIZE];
1214 char url[STRSIZE], tmpf[PATH_MAX], mountpt[PATH_MAX];
1674 static char zoneinfo_dir[STRSIZE];
1678 static char tz_env[STRSIZE];
1687 char cur_time[STRSIZE], *p;
1856 char localtime_link[STRSIZE];
1857 static char localtime_target[STRSIZE];
1884 char localtime_link[STRSIZE];
1885 char localtime_target[STRSIZE];
part_edit.c 125 char buf[STRSIZE];
323 char line[STRSIZE];
629 char value[STRSIZE];
757 char buf[SSTRSIZE], *astr, colval[STRSIZE], line[STRSIZE];
gpt.c 285 char *textbuf, *t, *tt, p_type[STRSIZE];
324 strlcat(p_type, " ", STRSIZE);
325 strlcat(p_type, tt, STRSIZE);
1229 char attr_str[STRSIZE];
run.c 183 char fileorcmd[STRSIZE];
label.c 1310 char line[STRSIZE];
1695 char buf[STRSIZE];
menus.mi 617 sizeof(char) * STRSIZE); };
disks.c 1710 options[STRSIZE], tmp[STRSIZE], *op, *last;
bsddisklabel.c 154 static char size_menu_title[STRSIZE];
  /src/usr.sbin/sysinst/arch/luna68k/
md.c 204 char rdisk[STRSIZE], disk[STRSIZE];
260 char disk[STRSIZE];
  /src/usr.sbin/sysinst/arch/emips/
md.c 167 char ldr_path[STRSIZE];
  /src/usr.sbin/sysinst/arch/virt68k/
md.c 135 char desc[STRSIZE];
  /src/usr.sbin/sysinst/arch/hp300/
md.c 135 char desc[STRSIZE];
  /src/usr.sbin/sysinst/arch/hpcarm/
md.c 198 char adevname[STRSIZE];
  /src/usr.sbin/sysinst/arch/mvme68k/
md.c 135 char desc[STRSIZE];
  /src/usr.sbin/sysinst/arch/zaurus/
md.c 171 char adevname[STRSIZE];
  /src/usr.sbin/sysinst/arch/x68k/
md.c 163 char desc[STRSIZE];

Completed in 50 milliseconds