HomeSort by relevance Sort by last modified time
    Searched refs:lfp (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-ntp.c 221 p_ntp_time(register const struct l_fixedpt *lfp)
228 i = EXTRACT_32BITS(&lfp->int_part);
229 uf = EXTRACT_32BITS(&lfp->fraction);
253 /* Prints time difference between *lfp and *olfp */
256 register const struct l_fixedpt *lfp)
265 u = EXTRACT_32BITS(&lfp->int_part);
267 uf = EXTRACT_32BITS(&lfp->fraction);
270 p_ntp_time(lfp);
  /external/mksh/src/
main.c 1346 const char *lfp; local
1354 if ((lfp = getenv("SDMKSH_PATH")) == NULL) {
1355 if ((lfp = getenv("HOME")) == NULL || *lfp != '/')
1357 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp);
1360 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0)
1361 errorf("cannot open debug output file %s", lfp);
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 105 milliseconds