Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcpdump/
H A Dsmbutil.c731 const char *tstring; in smb_fdata1() local
765 tstring = asctime(lt); in smb_fdata1()
767 tstring = "(Can't convert time)\n"; in smb_fdata1()
769 tstring = "NULL\n"; in smb_fdata1()
770 ND_PRINT((ndo, "%s", tstring)); in smb_fdata1()
/freebsd-12.1/contrib/tcsh/
H A Dsh.glob.c893 const Char *tstring = string; in Gnmatch() local
912 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0; in Gnmatch()
919 if (t_pmatch(string, *p, &tstring, 1) != 0) { in Gnmatch()
921 if (end > tstring) in Gnmatch()
922 end = tstring; in Gnmatch()
/freebsd-12.1/libexec/bootpd/
H A Dreadfile.c1438 char tstring[MAXSTRINGLEN]; local
1440 tlen = sizeof(tstring);
1441 (void) get_string(src, tstring, &tlen);
1442 hashcode = hash_HashFunction((u_char *) tstring, tlen);
1443 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
1446 report(LOG_ERR, "can't find tc=\"%s\"", tstring);