Searched refs:getnumlimit (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lstrlib.c | 1433 static int getnumlimit (Header *h, const char **fmt, int df) { function 1473 case 'i': *size = getnumlimit(h, fmt, sizeof(int)); return Kint; 1474 case 'I': *size = getnumlimit(h, fmt, sizeof(int)); return Kuint; 1475 case 's': *size = getnumlimit(h, fmt, sizeof(size_t)); return Kstring; 1488 case '!': h->maxalign = getnumlimit(h, fmt, MAXALIGN); break;
|