Lines Matching defs:string_nocheck
638 static char *string_nocheck(char *buf, char *end, const char *s,
663 return string_nocheck(buf, end, sym, spec);
687 return string_nocheck(buf, end, s, spec);
727 return string_nocheck(buf, end, s, spec);
1005 return string_nocheck(buf, end, sym, spec);
1094 p = string_nocheck(p, pend, "io ", str_spec);
1097 p = string_nocheck(p, pend, "mem ", str_spec);
1100 p = string_nocheck(p, pend, "irq ", str_spec);
1103 p = string_nocheck(p, pend, "dma ", str_spec);
1106 p = string_nocheck(p, pend, "bus ", str_spec);
1109 p = string_nocheck(p, pend, "??? ", str_spec);
1114 p = string_nocheck(p, pend, "size ", str_spec);
1125 p = string_nocheck(p, pend, " 64bit", str_spec);
1127 p = string_nocheck(p, pend, " pref", str_spec);
1129 p = string_nocheck(p, pend, " window", str_spec);
1131 p = string_nocheck(p, pend, " disabled", str_spec);
1133 p = string_nocheck(p, pend, " flags ", str_spec);
1139 return string_nocheck(buf, end, sym, spec);
1305 return string_nocheck(buf, end, mac_addr, spec);
1468 return string_nocheck(buf, end, ip6_addr, spec);
1479 return string_nocheck(buf, end, ip4_addr, spec);
1541 return string_nocheck(buf, end, ip6_addr, spec);
1576 return string_nocheck(buf, end, ip4_addr, spec);
1730 return string_nocheck(buf, end, uuid, spec);
2195 buf = string_nocheck(buf, end, tbuf, str_spec);
2206 buf = string_nocheck(buf, end, ",", str_spec);
2207 buf = string_nocheck(buf, end, "\"", str_spec);
2209 buf = string_nocheck(buf, end, "\"", str_spec);