/titanic_50/usr/src/lib/libadm/common/ |
H A D | putprmpt.c | 40 putprmpt(FILE *fp, char *prompt, char *choices[], char *defstr) in putprmpt() argument 64 for (i = 0; choices && choices[i]; ++i) { in putprmpt() 65 (void) strlcat(buffer, choices[i], sizeof (buffer)); in putprmpt()
|
H A D | ckrange.c | 97 char *choices[2]; in ckrange() local 116 choices[0] = buffer; in ckrange() 117 choices[1] = NULL; in ckrange() 120 putprmpt(stderr, prompt, choices, defstr); in ckrange()
|
H A D | ckyorn.c | 41 static char *choices[] = { "y", "n", NULL }; variable 90 putprmpt(stderr, prompt, choices, defstr); in ckyorn()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | xdr.c | 522 const struct xdr_discrim *choices, const xdrproc_t dfault) in xdr_union() argument 538 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union() 539 if (choices->value == dscm) in xdr_union() 540 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); in xdr_union()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | xdr.c | 483 const struct xdr_discrim *choices, const xdrproc_t dfault) in xdr_union() argument 498 for (; choices->proc != NULL_xdrproc_t; choices++) { in xdr_union() 499 if (choices->value == dscm) in xdr_union() 500 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); in xdr_union()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | bootparam_xdr.c | 64 static struct xdr_discrim choices[] = { variable 73 (char *)&objp->bp_address, choices, (xdrproc_t)NULL)); in xdr_bp_address()
|
/titanic_50/usr/src/cmd/refer/ |
H A D | refer2.c | 39 void choices(char *); 135 choices(answer); in doref() 187 choices(char *buff) in choices() function
|
/titanic_50/usr/src/cmd/lp/lib/filters/ |
H A D | llib-llpflt | 77 TYPE * input_types; /* all possible choices */ 78 TYPE * output_types; /* all possible choices */
|
/titanic_50/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 173 type="choice", choices=fields, default=list(), 177 type="choice", choices=fields, #-s sets the default
|
/titanic_50/usr/src/cmd/lp/filter/postscript/postprint/ |
H A D | README | 27 returns. The two other choices are to return to column 1 (-r1 option) or treat
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 176 restore it, or one of the following choices:
|
/titanic_50/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 300 extern void putprmpt __P((FILE *fp, char *prompt, char *choices[],
|
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_login.c | 175 iscsit_handle_digest(iscsit_conn_t *ict, nvpair_t *choices, 2415 iscsit_handle_digest(iscsit_conn_t *ict, nvpair_t *choices, in iscsit_handle_digest() argument 2435 digest_choice = idm_get_next_listvalue(choices, NULL); in iscsit_handle_digest() 2462 digest_choice = idm_get_next_listvalue(choices, in iscsit_handle_digest()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 3869 boolean_t choices = B_FALSE; in print_all_prop_choices() local 3911 if (!choices) in print_all_prop_choices() 3913 (void) printf("%s%s", choices ? "|" : "", str); in print_all_prop_choices() 3914 choices = B_TRUE; in print_all_prop_choices() 3916 if (choices) in print_all_prop_choices()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/ |
H A D | README | 86 choices, so before you do anything else, check the following definitions in 128 SYSTEM - The version of Unix you're running. Recognized choices are,
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | SUNOS.po | 185 msgstr "\n Evaluate each of the choices below and select the one that is\n best for your needs. Co…
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 2514 lxml_get_tm_choices(entity_t *service, pgroup_t *pg, xmlNodePtr choices) in lxml_get_tm_choices() argument 2521 for (cursor = choices->xmlChildrenNode; in lxml_get_tm_choices()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 870 const struct xdr_discrim *choices, xdrproc_t dfault);
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1653 - Don't permanently fail on bind() if getaddrinfo has more choices left for
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | RELEASE | 958 previous selection choices has been fixed.
|