Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dsmbutil.c732 const char *tstring; in smb_fdata1() local
766 tstring = asctime(lt); in smb_fdata1()
768 tstring = "(Can't convert time)\n"; in smb_fdata1()
770 tstring = "NULL\n"; in smb_fdata1()
771 ND_PRINT((ndo, "%s", tstring)); in smb_fdata1()
/freebsd-13.1/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-13.1/libexec/bootpd/
H A Dreadfile.c1430 char tstring[MAXSTRINGLEN]; local
1432 tlen = sizeof(tstring);
1433 (void) get_string(src, tstring, &tlen);
1434 hashcode = hash_HashFunction((u_char *) tstring, tlen);
1435 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
1438 report(LOG_ERR, "can't find tc=\"%s\"", tstring);