Home
last modified time | relevance | path

Searched refs:ntstr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c2580 char format[256], *ntstr; in do_history() local
2631 ntstr = construct_format(nt); in do_history()
2632 assert((ntstr != NULL) && (strlen(ntstr) <= 4)); in do_history()
2633 len += snprintf(format + len, sizeof (format) - len, "%s", ntstr); in do_history()
2654 ntstr = construct_format(cnt); in do_history()
2655 assert(ntstr != NULL); in do_history()
2657 (void) printf("%s%s", param, ntstr); in do_history()
2658 free(ntstr); in do_history()
3674 char format[256], *ntstr; in print_gbuf() local
3887 ntstr = construct_format(nt); in print_gbuf()
[all …]