Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/httpd/src/main/
Dhttp_log.c80 char *t_name; member
158 for (fac = facilities; fac->t_name; fac++) { in open_error_log()
159 if (!strcasecmp(fname, fac->t_name)) { in open_error_log()
282 "[%s] ", priorities[level & APLOG_LEVELMASK].t_name); in log_error_core()
/mirbsd/src/usr.bin/ftp/
Dcmds.c90 char *t_name; member
119 for (p = types; p->t_name; p++) { in settype()
120 fprintf(ttyout, "%s%s", sep, p->t_name); in settype()
132 for (p = types; p->t_name; p++) in settype()
133 if (strcmp(argv[1], p->t_name) == 0) in settype()
135 if (p->t_name == 0) { in settype()
145 (void)strlcpy(typename, p->t_name, sizeof typename); in settype()
167 for (p = types; p->t_name; p++) in changetype()
170 if (p->t_name == 0) { in changetype()
/mirbsd/src/bin/mt/
Dmt.c227 char *t_name; /* printing name */ member
260 (void)printf("%s tape drive, residual=%d\n", mt->t_name, bp->mt_resid); in status()
/mirbsd/src/lib/libcitrus_iconv/libc/citrus/modules/
Dcitrus_mapper_std.c225 const char *t_name; member
282 if (_bcs_strcasecmp(type, types[id].t_name) == 0) in _citrus_mapper_std_mapper_init()
/mirbsd/src/lib/libedit/
Dterm.h53 const char *t_name; /* the terminal name */ member
Dtty.h452 const char *t_name; member
Dterm.c880 *term = el->el_term.t_name; in term_get()
964 el->el_term.t_name = term; in term_set()
Dtty.c1196 el->el_tty.t_t[z][m->m_type].t_name); in tty_stty()
1199 strlen(el->el_tty.t_t[z][m->m_type].t_name); in tty_stty()
/mirbsd/src/bin/mksh/
DBuild.sh1428 t_use=1 t_name=fltojs_lp ;;
1430 t_use=1 t_name=fltojs_nn ;;
1433 t_use=1 t_name=fltojs_np ;;
1436 t_use=1 t_name=fltons_lp ;;
1438 t_use=1 t_name=fltons_nn ;;
1441 t_use=1 t_name=fltons_np ;;
1443 t_use=0 t_name=combine cm=combine ;;
1447 ac_flags $t_use $t_name "$t_cflags" \