Searched refs:expanded (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.2-release/contrib/tcsh/
H A Dsh.dol.c101 Char **expanded; local
103 expanded = Dfix2(t->t_dcom); /* found one */
105 t->t_dcom = expanded;
118 Char *Dv[2], **expanded; local
124 expanded = Dfix2(Dv);
125 if (expanded[0] == NULL || expanded[1] != NULL) {
126 blkfree(expanded);
130 cp = Strsave(expanded[0]);
131 blkfree(expanded);
[all...]
H A Dsh.glob.c313 Char **expanded; local
315 expanded = dobackp(s, 0);
316 for (i = 0; expanded[i] != NULL; i++) {
317 *vl++ = expanded[i];
324 xfree(expanded);
H A Ded.chared.c459 * excl_expand: There is an excl to be expanded to p -- do the right thing
460 * with it and return a version of p advanced over the expanded stuff. Also,
2109 Char *expanded; local
2132 expanded = expand_lex(wp->prev, 0, i - 1);
2133 if (InsertStr(expanded)) {
2134 xfree(expanded);
2138 xfree(expanded);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dmacrocmd.c54 char *expanded = NULL;
56 make_cleanup (free_current_contents, &expanded);
71 expanded = macro_expand (exp, standard_macro_lookup, ms);
73 fputs_filtered (expanded, gdb_stdout);
90 char *expanded = NULL;
92 make_cleanup (free_current_contents, &expanded);
96 And it should set the once-expanded text as the new `last
98 see the expression expanded one level at a time. */
107 expanded = macro_expand_once (exp, standard_macro_lookup, ms);
109 fputs_filtered (expanded, gdb_stdou
52 char *expanded = NULL; local
88 char *expanded = NULL; local
[all...]
H A Devent-top.c724 int expanded;
727 expanded = history_expand (linebuffer, &history_value);
728 if (expanded)
734 if (expanded < 0)
722 int expanded; local
H A Dtop.c1319 int expanded;
1322 expanded = history_expand (linebuffer, &history_value);
1323 if (expanded)
1329 if (expanded < 0)
1311 int expanded; local
H A Dc-exp.y1327 char *expanded = macro_expand_next (&lexptr,
1331 if (expanded)
1332 scan_macro_expansion (expanded);
H A Dc-exp.c31 variables, as they might otherwise be expanded by user macros.
2960 char *expanded = macro_expand_next (&lexptr,
2964 if (expanded)
2965 scan_macro_expansion (expanded);
2956 char *expanded = macro_expand_next (&lexptr, local
/freebsd-10.2-release/usr.sbin/autofs/
H A Ddefined.c86 char c, *expanded, *name; local
90 expanded = checked_strdup(string);
191 ret = asprintf(&expanded, "%.*s%s%s",
196 //log_debugx("\"%s\" expanded to \"%s\"", string, expanded);
202 string = expanded;
214 return (expanded);
H A Dcommon.c341 char c, *expanded; local
347 expanded = checked_strdup(string);
370 ret = asprintf(&expanded, "%.*s%s%s",
375 //log_debugx("\"%s\" expanded with key \"%s\" to \"%s\"",
376 // string, key, expanded);
381 string = expanded;
387 return (expanded);
425 struct node *child, *expanded; local
430 expanded = node_duplicate(n, NULL);
431 expanded
[all...]
/freebsd-10.2-release/contrib/ncurses/form/
H A Dfld_def.c308 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf);
383 if (field->expanded != 0)
389 FreeIfNeeded(field->expanded[n]);
391 free(field->expanded);
H A Dform.priv.h52 #define NCURSES_FIELD_INTERNALS char** expanded; WINDOW *working;
/freebsd-10.2-release/usr.bin/rctl/
H A Drctl.c143 * This routine replaces "human-readable" number with its expanded form.
150 char *copy, *expanded; local
177 asprintf(&expanded, "%s:%s:%s:%s=%ju", subject, subject_id,
180 asprintf(&expanded, "%s:%s:%s:%s=%ju/%s", subject, subject_id,
183 if (expanded == NULL)
186 return (expanded);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c70 /* The expanded option value. */
73 /* Expansion flag. If this is TRUE, this value has already been expanded.
76 svn_boolean_t expanded;
386 killing all expanded values, then clear the expanded value pool. */
390 /* Only clear the `expanded' flag if the value actually contains
392 if (option->expanded && option->x_value != NULL)
395 option->expanded = FALSE;
485 if (!opt->expanded)
495 opt->expanded
74 svn_boolean_t expanded; member in struct:cfg_option_t
[all...]
/freebsd-10.2-release/contrib/ncurses/ncurses/
H A DMakefile.in146 ./expanded.c \
207 ./expanded.c : $(serial)/MKexpanded.sh
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deleg.c581 boolean_t expanded; local
604 expanded = B_FALSE;
623 setnode->p_matched = expanded = B_TRUE;
626 * If we expanded any sets, that will define more sets,
629 if (expanded)
/freebsd-10.2-release/usr.sbin/bsdconfig/startup/
H A Drcdelete198 # `*' and get expanded by dialog(1) (doesn't affect Xdialog(1)).
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dmacro.c36 const cpp_token **expanded; /* Macro-expanded argument. */ member in struct:macro_arg
39 unsigned int expanded_count; /* # of tokens in expanded argument. */
270 "__COUNTER__ expanded inside directive with -fdirectives-only");
845 if (!arg->expanded)
896 count = arg->expanded_count, from = arg->expanded;
932 /* Free the expanded arguments. */
934 if (args[i].expanded)
935 free (args[i].expanded);
1022 when we have fully expanded th
[all...]
/freebsd-10.2-release/contrib/bmake/mk/
H A Dsys.clean-env.mk32 # This gets expanded to an egrep expression like '^(A|B|C...)'
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h241 SmallVectorImpl<llvm::Type*> &expanded);
/freebsd-10.2-release/crypto/openssh/
H A Dservconf.c566 char *expanded, *ret, cwd[MAXPATHLEN]; local
568 expanded = tilde_expand_filename(path, getuid());
569 if (*expanded == '/')
570 return expanded;
573 xasprintf(&ret, "%s/%s", cwd, expanded);
574 free(expanded);
1452 * These options can contain %X options expanded at
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2356 bool expanded; member in struct:Row
2367 expanded (false),
2384 expanded = true;
2402 expanded = false;
2416 // if (row.expanded)
2424 // if (expanded)
2580 const bool expanded = IsExpanded(); local
2583 if (expanded)
2636 // if (row.expanded)
2644 // if (expanded)
[all...]
/freebsd-10.2-release/lib/ncurses/ncurses/
H A DMakefile67 expanded.c \
345 expanded.c: MKexpanded.sh
346 sh ${NCURSES_DIR}/ncurses/tty/MKexpanded.sh "${CC} -E" ${CFLAGS} >expanded.c
/freebsd-10.2-release/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c543 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, argument
611 expanded[i] = tmp[bug];
632 * flip bit 16 in initial expanded key. (The choice of 16 is arbitrary, but
636 * It is crucial that we don't do the same to the expanded key used in the main
/freebsd-10.2-release/contrib/gcc/
H A Dprotoize.c161 const char *const expanded; member in struct:unexpansion_struct
171 expanded forms, or else havoc will ensue. */
1005 for (unexp_p = unexpansions; unexp_p->expanded; unexp_p++)
1007 const char *in_p = unexp_p->expanded;
4002 buffer can be expanded later as needed. */

Completed in 602 milliseconds

12