Lines Matching refs:e_str
93 const char *e_str; member
497 if ((ep->e_str = strdup(p2)) == NULL) { in f_mkmtab()
503 if ((p = strchr(ep->e_str, '\n')) != NULL) in f_mkmtab()
505 if (strchr(ep->e_str, '%') != NULL) in f_mkmtab()
580 (void) printf(ep->e_str, in f_ckmtab()
583 (void) printf(ep->e_str); in f_ckmtab()
851 (void) printf(ep->e_str, in f_ckmtab()
858 (void) printf(ep->e_str, u64_val); in f_ckmtab()
863 (void) printf(ep->e_str, in f_ckmtab()
870 (void) printf(ep->e_str, in f_ckmtab()
876 (void) printf(ep->e_str, in f_ckmtab()
883 (void) printf(ep->e_str, in f_ckmtab()
889 (void) printf(ep->e_str, in f_ckmtab()
896 (void) printf(ep->e_str, in f_ckmtab()
909 (void) printf(ep->e_str); in f_ckmtab()
1089 (void) printf(" %s", ep->e_str); in f_prtmtab()