Searched refs:deflt (Results 1 - 25 of 108) sorted by relevance

12345

/illumos-gate/usr/src/cmd/format/
H A Dprompts.c79 int deflt; local
83 deflt = 2;
85 &ioparam, &deflt, DATA_INPUT));
97 int deflt; local
101 deflt = n_cyls + a_cyls;
103 &ioparam, &deflt, DATA_INPUT));
129 int deflt; local
135 ':', &ioparam, &deflt, DATA_INPUT)) {
137 return (deflt);
167 int deflt; local
190 int deflt; local
211 int deflt; local
228 int deflt; local
248 int deflt; local
268 int deflt; local
288 int deflt; local
308 int deflt; local
328 int deflt; local
348 int deflt; local
368 int deflt; local
388 int deflt; local
409 int deflt; local
428 int deflt; local
[all...]
H A Dmenu_analyze.c255 int deflt; local
263 deflt = !scan_entire;
266 &ioparam, &deflt, DATA_INPUT);
291 deflt = !scan_loop;
294 &ioparam, &deflt, DATA_INPUT);
304 deflt = !scan_correct;
307 &ioparam, &deflt, DATA_INPUT);
308 deflt = !scan_stop;
311 &ioparam, &deflt, DATA_INPUT);
312 deflt
[all...]
H A Dpartition.c120 int deflt; local
147 deflt = cur_parts->etoc->efi_parts[num].p_tag;
148 if (deflt == V_UNASSIGNED) {
149 deflt = V_USR;
153 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT);
155 deflt = cur_parts->etoc->efi_parts[num].p_flag;
158 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT);
210 deflt = cur_parts->vtoc.v_part[num].p_tag;
213 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT);
215 deflt
[all...]
H A Dio.c444 input(type, promptstr, delim, param, deflt, cmdflag)
449 int *deflt;
473 * Whatever they typed is returned in *deflt.
478 assert(deflt != NULL);
500 if (deflt != NULL) {
504 fmt_print("[%llu, ", *(diskaddr_t *)deflt);
505 pr_dblock(fmt_print, *(diskaddr_t *)deflt);
510 fmt_print("[%d]", *deflt);
517 efi_deflt = (efi_deflt_t *)deflt;
524 for (i = 0, str = strings; i < *deflt;
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmygetenv.c39 mygetenv(char *variable, char *deflt) argument
45 return (deflt);
H A Dlibrary.h40 char *mygetenv(char *variable, char *deflt);
/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dllib-llpusr55 short deflt; /* priority to use when not specified */
H A Dstorepri.c50 printf(gettext("Default priority: %d\n"), ppri_tbl->deflt);
73 fdprintf(fd, "%d\n%d:\n", ppri_tbl->deflt, ppri_tbl->deflt_limit);
H A Dloadpri.c88 pri_tbl.deflt = LEVEL_DFLT;
97 pri_tbl.deflt = -1;
116 pri_tbl.deflt = pri;
157 if (pri_tbl.deflt == -1)
158 pri_tbl.deflt = LEVEL_DFLT;
H A Dusermgmt.c129 return (ppri_tbl->deflt);
/illumos-gate/usr/src/cmd/lp/include/
H A Dusers.h59 short deflt; /* priority to use when not specified */ member in struct:user_priority
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c58 list = FALSE, limit = -1, deflt = -1; local
106 if (deflt != -1)
108 deflt = (int)strtol(optarg,&p,10);
109 if (*p || deflt<PRI_MIN || deflt>PRI_MAX) {
144 if (((list || deflt != -1) && (limit != -1 || userlist))
145 || (list && deflt != -1)) {
180 } else if (deflt != -1)
181 ppri_tbl->deflt = deflt;
[all...]
/illumos-gate/usr/src/cmd/valtools/
H A Dckgid.c46 static char *deflt = NULL, *error = NULL, *help = NULL, *prompt = NULL; variable
155 deflt = optarg;
211 if (deflt) {
212 len = strlen(deflt) + 1;
224 n = ckgid(gid, disp, deflt, error, help, prompt);
H A Dckkeywd.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
115 deflt = optarg;
163 if (deflt) {
164 len = strlen(deflt) + 1;
176 n = ckkeywd(strval, keyword, deflt, error, help, prompt);
H A Dckuid.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
159 deflt = optarg;
214 if (deflt) {
215 len = strlen(deflt) + 1;
227 n = ckuid(strval, disp, deflt, error, help, prompt);
H A Dckyorn.c46 static char *deflt, *prompt, *error, *help; variable
146 deflt = optarg;
202 if (deflt) {
203 len = strlen(deflt) + 1;
215 n = ckyorn(ynval, deflt, error, help, prompt);
H A Dckdate.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
163 deflt = optarg;
227 if (deflt) {
228 len = strlen(deflt) + 1;
240 n = ckdate(date, fmt, deflt, error, help, prompt);
H A Dckpath.c47 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
227 deflt = optarg;
289 if (deflt) {
290 len = strlen(deflt) + 1;
302 n = ckpath(pathval, pflags, deflt, error, help, prompt);
H A Dckstr.c47 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
189 deflt = optarg;
250 if (deflt) {
251 len = strlen(deflt) + 1;
263 n = ckstr(strval, regexp, length, deflt, error, help, prompt);
H A Dcktime.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
167 deflt = optarg;
234 if (deflt) {
235 len = strlen(deflt) + 1;
247 n = cktime(tod, fmt, deflt, error, help, prompt);
H A Dckint.c45 static char *deflt, *prompt, *error, *help; variable
156 deflt = optarg;
209 n = ckint(&intval, base, deflt, error, help, prompt);
H A Dckrange.c46 static char *deflt = NULL, *prompt = NULL, *error = NULL, *help = NULL; variable
173 deflt = optarg;
255 deflt, error, help, prompt); /* libadm interface */
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dcompat.c29 #include <deflt.h>
/illumos-gate/usr/src/cmd/fs.d/
H A Ddeffs.c31 #include <deflt.h>
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvlogin.c39 #include <deflt.h>

Completed in 121 milliseconds

12345