Home
last modified time | relevance | path

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

/plan9/sys/src/libc/9sys/
H A Dtm2sec.c7 static int rd_long(char**, long*);
120 if(rd_long(&p, &timezone.stdiff)) in readtimezone()
124 if(rd_long(&p, &timezone.dldiff)) in readtimezone()
127 if(rd_long(&p, &timezone.dlpairs[i])) in readtimezone()
162 rd_long(char **f, long *p) in rd_long() function
H A Dctime.c53 static int rd_long(char**, long*);
230 if(rd_long(&p, &timezone.stdiff)) in readtimezone()
234 if(rd_long(&p, &timezone.dldiff)) in readtimezone()
237 if(rd_long(&p, &timezone.dlpairs[i])) in readtimezone()
272 rd_long(char **f, long *p) in rd_long() function
/plan9/sys/src/ape/lib/ap/plan9/
H A Dctime.c55 static int rd_long(char**, long*);
247 if(rd_long(&p, &timezone.stdiff)) in readtimezone()
251 if(rd_long(&p, &timezone.dldiff)) in readtimezone()
254 if(rd_long(&p, &timezone.dlpairs[i])) in readtimezone()
289 rd_long(char **f, long *p) in rd_long() function