Searched refs:psecs (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/bin/ps/
H A Dprint.c510 printtime(KINFO *k, VARENT *ve __unused, long secs, long psecs) argument
511 /* psecs is "parts" of a second. first micro, then centi */
520 psecs = 0;
523 psecs = (psecs + 5000) / 10000;
524 secs += psecs / 100;
525 psecs = psecs % 100;
528 secs / 60, secs % 60, decimal_point, psecs);
535 long secs, psecs; local
554 long secs, psecs; local
568 long secs, psecs; local
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c201 * If psecs is not NULL, populate it with the timeout associated
217 const struct filter *filter, unsigned *psecs)
456 if (psecs != NULL)
457 *psecs = fp->timeout;
562 const char *prefix, unsigned *psecs)
685 logbuf, psecs);
752 filter, logbuf, psecs);
773 filter, logbuf, psecs);
872 if (filter && FilterCheck(packet, family, filter, psecs)) {
885 else if (psecs !
211 FilterCheck(const unsigned char *packet, u_int32_t family __unused, const struct filter *filter, unsigned *psecs) argument
560 PacketCheck(struct bundle *bundle, u_int32_t family, const unsigned char *packet, int nb, struct filter *filter, const char *prefix, unsigned *psecs) argument
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.print.c47 psecs(unsigned long l) function
H A Dsh.decls.h327 extern void psecs (unsigned long);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c2129 asection **psecs, **p; local
2155 psecs = bfd_malloc (symcount * sizeof (*psecs));
2156 if (psecs == NULL)
2158 sec_arr[bfd_idx] = psecs;
2159 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy)
2174 sort_syms_psecs = psecs;
2180 asection *s = psecs[*psy - syms];
2184 if (psecs[*psy2 - syms] != s)
2201 asection *s = psecs[s
2241 asection **psecs; local
[all...]

Completed in 130 milliseconds