Searched refs:NumStr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CachePruning.cpp | 56 StringRef NumStr = Duration.slice(0, Duration.size()-1); in parseDuration() local 58 if (NumStr.getAsInteger(0, Num)) in parseDuration() 59 return make_error<StringError>("'" + NumStr + "' not an integer", in parseDuration()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | defs.h | 139 extern const char *NumStr(long, char *, size_t);
|
| H A D | route.c | 236 return NumStr(idx, NULL, 0); in Index2Nam() 239 return NumStr(idx, NULL, 0); in Index2Nam() 242 return NumStr(idx, NULL, 0); in Index2Nam() 270 return NumStr(idx, NULL, 0); in Index2Nam() 305 return NumStr(idx, NULL, 0); in Index2Nam()
|
| H A D | defs.c | 334 NumStr(long val, char *buf, size_t sz) in NumStr() function
|
| H A D | radius.c | 131 return NumStr(policy, NULL, 0); in radius_policyname() 145 return NumStr(types, NULL, 0); in radius_typesname()
|
| H A D | ipv6cp.c | 658 return NumStr(proto, NULL, 0); in protoname()
|
| H A D | ipcp.c | 161 return NumStr(proto, NULL, 0); in protoname()
|