Searched defs:dec (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | fmtip6.c | 60 dec(char* s, char* p, int n) function 98 s = dec(s, "2002:", a[2]); 99 s = dec(s, ".", a[3]); 100 s = dec(s, ".", a[4]); 101 s = dec(s, ".", a[5]); 120 s = dec(s, "::", a[12]); 121 s = dec(s, ".", a[13]); 122 s = dec(s, ".", a[14]); 123 s = dec(s, ".", a[15]); 129 s = dec( [all...] |
/ast/src/lib/libpp/ |
H A D | ppfsm.c | 358 /* saw 0, possible oct|hex|dec|dbl constant */ 430 /* saw <dec>, dec constant */ 438 /* dec constant qualifier */ 563 static char* dec = &hex[12]; variable 659 s = dec; 706 s = dec;
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 933 static char* dec = &hex[12]; variable 1028 s = dec;
|
Completed in 23 milliseconds