Lines Matching refs:e_str
91 const char *e_str; member
495 if ((ep->e_str = strdup(p2)) == NULL) { in f_mkmtab()
501 if ((p = strchr(ep->e_str, '\n')) != NULL) in f_mkmtab()
503 if (strchr(ep->e_str, '%') != NULL) in f_mkmtab()
578 (void) printf(ep->e_str, in f_ckmtab()
581 (void) printf(ep->e_str); in f_ckmtab()
849 (void) printf(ep->e_str, in f_ckmtab()
856 (void) printf(ep->e_str, u64_val); in f_ckmtab()
861 (void) printf(ep->e_str, in f_ckmtab()
868 (void) printf(ep->e_str, in f_ckmtab()
874 (void) printf(ep->e_str, in f_ckmtab()
881 (void) printf(ep->e_str, in f_ckmtab()
887 (void) printf(ep->e_str, in f_ckmtab()
894 (void) printf(ep->e_str, in f_ckmtab()
907 (void) printf(ep->e_str); in f_ckmtab()
1087 (void) printf(" %s", ep->e_str); in f_prtmtab()