Lines Matching refs:ntstr
2580 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()
3888 assert(ntstr != NULL); in print_gbuf()
3890 ntstr); in print_gbuf()
3918 ntstr = construct_format(cnt); in print_gbuf()
3919 assert(ntstr != NULL); in print_gbuf()
3921 wl_essid_essid, ntstr); in print_gbuf()
3922 free(ntstr); in print_gbuf()