Home | History | Annotate | Download | only in sysinst

Lines Matching refs:sizeof

64 		action { src_prompt(MSG_Host, nfs_host, sizeof nfs_host); };
66 action { src_prompt(MSG_Base_dir, nfs_dir, sizeof nfs_dir); };
68 action { src_prompt(MSG_set_entropy_file, entropy_file, sizeof entropy_file); };
83 sizeof fpi->xfer_host[XFER_HOST(fpi->xfer)]); };
86 entropy_file, sizeof entropy_file); };
90 src_prompt(MSG_User, fpi->user, sizeof fpi->user);
101 src_prompt(MSG_email, fpi->pass, sizeof fpi->pass);
104 fpi->pass, sizeof fpi->pass);
110 src_prompt(MSG_Proxy, fpi->proxy, sizeof fpi->proxy);
127 action { src_prompt(MSG_dev, localfs_dev, sizeof localfs_dev);};
129 action { src_prompt(MSG_filesys, localfs_fs, sizeof localfs_fs); };
131 action { src_prompt(MSG_entropy_path_and_file, entropy_file, sizeof entropy_file);};