Searched defs:p_time (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libresolv/ |
H A D | res_debug.c | 47 extern char *p_cdname(), *p_rr(), *p_type(), *p_class(), *p_time(); 226 fprintf(file, ", ttl = %s", p_time(_getlong(cp))); 290 fprintf(file, "\n\trefresh = %s", p_time(_getlong(cp))); 292 fprintf(file, "\n\tretry = %s", p_time(_getlong(cp))); 294 fprintf(file, "\n\texpire = %s", p_time(_getlong(cp))); 296 fprintf(file, "\n\tmin = %s\n", p_time(_getlong(cp))); 483 p_time(value) function
|
/osnet-11/usr/src/lib/libadm/common/ |
H A D | cktime.c | 84 p_time(char *string, int llim, int ulim) function 145 input = p_time(input, LH, UH); 151 input = p_time(input, LM, UM); 157 input = p_time(input, LS, US); 163 input = p_time(input, LH, UH); 174 input = p_time(input, LM, UM); 184 input = p_time(input, LS, US); 190 input = p_time(input, LH, UH); 200 input = p_time(input, LM, UM); 208 input = p_time(inpu [all...] |
/osnet-11/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 147 #pragma weak __p_time = p_time 730 p_time(u_int32_t value) { function
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 174 static int p_time(Shell_t *shp, Sfio_t *out, const char *format, clock_t *tm) function 2451 p_time(shp,sfstderr,sh_translate(format),tm);
|
Completed in 103 milliseconds