Home
last modified time | relevance | path

Searched refs:body (Results 76 – 100 of 127) sorted by relevance

123456

/illumos-gate/usr/src/uts/i86xpv/unix/
H A DMakefile130 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/lp/
H A DMakefile.lp97 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c216 if (n->body != NULL && in print_bvspace()
217 (nch = roff_node_child(n->body)) != NULL && in print_bvspace()
675 (n->tok == MAN_SS && roff_node_child(n->body) == NULL)) in pre_SS()
716 (n->tok == MAN_SH && roff_node_child(n->body) == NULL)) in pre_SH()
H A Dmdoc_man.c729 n->body->flags |= NODE_ENDED; in print_node()
1215 int body, tail; in post_eo() local
1222 body = n->child != NULL || n->parent->head->child != NULL; in post_eo()
1225 if (body && tail) in post_eo()
1227 else if ( ! (body || tail)) in post_eo()
H A Dmandocdb.c1477 const struct roff_node *head, *body; in parse_man() local
1493 body = n; in parse_man()
1494 if ((head = body->parent->head) != NULL && in parse_man()
1499 body->child != NULL) { in parse_man()
1509 deroff(&title, body); in parse_man()
H A Droff.h504 struct roff_node *body; /* BLOCK/ENDBODY */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh313 do body=${testcase[TEST]}
315 do got=${ printf "$body" "$1" "$2" "$code" | $SHELL 2>&1 }
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_safe.c120 swb.body = &safe_body; in krb5_rd_safe_basic()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c298 void *uap, const char *body, size_t bodylen) in ctl_response() argument
335 if (body != NULL) { in ctl_response()
337 DE_CONST(body, tmp); in ctl_response()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/
H A DMakefile.com134 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A DREADME161 Sample body
171 contain the message body and headers from the test email entered above.
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c523 krb5_data *body) in decode_krb5_safe_with_body() argument
560 if (body != NULL) in decode_krb5_safe_with_body()
561 *body = tmpbody; in decode_krb5_safe_with_body()
/illumos-gate/
H A DCODE_OF_CONDUCT.md8 body size, disability, ethnicity, sex characteristics, gender identity and
/illumos-gate/usr/src/lib/libgss/
H A DMakefile.com109 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnic_cmn.h518 __uint64_t body[2]; member
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com197 CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar503 ** code just after the if and the body of the if is
504 ** the goto yy_stack in the body. This way the test
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1245 <body id="SUNWwebrev" onkeypress="keypress(event);">
1272 <body id="SUNWwebrev">
1275 </body>
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c787 static void body (LexState *ls, expdesc *e, int ismethod, int line) { in body() function
974 body(ls, v, 0, ls->linenumber); in simpleexp()
1427 body(ls, &b, 0, ls->linenumber); /* function created in next register */ in localfunc()
1473 body(ls, &b, ismethod, line); in funcstat()
/illumos-gate/usr/src/uts/
H A DMakefile.uts180 $(RELEASE_BUILD)CERRWARN += -_gcc=-Wno-empty-body
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h690 union Body body; member
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1887 krb5_data *body; member
2065 (const krb5_data *output, krb5_safe **rep, krb5_data *body);
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger1.test127 # Check to make sure that a DELETE statement within the body of
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE9388 p. Here documents with an empty body now work.
380 i. A function defined as foo() without a function body
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th100 : constructor! >body cell+ ! ;
103 : sizeof ' >body @ state @ if postpone literal then ; immediate
104 : offsetof ' >body cell+ @ state @ if postpone literal then ; immediate

123456