Home
last modified time | relevance | path

Searched refs:SIZE_MAX (Results 1 – 1 of 1) sorted by relevance

/argp/
A Dargp-help.c86 #ifndef SIZE_MAX
87 # define SIZE_MAX ((size_t) -1) macro
468 #if SIZE_MAX <= UINT_MAX in make_hol()
469 assert (hol->num_entries <= SIZE_MAX / sizeof (struct hol_entry)); in make_hol()
956 #if SIZE_MAX <= UINT_MAX in hol_append()
957 assert (num_entries <= SIZE_MAX / sizeof (struct hol_entry)); in hol_append()

Completed in 7 milliseconds