Home
last modified time | relevance | path

Searched refs:timestamp_p (Results 1 – 5 of 5) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dtypes.h92 Bool timestamp_p; /* whether to mark messages with a timestamp */ member
H A Dprefs.c797 CHECK("timestamp") type = pref_bool, b = p->timestamp_p; in write_init_file()
1054 p->timestamp_p = get_boolean_resource (dpy, "timestamp", "Boolean"); in load_init_file()
1202 p->timestamp_p = True; in load_init_file()
H A Dxscreensaver.c1553 blurb_timestamp_p = p->timestamp_p; /* kludge */ in main()
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/solvers/MIP/
H A DMIP_cplex_wrap.hh237 int (*dll_CPXgettime)(CPXCENVptr env, double* timestamp_p);
/dports/devel/elfutils/elfutils-0.179/debuginfod/
H A Ddebuginfod.cxx677 obatched(ostream& oo, bool timestamp_p = true): o(oo) in obatched() argument
679 if (timestamp_p) in obatched()