Searched defs:print_request (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | print.c | 49 print_request(CTL_MSG *request) function
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.c | 570 * print_request - True if the command is to print the current 576 * If print_request is False: arg is converted into an integer value. 583 * If print_request is True: If -capndx was used, arg is converted into 590 int print_request, PRINT_CAP_T *print_type) 617 if (print_request) { 589 arg_to_index(ARGSTATE *argstate, const char *arg, const char *argname, int print_request, PRINT_CAP_T *print_type) argument
|
H A D | dyn.c | 601 * print_request - True if the command is to print the current 607 * If print_request is False: This routine always returns the index 616 * If print_request is True: If a modifier (-dynndx, -needed) was used, 624 int print_request, PRINT_DYN_T *print_type) 680 if (print_request) { 623 arg_to_index(ARGSTATE *argstate, const char *arg, int print_request, PRINT_DYN_T *print_type) argument
|
Completed in 93 milliseconds