Home
last modified time | relevance | path

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

/netbsd/src/tests/fs/nullfs/
Dt_basic.c29 #define MSTR "magic bus" macro
39 if (rump_sys_write(fd, MSTR, sizeof(MSTR)) != sizeof(MSTR)) in xput_tfile()
56 if (strcmp(buf, MSTR) == 0) in xread_tfile()
/netbsd/src/tests/fs/vfs/
Dt_union.c23 #define MSTR "magic bus" macro
36 if (rump_sys_write(fd, MSTR, sizeof(MSTR)) != sizeof(MSTR)) in xput_tfile()
58 if (strcmp(buf, MSTR) == 0) in xread_tfile()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Ddv-bfin_spi.h38 #define MSTR (1 << 12) macro
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dtrees.c1639 # define MSTR 04 /* structure */ macro
1732 else if( mt12 & MSTR ) return( NCVT+TYPL+OTHER ); in opact()
1737 if( mt12 & MSTR ) return( LVAL+NCVT+TYPL+OTHER ); in opact()
1798 return( MSTR ); in moditype()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dtrees.c1736 # define MSTR 04 /* structure */ macro
1829 else if( mt12 & MSTR ) return( NCVT+TYPL+OTHER ); in opact()
1834 if( mt12 & MSTR ) return( LVAL+NCVT+TYPL+OTHER ); in opact()
1868 return( MSTR ); in moditype()