Searched refs:Strtol (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dchartype.h110 #define Strtol(p,e,b) wcstol(p,e,b) macro
160 #define Strtol(p,e,b) strtol(p,e,b) macro
H A Dhist.c178 num = (int)Strtol(argv[2], NULL, 0);
H A Dterm.c1668 i = Strtol(*argv, &ep, 10);
1702 i = Strtol(*argv, &ep, 10);
1718 i = Strtol(*argv, &ep, 10);
/macosx-10.10.1/libedit-40/src/
H A Dchartype.h110 #define Strtol(p,e,b) wcstol(p,e,b) macro
165 #define Strtol(p,e,b) strtol(p,e,b) macro
H A Dhist.c178 num = (int)Strtol(argv[2], NULL, 0);
H A Dterminal.c1596 i = Strtol(*argv, &ep, 10);
1630 i = Strtol(*argv, &ep, 10);
1646 i = Strtol(*argv, &ep, 10);

Completed in 190 milliseconds