HomeSort by: relevance | last modified time | path
    Searched defs:gottime (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/stat/
stat.c 672 int gottime; /* true if secs and nsecs are valid */ local in function:format1
678 gottime = 0;
801 gottime = 1;
808 if (!gottime) {
809 gottime = 1;
817 if (!gottime) {
818 gottime = 1;
827 if (!gottime) {
828 gottime = 1;
  /src/sys/net/
bpf.c 1715 bool gottime = false; local in function:bpf_deliver
1745 if (!gottime) {
1746 gottime = true;

Completed in 14 milliseconds