Searched refs:expand (Results 1 - 25 of 106) sorted by relevance

12345

/freebsd-10.1-release/usr.bin/expand/
H A DMakefile4 PROG= expand
5 MLINKS= expand.1 unexpand.1
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dxref.h28 extern char *get_xref_token (int expand);
/freebsd-10.1-release/tools/tools/net80211/w00t/expand/
H A DMakefile5 PROG= expand
/freebsd-10.1-release/tools/tools/net80211/w00t/
H A DMakefile3 SUBDIR= libw00t ap assoc expand prga redir
/freebsd-10.1-release/contrib/dialog/samples/
H A Dtextbox-both11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
H A Dtextbox-help11 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
H A Dtextbox311 cat textbox.txt | expand > $tempfile
12 cat $TEXT | expand >> $tempfile
/freebsd-10.1-release/gnu/lib/libregex/doc/
H A DMakefile12 | expand >$@
/freebsd-10.1-release/contrib/subversion/subversion/include/
H A Dsvn_subst.h257 * which is controlled by the @a expand and @a keywords parameters.
279 svn_boolean_t expand,
295 svn_boolean_t expand,
313 svn_boolean_t expand);
325 * perform the same operation: if @a expand is @c FALSE, both
338 * new values. If @a expand is @c TRUE, expand contracted keywords and
339 * re-expand expanded keywords. If @a expand is @c FALSE, contract expanded
347 * Recommendation: if @a expand i
[all...]
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DSetTheory.h88 virtual void expand(SetTheory&, Record*, RecSet &Elts) =0;
133 /// expand - Expand a record into a set of elements if possible. Return a
136 const RecVec *expand(Record *Set);
/freebsd-10.1-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
H A Dkeyword.c44 * The keyword API is used to expand the CVS/RCS keywords in files,
134 keyword_decode_expand(const char *expand) argument
137 if (strcmp(expand, ".") == 0)
139 else if (strcmp(expand, "kv") == 0)
141 else if (strcmp(expand, "kvl") == 0)
143 else if (strcmp(expand, "k") == 0)
145 else if (strcmp(expand, "o") == 0)
147 else if (strcmp(expand, "b") == 0)
149 else if (strcmp(expand, "v") == 0)
156 keyword_encode_expand(int expand) argument
[all...]
H A Drcsparse.c118 char *branch, *comment, *expand, *head, *id, *revnum, *tag, *tmp; local
196 /* { expand {string}; } */
197 } else if (!strcmp(tmp, "expand")) {
200 expand = duptext(sp, NULL);
201 rcsfile_setval(rf, RCSFILE_EXPAND, expand);
202 free(expand);
/freebsd-10.1-release/crypto/openssl/crypto/comp/
H A Dcomp_lib.c56 if (ctx->meth->expand == NULL) {
60 ret = ctx->meth->expand(ctx, out, olen, in, ilen);
H A Dcomp.h21 int (*expand) (COMP_CTX *ctx, member in struct:comp_method_st
/freebsd-10.1-release/contrib/bmake/
H A Dstr.c131 * If expand is TRUE, quotes are removed and escape sequences
141 brk_string(const char *str, int *store_argc, Boolean expand, char **buffer) argument
178 if (!expand) {
188 if (!expand) {
219 if (expand && inquote) {
229 if (!expand) {
/freebsd-10.1-release/usr.sbin/pkg_install/
H A Dtkpkg16 .frame.list {left expand fill}
29 pack append .f .f.s {right filly} .f.t {left expand fill}
34 .f {bottom expand fill} \
35 .frame {bottom expand fill}
109 pack append $w $w.ok {bottom fillx} $w.t {expand fill}
/freebsd-10.1-release/contrib/tcp_wrappers/
H A Dtcpdmatch.c333 static void expand(text, pattern, request) function
354 expand("client: hostname", "%n", request);
355 expand("client: address ", "%a", request);
356 expand("client: username", "%u", request);
357 expand("server: hostname", "%N", request);
358 expand("server: address ", "%A", request);
359 expand("server: process ", "%d", request);
/freebsd-10.1-release/contrib/gcc/
H A Dgenemit.c450 gen_expand (rtx expand)
455 if (strlen (XSTR (expand, 0)) == 0)
457 if (XVEC (expand, 1) == 0)
458 fatal ("define_expand for %s lacks a pattern", XSTR (expand, 0));
461 operands = max_operand_vec (expand, 1);
464 printf ("rtx\ngen_%s (", XSTR (expand, 0));
479 if ((XSTR (expand, 3) == 0 || *XSTR (expand, 3) == '\0')
481 && XVECLEN (expand, 1) == 1)
484 gen_exp (XVECEXP (expand,
446 gen_expand(rtx expand) argument
[all...]
/freebsd-10.1-release/crypto/openssl/util/
H A Dopenssl-format-source78 # expand a directory tree we need to ignore any located symlinks
102 # messing with them, run expand then indent as usual but with the
110 expand | \
139 expand "$j" | indent $INDENT_ARGS > "$tmp"
/freebsd-10.1-release/release/picobsd/tinyware/msh/
H A Dsh4.c24 _PROTOTYPE(static int expand, (char *cp, struct wdblock **wbp, int f ));
53 expand(*ap++, &wb, f & ~DOGLOB);
57 expand(*wf, &wb, f & ~DOGLOB);
62 expand(*ap, &wb, f & ~DOKEY);
100 if (expand(cp, &wb, f)) {
110 expand(cp, wbp, f) function
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c524 /* ...so expand. */
571 /* ...so re-expand. */
643 svn_boolean_t expand,
662 expand ? value : NULL);
876 svn_boolean_t expand;
921 svn_boolean_t expand,
935 b->expand = expand;
1058 keyword_name, b->expand, b->keywords) ||
1480 svn_boolean_t expand,
637 translate_keyword(char *buf, apr_size_t *len, const char *keyword_name, svn_boolean_t expand, apr_hash_t *keywords) argument
872 svn_boolean_t expand; member in struct:translation_baton
913 create_translation_baton(const char *eol_str, svn_boolean_t *translated_eol, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
1471 stream_translated(svn_stream_t *stream, const char *eol_str, svn_boolean_t *translated_eol, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *result_pool) argument
1541 svn_subst_stream_translated(svn_stream_t *stream, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *result_pool) argument
1558 translate_cstring(const char **dst, svn_boolean_t *translated_eol, const char *src, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
1600 svn_subst_translate_cstring2(const char *src, const char **dst, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
1725 svn_subst_copy_and_translate4(const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, svn_boolean_t special, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]
H A Ddeprecated.c113 svn_boolean_t expand,
126 keywords, expand, pool);
138 svn_boolean_t expand,
144 kh, expand, pool));
153 svn_boolean_t expand)
157 keywords, expand, pool);
168 svn_boolean_t expand,
174 repair, kh, expand,
184 svn_boolean_t expand,
189 expand, FALS
106 svn_subst_translate_stream3(svn_stream_t *src_stream, svn_stream_t *dst_stream, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
131 svn_subst_translate_stream2(svn_stream_t *s, svn_stream_t *d, const char *eol_str, svn_boolean_t repair, const svn_subst_keywords_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
146 svn_subst_translate_stream(svn_stream_t *s, svn_stream_t *d, const char *eol_str, svn_boolean_t repair, const svn_subst_keywords_t *keywords, svn_boolean_t expand) argument
161 svn_subst_translate_cstring(const char *src, const char **dst, const char *eol_str, svn_boolean_t repair, const svn_subst_keywords_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
177 svn_subst_copy_and_translate(const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, const svn_subst_keywords_t *keywords, svn_boolean_t expand, apr_pool_t *pool) argument
191 svn_subst_copy_and_translate2(const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, const svn_subst_keywords_t *keywords, svn_boolean_t expand, svn_boolean_t special, apr_pool_t *pool) argument
208 svn_subst_copy_and_translate3(const char *src, const char *dst, const char *eol_str, svn_boolean_t repair, apr_hash_t *keywords, svn_boolean_t expand, svn_boolean_t special, apr_pool_t *pool) argument
[all...]
/freebsd-10.1-release/usr.bin/mail/
H A Dfio.c327 expand(char *name) function
337 * The order of evaluation is "%" and "#" expand into constants.
338 * "&" can expand into "+". "+" can expand into shell meta characters.
339 * Shell meta characters expand into constants.
442 if ((cp = value("DEAD")) == NULL || (cp = expand(cp)) == NULL)
443 cp = expand("~/dead.letter");
448 cp = expand(buf);
/freebsd-10.1-release/usr.bin/make/
H A Dstr.c141 brk_string(ArgArray *aa, const char str[], Boolean expand) argument
169 if (expand)
178 if (expand)
227 if (expand) {

Completed in 221 milliseconds

12345