Searched refs:end_ptr (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_getargs.c532 char *end_ptr; /* Ptr to terminator char */ local
537 (void) strtol(argv[*arg+1], &end_ptr, 0);
538 if ((end_ptr == argv[*arg+1]) || (*end_ptr != 0)) {
587 char *end_ptr; /* Ptr to terminator char */ local
595 (void) strtol(argv[*arg+i], &end_ptr, 0);
596 if ((end_ptr == argv[*arg+i]) || (*end_ptr != 0)) {
642 char *end_ptr; /* Ptr to terminator char */ local
647 (void) strtod(argv[*arg+1], &end_ptr);
931 char *end_ptr; /* Ptr to terminator char */ local
[all...]
H A Dfbc_res_compatible.c69 char *end_ptr; /* Ptr to product code terminator */ local
138 *product_code = strtoul(*product_field, &end_ptr, 0);
139 if (*end_ptr != '\0') {
227 char *end_ptr; /* Ptr to terminator char */ local
H A Dfbc_gamma_table.c91 char *end_ptr; /* Ptr to terminator char */ local
165 gamma_value = strtoul(line_ptr, &end_ptr, 0);
166 if ((end_ptr <= line_ptr) || (gamma_value > MAX_GAMMA_VALUE)) {
172 line_ptr = end_ptr;

Completed in 25 milliseconds