Searched defs:PUT (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfstrtof.h | 127 #define PUT(p) macro 138 #define PUT(p) (end?(*end=(char*)p-back):(char*)0) macro 143 #define PUT(p) (end?(*end=(char*)p-1):(char*)0) macro
|
/titanic_50/usr/src/lib/iconv_modules/common/ |
H A D | 646%CODESET.c | 36 #define PUT(c) (*op = (c), op++, oleft--) macro
|
/titanic_50/usr/src/lib/iconv_modules/euro/utils/ |
H A D | 8859-1%IBM-037.c | 79 #define PUT(c) (*op = (c), op++, oleft--) macro
|
H A D | 8859-1%IBM-850.c | 49 #define PUT(c) (*op = (c), op++, oleft--) macro
|
H A D | IBM-037%8859-1.c | 79 #define PUT(c) (*op = (c), op++, oleft--) macro
|
H A D | IBM-850%8859-1.c | 50 #define PUT(c) (*op = (c), op++, oleft--) macro
|
H A D | japanese.h | 27 #define PUT(c) (*op = (c), op++, oleft--) macro
|
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_util.h | 88 #define PUT 1 macro
|
/titanic_50/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 63 #define PUT(p, n) { unsigned char *newbufptr; \ macro
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 89 #define PUT(p, n) \ macro 122 #define PUT(p, n) \ macro
|
/titanic_50/usr/src/lib/iconv_modules/ja/common/ |
H A D | japanese.h | 36 #define PUT(c) (*op = (c), op++, oleft--) macro
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 90 #define PUT(b,c) (((b)->nxt<(b)->end)?(*(b)->nxt++=(c)):((c),(-1))) macro
|
/titanic_50/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 153 #define PUT(c) (**outbuf = (c), (*outbuf)++, (*outbytesleft)--) macro
|