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

/freebsd-12-stable/contrib/tcsh/
H A Dsh.glob.c896 const Char *tstring = string; local
915 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0;
922 if (t_pmatch(string, *p, &tstring, 1) != 0) {
924 if (end > tstring)
925 end = tstring;
/freebsd-12-stable/libexec/bootpd/
H A Dreadfile.c1450 char tstring[MAXSTRINGLEN];
1452 tlen = sizeof(tstring);
1453 (void) get_string(src, tstring, &tlen);
1454 hashcode = hash_HashFunction((u_char *) tstring, tlen);
1455 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
1458 report(LOG_ERR, "can't find tc=\"%s\"", tstring);
1438 char tstring[MAXSTRINGLEN]; local
/freebsd-12-stable/contrib/tcpdump/
H A Dsmbutil.c732 const char *tstring; local
766 tstring = asctime(lt);
768 tstring = "(Can't convert time)\n";
770 tstring = "NULL\n";
771 ND_PRINT((ndo, "%s", tstring));

Completed in 116 milliseconds