Searched defs:max (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dconfile.c338 size_t max)
340 if (strlen(value) >= max) {
341 ERROR("%s is too long (>= %lu)", value, (unsigned long)max);
1378 if (strncasecmp(signame, "max-", 4) == 0) {
337 config_string_item_max(char **conf_item, const char *value, size_t max) argument

Completed in 14 milliseconds