/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | gettmode.c | 44 #define OK 0 macro 49 return (OK);
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceLocationException.java | 53 static final short OK = 0; field in class:ServiceLocationException 206 private short errorCode = OK; 226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsfix.c | 85 static const char *OK = "OK\n"; variable 266 ntfs_log_info(OK); 283 ntfs_log_info(OK); 322 ntfs_log_info(OK); 334 ntfs_log_info(OK); 420 ntfs_log_info(OK); 424 ntfs_log_info(OK); 502 ntfs_log_info(OK);
|
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | volume.c | 448 const char *OK = "OK\n"; local 504 ntfs_log_debug(OK); 607 ntfs_log_debug(OK); 616 ntfs_log_debug(OK); 890 const char *OK = "OK\n"; local 997 ntfs_log_debug(OK); 1019 ntfs_log_debug(OK); 1069 ntfs_log_debug(OK); [all...] |
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | iconv.c | 1333 #define OK ((size_t)-1) macro 1468 fe = OK; 1497 fe = OK;
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 48 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | find.c | 129 NAME, USER, GROUP, INUM, SIZE, LINKS, PERM, EXEC, OK, CPIO, NCPIO, enumerator in enum:Command 386 "ok", OK, Exec, 1, "command ... \\;", 0, 1095 case OK: 1100 k = np->action == OK ? CMD_QUERY : 0; 1542 case OK:
|
/osnet-11/usr/src/lib/rad/pyrad/common/ |
H A D | client.py | 77 OK = 0 variable in class:_Error 152 _Error.OK : [ 'no error', None ], 1184 if error == _Error.OK:
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | sis900.h | 206 OK = 0x08000000, enumerator in enum:sis900_buffer_status
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 61 #define OK 0 macro 824 #define wgetbkgrnd(w, b) (*(b) = (w)->_bg, OK) 1022 #define winstr(w, s) (winnstr(w, s, -1), OK) 1038 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK) 1076 #define nodelay(w, bf) (wtimeout(w, (bf) ? 0: -1), OK)
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 65 #define OK 0 macro 891 #define wgetbkgrnd(w,b) (*(b) = (w)->_bg, OK) 1063 #define nodelay(w, bf) (wtimeout(w, (bf)?0:-1), OK)
|