Lines Matching refs:puts_tr

3446 #define	puts_tr(s) (void) puts(gettext(s))  macro
3454 puts_tr("\nSA attributes:"); in doattrhelp()
3479 puts_tr("update - Update an existing SA"); in dohelpcmd()
3482 puts_tr("update-pair - Update an existing pair of SAs"); in dohelpcmd()
3485 puts_tr("add - Add a new security association (SA)"); in dohelpcmd()
3488 puts_tr("delete - Delete an SA"); in dohelpcmd()
3491 puts_tr("delete-pair - Delete a pair of SAs"); in dohelpcmd()
3494 puts_tr("get - Display an SA"); in dohelpcmd()
3497 puts_tr("flush - Delete all SAs"); in dohelpcmd()
3499 puts_tr(""); in dohelpcmd()
3500 puts_tr("Optional arguments:"); in dohelpcmd()
3501 puts_tr("all delete all SAs"); in dohelpcmd()
3502 puts_tr("esp delete just ESP SAs"); in dohelpcmd()
3503 puts_tr("ah delete just AH SAs"); in dohelpcmd()
3504 puts_tr("<number> delete just SAs with type " in dohelpcmd()
3506 puts_tr(""); in dohelpcmd()
3510 puts_tr("dump - Display all SAs"); in dohelpcmd()
3512 puts_tr(""); in dohelpcmd()
3513 puts_tr("Optional arguments:"); in dohelpcmd()
3514 puts_tr("all display all SAs"); in dohelpcmd()
3515 puts_tr("esp display just ESP SAs"); in dohelpcmd()
3516 puts_tr("ah display just AH SAs"); in dohelpcmd()
3517 puts_tr("<number> display just SAs with type " in dohelpcmd()
3519 puts_tr(""); in dohelpcmd()
3523 puts_tr("monitor - Monitor all PF_KEY reply messages."); in dohelpcmd()
3526 puts_tr( in dohelpcmd()
3528 puts_tr( in dohelpcmd()
3533 puts_tr("quit, exit - Exit the program"); in dohelpcmd()
3536 puts_tr("save - Saves all SAs to a file"); in dohelpcmd()
3539 puts_tr("help - Display list of commands"); in dohelpcmd()
3540 puts_tr("help <cmd> - Display help for command"); in dohelpcmd()
3541 puts_tr("help attr - Display possible SA attributes"); in dohelpcmd()
3552 puts_tr(""); in dohelp_tcpkey()
3553 puts_tr("The following commands are of the form:"); in dohelp_tcpkey()
3554 puts_tr(" <command> {SA type} {attribute value}*"); in dohelp_tcpkey()
3555 puts_tr(""); in dohelp_tcpkey()
3556 puts_tr("add (interactive only) - Add a new security association (SA)"); in dohelp_tcpkey()
3557 puts_tr("delete - Delete an SA"); in dohelp_tcpkey()
3558 puts_tr("get - Display an SA"); in dohelp_tcpkey()
3559 puts_tr("flush - Delete all SAs"); in dohelp_tcpkey()
3560 puts_tr("dump - Display all SAs"); in dohelp_tcpkey()
3561 puts_tr("save - Saves all SAs to a file"); in dohelp_tcpkey()
3571 puts_tr("Commands"); in dohelp()
3572 puts_tr("--------"); in dohelp()
3573 puts_tr("?, help - Display this list"); in dohelp()
3574 puts_tr("help <cmd> - Display help for command"); in dohelp()
3575 puts_tr("help attr - Display possible SA attributes"); in dohelp()
3576 puts_tr("quit, exit - Exit the program"); in dohelp()
3583 puts_tr("monitor - Monitor all PF_KEY reply messages."); in dohelp()
3584 puts_tr("pmonitor, passive_monitor - Monitor PF_KEY messages that"); in dohelp()
3585 puts_tr(" reply to all PF_KEY sockets."); in dohelp()
3586 puts_tr(""); in dohelp()
3587 puts_tr("The following commands are of the form:"); in dohelp()
3588 puts_tr(" <command> {SA type} {attribute value}*"); in dohelp()
3589 puts_tr(""); in dohelp()
3590 puts_tr("add (interactive only) - Add a new security association (SA)"); in dohelp()
3591 puts_tr("update (interactive only) - Update an existing SA"); in dohelp()
3592 puts_tr("update-pair (interactive only) - Update an existing SA pair"); in dohelp()
3593 puts_tr("delete - Delete an SA"); in dohelp()
3594 puts_tr("delete-pair - Delete an SA pair"); in dohelp()
3595 puts_tr("get - Display an SA"); in dohelp()
3596 puts_tr("flush - Delete all SAs"); in dohelp()
3597 puts_tr("dump - Display all SAs"); in dohelp()
3598 puts_tr("save - Saves all SAs to a file"); in dohelp()