Lines Matching defs:loc
292 size_t loc;294 loc = tftp_strnlen(buf, len);295 loc++; /* NULL term */297 if(loc >= len)301 loc += tftp_strnlen(buf + loc, len-loc);302 loc++; /* NULL term */304 if(loc > len)308 return &buf[loc];