Home
last modified time | relevance | path

Searched defs:body (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/contrib/bc/project/
H A Dgithub_issues.json10 …"body": "I'm using 'bc' to perform a calculation in a shell script and I'm getting the incorrect r… string
20 …"body": "Two things.\n\nFirst, `bc` is not like other calculators that figure out what precision t… string
42 "body": "Thanks, i solved the problem with '-l' to 'bc'\n\ne.g:\necho '1 + 1' | bc -l", string
75 …"body": "Hi! \r\nI am trying to load multiple .bc files stored in the same directory as the progra… string
85 …"body": "Hello.\r\n\r\nI am actually really surprised that GNU `bc` will load the files in the Win… string
100 …"body": "Thanks a lot for the detailed answer Gavin! It seems like the solution is simple and does… string
115 …"body": "I tried adding `setargv.obj` to the linker command (next to `bcrypt.lib`), and that didn'… string
148 …"body": "I'm new to C and I try to create a PHP extension of bc with SWIG, but as direct replaceme… string
158 …"body": "I'm not sure what you're asking. `bc` is a program, not a library, and even though I *do*… string
173 …"body": "Understood, so I can not do some `bc_parse(some-string-from-stdin)` with that and I have … string
[all …]
H A Dgithub_prs.json14 …"body": "Code:\r\n`define a(*t[], t[]) {}`\r\n\r\nExpected result:\r\nParse error: function parame… string
25 …"body": "Oh, and another thing you could get credit for: if you create `tests/bc/errors/39.txt` an… string
40 …"body": "Yes, no problem! I hope I’ve managed to cover everything needed. If something isn’t quite… string
55 "body": "Looks good!", string
154 …"body": "I'll be upfront: I have accepted this because it passes the tests, and yes, it is a bug.\… string
192 …"body": "I'll be upfront: I have accepted this because it passes the tests, and yes, it is a bug.\… string
220 …"body": "```\r\nsrand = 10\r\n\r\nfor (i = 0; i < 1000000; i++) {\r\n\ta = irand(100000000)\r\n\tb… string
231 …"body": "After convincing myself that your changes are correct, I accept them.\r\n\r\nHowever, I *… string
324 …"body": "Previously, we would catch `SIGWINCH` and call `el_resize()` from the signal handler. Th… string
335 …"body": "Thank you for your contribution.\r\n\r\nHowever, I cannot accept it. The man page for lib… string
[all …]
/freebsd/contrib/bmake/
H A Dfor.c67 Buffer body; /* Unexpanded body of the loop */ member
335 AddEscaped(Buffer *body, Substring item, char endc) in AddEscaped()
370 ForLoop_SubstVarLong(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarLong()
405 ForLoop_SubstVarShort(ForLoop *f, unsigned firstItem, Buffer *body, in ForLoop_SubstVarShort()
449 ForLoop_SubstBody(ForLoop *f, unsigned firstItem, Buffer *body) in ForLoop_SubstBody()
479 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox_prop.h87 } body; member
103 } body; member
121 } body; member
144 } body; member
167 } body; member
183 } body; member
208 } body; member
224 } body; member
239 } body; member
254 } body; member
[all …]
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c85 static void set_mka_param_body_len(void *body, unsigned int len) in set_mka_param_body_len()
93 static unsigned int get_mka_param_body_len(const void *body) in get_mka_param_body_len()
100 static u8 get_mka_param_body_type(const void *body) in get_mka_param_body_type()
139 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) in ieee802_1x_mka_dump_basic_body()
172 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) in ieee802_1x_mka_dump_peer_body()
205 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) in ieee802_1x_mka_dump_dist_sak_body()
247 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) in ieee802_1x_mka_dump_sak_use_body()
747 struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_encode_basic_body() local
804 const struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_decode_basic_body() local
954 struct ieee802_1x_mka_peer_body *body; in ieee802_1x_mka_encode_live_peer_body() local
[all …]
/freebsd/usr.bin/bintrans/
H A Dqp.c54 decode_quoted_printable(const char *body, FILE *fpo, bool rfc2047) in decode_quoted_printable()
98 encode_quoted_printable(const char *body, FILE *fpo, bool rfc2047) in encode_quoted_printable()
/freebsd/contrib/expat/doc/
H A Dstyle.css35 body { selector
/freebsd/contrib/mandoc/
H A Dman-cgi.css1 body { font-family: Helvetica, Arial, sans-serif; } selector
H A Dmdoc_macro.c547 struct roff_node *body; /* Our own body. */ in blk_exp_close() local
960 struct roff_node *body; /* Our own body. */ in blk_full() local
1254 struct roff_node *body; /* saved body context */ in blk_part_imp() local
1583 struct roff_node *body, *n; in phrase_ta() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp62 llvm::Error Lua::RegisterBreakpointCallback(void *baton, const char *body) { in RegisterBreakpointCallback()
90 llvm::Error Lua::RegisterWatchpointCallback(void *baton, const char *body) { in RegisterWatchpointCallback()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c603 unsigned char* body; in send_assoc() local
634 void wepify(unsigned char* body, int dlen) { in wepify()
887 void log_dictionary(unsigned char* body, int len) { in log_dictionary()
996 unsigned char* body; in stuff_for_us() local
1154 unsigned char* body; in decrypt_arpreq() local
1209 unsigned char *body = (unsigned char*) (wh+1); in log_wep() local
1242 unsigned char *body; in try_dictionary() local
1419 unsigned char *body = (unsigned char*) (wh+1); in add_keystream() local
1437 unsigned char *body; in got_wep() local
1691 unsigned char* body; in send_fragment() local
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dmk_rep.c43 EncAPRepPart body; in krb5_mk_rep() local
/freebsd/contrib/kyua/misc/
H A Dreport.css29 body { selector
/freebsd/contrib/lyaml/doc/
H A Dldoc.css12 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,… selector
66 body { selector
80 body, p, td, th { font-size: .95em; line-height: 1.2em;} selector
205 body { selector
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h34 llvm::StringRef body, Wrapping wrap) in ExpressionSourceCode()
/freebsd/crypto/heimdal/doc/
H A Dheimdal.css1 body { selector
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h47 llvm::StringRef body, in CreateWrapped()
/freebsd/contrib/libfido2/fuzz/
H A Dmutator_aux.h62 uint8_t body[MAXBLOB]; member
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp43 void transformBody(Stmt *body, Decl *ParentD) { in transformBody()
/freebsd/contrib/atf/atf-c/
H A Dmacros_test.c242 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
286 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
341 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
384 void (*body)(const atf_tc_t *); member
563 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
606 void (*body)(const atf_tc_t *); member
801 void (*body)(const atf_tc_t *); in ATF_TC_BODY() member
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_high_compression.c87 char *body, *body_read, *buff; DEFINE_TEST() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp85 Body body; in CreateInstance() local
212 bool fromJSON(const json::Value &value, ObjectFileJSON::Body &body, in fromJSON()
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dt_vectors.c53 const char *body; member
387 krb5_data *body, wbytes, result, hash, empty = empty_data(); in run_test() local
/freebsd/contrib/libfido2/src/
H A Dlargeblob.c118 largeblob_seal(largeblob_t *blob, const fido_blob_t *body, in largeblob_seal()
332 largeblob_encode(const fido_blob_t *body, const fido_blob_t *key) in largeblob_encode()
731 fido_blob_t key, body; in fido_dev_largeblob_get() local
778 fido_blob_t key, body; in fido_dev_largeblob_set() local
/freebsd/contrib/libfido2/man/
H A Dstyle.css3 body { selector

12345