Searched defs:text (Results 26 - 50 of 235) sorted by relevance

12345678910

/freebsd-10.1-release/contrib/dialog/
H A Dcolumns.c142 char *text = dlg_malloc(char, realwidth + 1); local
/freebsd-10.1-release/contrib/libreadline/examples/
H A Drl-fgets.c276 my_fgets_generator( const char * text, int state ) argument
300 my_fgets_completion( const char * text, int start, int end ) argument
/freebsd-10.1-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp154 void DiffConsumer::log(StringRef text) { argument
157 out << text << '\n'; local
H A DDifferenceEngine.h66 void log(StringRef text) { argument
69 LogBuilder logf(StringRef text) { argument
/freebsd-10.1-release/tools/regression/lib/libc/gen/
H A Dtest-fmtmsg.c47 const char *text; member in struct:testcase
158 run_test(long classification, const char *label, int severity, const char *text, const char *action, const char *tag) argument
/freebsd-10.1-release/usr.bin/talk/
H A Ddisplay.c69 display(xwin_t *win, char *text, int size) argument
[all...]
/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Dresult.c37 const char ** text; member in struct:resulttable
43 static const char *text[ISC_R_NRESULTS] = { variable
/freebsd-10.1-release/crypto/openssl/apps/
H A Dpkcs7.c91 int print_certs = 0, text = 0, noout = 0, p7_print = 0; local
H A Dpkey.c78 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; local
H A Ddh.c93 int i, badops = 0, text = 0; local
H A Dsess_id.c98 int cert = 0, noout = 0, text = 0; local
/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c69 const char *text; member in struct:status_map_st
/freebsd-10.1-release/crypto/openssl/crypto/idea/
H A Dideatest.c84 char *text = "Hello to all people out there"; variable
/freebsd-10.1-release/crypto/openssl/crypto/ecdh/
H A Decdhtest.c123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
/freebsd-10.1-release/bin/sh/
H A Dvar.h56 char *text; /* name=value */ member in struct:var
67 char *text; /* saved text */ member in struct:localvar
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c76 uint32_t *text; local
[all...]
/freebsd-10.1-release/contrib/apr-util/include/
H A Dapr_xml.h55 const char *text; member in struct:apr_text
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dc-objc-common.c164 c_tree_printer (pretty_printer *pp, text_info *text, const char *spec, argument
H A Dstringpool.c108 get_identifier (const char *text) argument
122 get_identifier_with_length (const char *text, size_t length) argument
137 maybe_get_identifier (const char *text) argument
[all...]
/freebsd-10.1-release/contrib/groff/src/preproc/grn/
H A Dhdb.cpp53 DBCreateElt(int type, POINT * pointlist, int brush, int size, char *text, ELT **db) argument
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dpic.y1080 text: label
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DHost.cpp206 } text; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp65 virtual void insert(SourceLocation loc, StringRef text) { argument
68 virtual void replace(CharSourceRange range, StringRef text) { argument
/freebsd-10.1-release/contrib/subversion/subversion/svnserve/
H A Dwinservice.c157 dbg_print(const char* text) argument
/freebsd-10.1-release/contrib/texinfo/info/
H A Ddir.c273 insert_text_into_fb_at_binding(FILE_BUFFER *fb, SEARCH_BINDING *binding, char *text, int textlen) argument

Completed in 233 milliseconds

12345678910