Searched refs:firsts (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dbcopy.c19 const char *firsts = (const char *) src; local
22 *firstd++ = *firsts++;
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dbcopy.c19 const char *firsts = src; local
22 *firstd++ = *firsts++;
/freebsd-9.3-release/usr.bin/ncal/
H A Dncal.c860 int firsts; /* sunday of first week of month */ local
911 * Set firsts to the day number of sunday of the first week of
914 firsts = first - (weekday(first)+1) % 7;
923 for (j = firsts + 7 * i, k = 0; j < last && k != dw * 7;

Completed in 57 milliseconds