/titanic_53/usr/src/uts/sun4/os/ |
H A D | visinstr.c | 623 short s; in vis_alignaddr() local 706 uint16_t s[4]; in vis_fpaddsub() member 710 uint16_t s[2]; in vis_fpaddsub() member 804 uint16_t s[4]; in vis_fcmp() member 911 uint16_t s[4]; in vis_fmul() member 916 uint16_t s[2]; in vis_fmul() member 1064 uint16_t s[4]; in vis_fpixel() member 1069 uint16_t s[2]; in vis_fpixel() member 1074 short s; in vis_fpixel() local 1195 short s; in vis_pdist() local [all …]
|
/titanic_53/usr/src/lib/libc/port/gen/ |
H A D | nss_common.c | 163 #define NSS_CHECKROOT(rp, s) ((s) != (*(rp))->s && \ argument 168 #define NSS_RELOCK(rp, s) (cancel_safe_mutex_lock(&(*(rp))->lock), \ argument 171 #define NSS_STATE_REF_u(s) (++(s)->refcount) argument 173 #define NSS_UNREF_UNLOCK(r, s) (--(s)->refcount != 0 \ argument 761 nss_get_backend_u(nss_db_root_t **rootpp, struct nss_db_state *s, int n_src) in nss_get_backend_u() 839 nss_put_backend_u(struct nss_db_state *s, int n_src, nss_backend_t *be) in nss_put_backend_u() 875 struct nss_db_state *s; in _nss_db_state_constr() local 974 _nss_db_state_destr(struct nss_db_state *s) in _nss_db_state_destr() 1136 struct nss_db_state *s; in nss_delete() local 1156 struct nss_db_state *s; in nss_search() local [all …]
|
/titanic_53/usr/src/uts/common/sys/usb/scsa2usb/ |
H A D | scsa2usb.h | 403 #define SCSA2USB_IS_UFI_CMDSET(s) \ argument 405 #define SCSA2USB_IS_SCSI_CMDSET(s) \ argument 407 #define SCSA2USB_IS_ATAPI_CMDSET(s) \ argument 410 #define SCSA2USB_IS_CB(s) \ argument 413 #define SCSA2USB_IS_CBI(s) \ argument 416 #define SCSA2USB_IS_BULK_ONLY(s) \ argument 420 #define SCSA2USB_DEVICE_ACCESS_OK(s) \ argument 424 #define SCSA2USB_IN_RESET(s) \ argument 428 #define SCSA2USB_BUSY(s) \ argument 434 #define SCSA2USB_CHK_CPR(s) \ argument [all …]
|
/titanic_53/usr/src/cmd/fm/fminject/common/ |
H A D | inj_string.c | 39 inj_strdup(const char *s) in inj_strdup() 48 inj_strndup(const char *s, size_t n) in inj_strndup() 58 inj_strfree(const char *s) in inj_strfree()
|
/titanic_53/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 482 struct stat s; local 683 # define MI_SLEEP(s) \ argument 708 # define MI_SLEEP(s) sleep((s)) argument
|
/titanic_53/usr/src/uts/sun4u/starcat/io/ |
H A D | schpc.c | 61 #define SCHPC_DEBUG0(f, s) if ((f)& schpc_debug_flags) \ argument 63 #define SCHPC_DEBUG1(f, s, a) if ((f)& schpc_debug_flags) \ argument 65 #define SCHPC_DEBUG2(f, s, a, b) if ((f)& schpc_debug_flags) \ argument 67 #define SCHPC_DEBUG3(f, s, a, b, c) if ((f)& schpc_debug_flags) \ argument 69 #define SCHPC_DEBUG4(f, s, a, b, c, d) if ((f)& schpc_debug_flags) \ argument 71 #define SCHPC_DEBUG5(f, s, a, b, c, d, e) if ((f)& schpc_debug_flags) \ argument 73 #define SCHPC_DEBUG6(f, s, a, b, c, d, e, ff) if ((f)& schpc_debug_flags) \ argument 77 #define SCHPC_DEBUG0(f, s) argument 78 #define SCHPC_DEBUG1(f, s, a) argument 79 #define SCHPC_DEBUG2(f, s, a, b) argument [all …]
|
/titanic_53/usr/src/cmd/hal/utils/ |
H A D | printer.c | 28 strip_ws(char *s) in strip_ws() 51 char *s; in ieee1284_devid_to_printer_info() local
|
/titanic_53/usr/src/cmd/refer/ |
H A D | mkey2.c | 37 char line[MAXLINE], *s; in dofile() local 91 grec(char *s, FILE *f) in grec()
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | tokline.c | 58 spliceline(Sfio_t* s, int op, void* val, Sfdisc_t* ad) in spliceline() 161 Sfio_t* s; in tokline() local
|
/titanic_53/usr/src/boot/sys/amd64/include/ |
H A D | asm.h | 94 #define __FBSDID(s) .ident s argument 96 #define __FBSDID(s) /* nothing */ argument
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | catopen.c | 75 char* s; in _ast_catopen() local 148 char* s; in _ast_catgets() local
|
/titanic_53/usr/src/tools/cscope-fast/ |
H A D | display.c | 154 char *s; in display() local 391 char *s; in search() local 634 char *s, *slash; in ogsnames() local 663 char *s; in pathcomponents() local
|
/titanic_53/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 275 char *s; in look() local 296 fatal(const char *s) in fatal() 303 perr(char *s) in perr() 339 const char *s; in strindex() local
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.c | 180 match(const char* s, register const char* p, int minimum, int standard) in match() 256 match_charset(register const char* s, register const Lc_charset_t* cp) in match_charset() 270 register char* s; in canonical() local 422 register char* s; in lcmake() local
|
/titanic_53/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 208 char *skipstr(s) /* skip over leading space plus string */ in skipstr() argument 219 char *getstr(s, t) /* find next string in s, copy to t */ in getstr() argument 266 char *getint(s, pn) /* find integer at s */ in getint() argument 318 findch(s) /* find char s in chname */ in findch() argument
|
/titanic_53/usr/src/cmd/sed/ |
H A D | compile.c | 413 char *s = *sp; in compile_ccl() local 461 compile_subst(char *p, struct s_subst *s) in compile_subst() 549 compile_flags(char *p, struct s_subst *s) in compile_flags() 722 char *text, *p, *op, *s; in compile_text() local 815 duptoeol(char *s, const char *ctype) in duptoeol()
|
/titanic_53/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 54 #define bzero(s, n) memset(s, 0, n) argument 55 #define bcmp(s, d, n) memcmp(s, d, n) argument 57 #define index(s, r) strchr(s, r) argument 58 #define rindex(s, r) strrchr(s, r) argument 470 struct fop_subopt *s; in mountfs() local
|
/titanic_53/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_panic.c | 33 prom_panic(char *s) in prom_panic()
|
/titanic_53/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | puts.c | 27 puts(const char* s) in puts()
|
/titanic_53/usr/src/lib/libc/amd64/gen/ |
H A D | strcpy.s | 33 #define LABEL(s) .strcpy/**/s argument
|
H A D | memcmp.s | 57 #define LABEL(s) .memcmp/**/s argument
|
H A D | memset.s | 45 #define L(s) .memset/**/s argument
|
/titanic_53/usr/src/lib/libbc/libc/sys/common/ |
H A D | unmount.c | 30 unmount(char *s) in unmount()
|
/titanic_53/usr/src/lib/libc/port/stdio/ |
H A D | ctermid_r.c | 44 ctermid_r(char *s) in ctermid_r()
|
/titanic_53/usr/src/lib/libbc/libc/gen/common/ |
H A D | perror.c | 39 perror(s) in perror() argument
|