Searched refs:first_word (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dcron.h234 *first_word(char *, char *),
H A Ddo_command.c494 usernm, first_word(hostname, "."),
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dmisc.c489 first_word(s, t) function
/freebsd-9.3-release/tools/tools/cxgbetool/
H A Dcxgbetool.c1223 int first_word = fd->start / 32; local
1228 data = (words[first_word] >> shift) |
1229 ((uint64_t)words[first_word + 1] << (32 - shift));
1231 data |= ((uint64_t)words[first_word + 2] << (64 - shift));

Completed in 33 milliseconds