HomeSort by: relevance | last modified time | path
    Searched defs:sllen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/macppc/
autoconf.c 80 int sllen = OF_getprop(phandle, "hwsensor-location", buf, local
82 if (sllen <= 0) {
88 const char *descr = strlist_string(buf, sllen, i);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 3050 int sllen, slmax; local
3060 sllen = 0;
3061 while (*sl && sllen + 11 < slmax) {
3077 sllen += 2;
3100 sllen += 2;
3125 sllen += 2;
3142 sllen += 2;
3153 sllen++;
3156 length = 5 + sllen;
3186 length = 5 + sllen;
    [all...]

Completed in 35 milliseconds