taglinefilesource code
put_user_byte53include/asm-m68k/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_user_byte89include/asm-m68k/segment.hput_user_byte(*(const char *) from, (char *) to);
put_user_byte96include/asm-m68k/segment.hput_user_byte(*(2+(const char *) from), 2+(char *) to);
put_user_byte80include/asm-ppc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))
put_user_byte87include/asm-sparc/segment.h#define put_fs_byte(x,addr) put_user_byte((x),(char *)(addr))