Searched refs:text (Results 101 - 125 of 853) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/dialog/
H A Dcolumns.c142 char *text = dlg_malloc(char, realwidth + 1); local
144 assert_ptr(text, "dlg_align_columns");
146 memset(text, ' ', (size_t) realwidth);
148 memcpy(text + offset, *value + offsets[n], (size_t) widths[n]);
151 text[realwidth] = 0;
152 *value = text;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp118 /// \brief Keeps text passed to transformation methods.
134 void insert(SourceLocation loc, StringRef text);
135 void insertAfterToken(SourceLocation loc, StringRef text);
138 void replace(SourceRange range, StringRef text);
140 void replaceStmt(Stmt *S, StringRef text);
141 void replaceText(SourceLocation loc, StringRef text,
155 bool canReplaceText(SourceLocation loc, StringRef text);
157 void commitInsert(SourceLocation loc, StringRef text);
158 void commitInsertAfterToken(SourceLocation loc, StringRef text);
162 void commitReplaceText(SourceLocation loc, StringRef text,
285 insert(SourceLocation loc, StringRef text) argument
295 insertAfterToken(SourceLocation loc, StringRef text) argument
321 replace(SourceRange range, StringRef text) argument
338 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
350 replaceStmt(Stmt *S, StringRef text) argument
417 canReplaceText(SourceLocation loc, StringRef text) argument
436 commitInsert(SourceLocation loc, StringRef text) argument
440 commitInsertAfterToken(SourceLocation loc, StringRef text) argument
442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text); local
479 commitReplaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
505 addInsertion(SourceLocation loc, StringRef text) argument
582 getUniqueText(StringRef text) argument
623 insert(SourceLocation loc, StringRef text) argument
627 insertAfterToken(SourceLocation loc, StringRef text) argument
640 replace(SourceRange range, StringRef text) argument
649 replaceStmt(Stmt *S, StringRef text) argument
653 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c225 apr_time_t now, const char *text, apr_pool_t *pool)
234 words = svn_cstring_split(text, " ", TRUE /* chop_whitespace */, pool);
296 svn_parse_date(svn_boolean_t *matched, apr_time_t *result, const char *text, argument
311 text)
314 text)
317 text)
320 text)
323 text)
326 text)
329 text)
224 words_match(apr_time_exp_t *expt, svn_boolean_t *localtz, apr_time_t now, const char *text, apr_pool_t *pool) argument
[all...]
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c173 if (isWidecExt(oline->text[src_col])) {
174 j = 1 + dst_col - WidecExt(oline->text[src_col]);
188 if (WidecExt(oline->text[j])) {
191 if (isWidecBase(oline->text[j])) {
216 if (isWidecExt(nline->text[j])) {
221 fix_left = 1 + j - WidecExt(nline->text[j]);
227 if (WidecExt(nline->text[j]) != 0) {
237 isWidecExt(nline->text[j])) {
248 nline->text[j] = blank;
255 * Copy the changed text
[all...]
H A Dlib_box.c110 SetChar2(win->_line[0].text[i], wts);
111 SetChar2(win->_line[endy].text[i], wbs);
117 SetChar2(win->_line[i].text[0], wls);
118 SetChar2(win->_line[i].text[endx], wrs);
122 SetChar2(win->_line[0].text[0], wtl);
123 SetChar2(win->_line[0].text[endx], wtr);
124 SetChar2(win->_line[endy].text[0], wbl);
125 SetChar2(win->_line[endy].text[endx], wbr);
H A Dlib_chgat.c68 SetAttr(line->text[i], attr);
69 SetPair(line->text[i], color);
H A Dlib_clrbot.c62 NCURSES_CH_T *ptr = &(line->text[startx]);
63 NCURSES_CH_T *end = &(line->text[win->_maxx]);
H A Dlib_clreol.c81 ptr = &(line->text[x]);
82 end = &(line->text[win->_maxx]);
H A Dlib_delch.c55 NCURSES_CH_T *end = &(line->text[win->_maxx]);
56 NCURSES_CH_T *temp2 = &(line->text[win->_curx + 1]);
/freebsd-11.0-release/lib/libc/arm/sys/
H A DOvfork.S45 .text
/freebsd-11.0-release/lib/libc/gen/
H A Dfmtmsg.c36 #define DFLT_MSGVERB "label:severity:text:action:tag"
49 fmtmsg(long class, const char *label, int sev, const char *text, argument
69 output = printfmt(msgverb, class, label, sev, text, action,
81 output = printfmt(DFLT_MSGVERB, class, label, sev, text,
114 const char *text, const char *act, const char *tag)
125 if (text != MM_NULLTXT)
126 size += strlen(text);
142 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
144 strlcat(output, text, siz
113 printfmt(char *msgverb, long class, const char *label, int sev, const char *text, const char *act, const char *tag) argument
[all...]
/freebsd-11.0-release/crypto/openssh/regress/
H A Dssh2putty.sh22 openssl rsa -noout -text -in $KEYFILE | grep ^publicExponent |
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/arm/
H A Dbswapsi2.S13 .text
H A Dswitch16.S25 .text
H A Dswitch32.S25 .text
H A Dswitch8.S25 .text
H A Dswitchu8.S25 .text
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/i386/
H A Dmuldi3.S10 .text
/freebsd-11.0-release/contrib/diff/lib/
H A Dfile-type.c30 #define _(text) gettext (text)
/freebsd-11.0-release/lib/libc/sparc64/sys/
H A Dcerror.S40 .text
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DUtilityFunction.cpp38 /// @param[in] text
39 /// The text of the function. Must be a full translation unit.
42 /// The name of the function, as used in the text.
45 const char *text,
53 if (text && text[0])
54 m_function_text.append (text);
44 UtilityFunction(ExecutionContextScope &exe_scope, const char *text, const char *name) argument
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_time.h65 /** Convert a human-readable date @a text into an @c apr_time_t, using
68 * offset if @a text contains a local time specification. Set @a
69 * matched to indicate whether or not @a text was parsed successfully.
76 const char *text,
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibcheckerrors.in75 text="`eval $netcmd`"
77 echo "$text" | awk '
H A Dibchecknet.in68 text="`eval $netcmd`"
70 echo "$text" | awk '
H A Dibcheckstate.in70 text="`eval $netcmd`"
72 echo "$text" | awk '

Completed in 187 milliseconds

1234567891011>>