Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.glob.c896 const Char *tstring = string; in Gnmatch() local
915 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0; in Gnmatch()
922 if (t_pmatch(string, *p, &tstring, 1) != 0) { in Gnmatch()
924 if (end > tstring) in Gnmatch()
925 end = tstring; in Gnmatch()
/freebsd/contrib/tcpdump/
H A Dsmbutil.c771 const char *tstring; in smb_fdata1() local
802 tstring = nd_format_time(buffer, sizeof(buffer), "%a %b %e %T %Y", in smb_fdata1()
805 tstring = "NULL"; in smb_fdata1()
806 ND_PRINT("%s\n", tstring); in smb_fdata1()
/freebsd/libexec/bootpd/
H A Dreadfile.c1407 char tstring[MAXSTRINGLEN]; in fill_defaults() local
1409 tlen = sizeof(tstring); in fill_defaults()
1410 (void) get_string(src, tstring, &tlen); in fill_defaults()
1411 hashcode = hash_HashFunction((u_char *) tstring, tlen); in fill_defaults()
1412 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults()
1415 report(LOG_ERR, "can't find tc=\"%s\"", tstring); in fill_defaults()