HomeSort by: relevance | last modified time | path
    Searched refs:BOUNDS (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/msgs/
msgs.c 94 #define CMODE 0664 /* bounds file creation mode */
103 #define BOUNDS "bounds" /* message bounds file */
170 FILE *bounds; local in function:main
249 * determine current message bounds
251 snprintf(fname, sizeof (fname), "%s/%s", _PATH_MSGS, BOUNDS);
252 bounds = fopen(fname, "r");
254 if (bounds != NULL) {
255 if (fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg) < 2
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 8470 cmp.l %d1,&0x3ffe8000 # IS BOUNDS [1/2,3/2]?
9237 mov.w SRC_EX(%a0),%d0 # check src bounds
fpsp.s 8576 cmp.l %d1,&0x3ffe8000 # IS BOUNDS [1/2,3/2]?
9596 mov.w SRC_EX(%a0),%d0 # check src bounds

Completed in 143 milliseconds