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

12

/freebsd-11.0-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-11.0-release/contrib/bmake/unit-tests/
H A Dvarmisc.exp2 :D expanded when var set
5 :U expanded when var undef
H A Dvarmisc.mk25 @echo :U expanded when var undef
29 @echo :D expanded when var set
/freebsd-11.0-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);
/freebsd-11.0-release/usr.sbin/autofs/
H A Ddefined.c85 char c, *expanded, *name; local
89 expanded = checked_strdup(string);
190 ret = asprintf(&expanded, "%.*s%s%s",
195 //log_debugx("\"%s\" expanded to \"%s\"", string, expanded);
201 string = expanded;
213 return (expanded);
H A Dcommon.c340 char c, *expanded; local
346 expanded = checked_strdup(string);
369 ret = asprintf(&expanded, "%.*s%s%s",
374 //log_debugx("\"%s\" expanded with key \"%s\" to \"%s\"",
375 // string, key, expanded);
380 string = expanded;
386 return (expanded);
424 struct node *child, *expanded; local
429 expanded = node_duplicate(n, NULL);
430 expanded
[all...]
/freebsd-11.0-release/contrib/ncurses/form/
H A Dfld_def.c309 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf);
384 if (field->expanded != 0)
390 FreeIfNeeded(field->expanded[n]);
392 free(field->expanded);
H A Dform.priv.h52 #define NCURSES_FIELD_INTERNALS char** expanded; WINDOW *working;
/freebsd-11.0-release/usr.bin/rctl/
H A Drctl.c111 * Replace human-readable number with its expanded form.
118 char *copy, *expanded, *tofree; local
160 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju",
163 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju/%s",
175 return (expanded);
183 char *copy, *expanded, *resolved, *tofree; local
244 expanded = expand_amount(resolved, rule);
247 return (expanded);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c73 /* The expanded option value. */
76 /* Expansion flag. If this is TRUE, this value has already been expanded.
79 svn_boolean_t expanded;
401 killing all expanded values, then clear the expanded value pool. */
405 /* Only clear the `expanded' flag if the value actually contains
407 if (option->expanded && option->x_value != NULL)
410 option->expanded = FALSE;
506 if (!opt->expanded)
515 /* setting read-only mode should have expanded al
77 svn_boolean_t expanded; member in struct:cfg_option_t
[all...]
/freebsd-11.0-release/share/mk/
H A Dlocal.gendirdeps.mk3 # we need a keyword, this noise is to prevent it being expanded
/freebsd-11.0-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-11.0-release/sys/conf/
H A Dkern.opts.mk85 # expanded inline from bsd.mkopt.mk to avoid share/mk dependency
127 #end of bsd.mkopt.mk expanded inline.
/freebsd-11.0-release/usr.sbin/bsdconfig/startup/
H A Drcdelete198 # `*' and get expanded by dialog(1) (doesn't affect Xdialog(1)).
/freebsd-11.0-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-11.0-release/contrib/bmake/mk/
H A Dsys.clean-env.mk32 # This gets expanded to an egrep expression like '^(A|B|C...)'
/freebsd-11.0-release/contrib/ncurses/ncurses/
H A DMakefile.in161 ./expanded.c \
235 ./expanded.c : $(srcdir)/curses.priv.h $(serial)/MKexpanded.sh
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2524 bool expanded; member in struct:Row
2535 expanded (false),
2552 expanded = true;
2570 expanded = false;
2584 // if (row.expanded)
2592 // if (expanded)
2749 const bool expanded = IsExpanded(); local
2753 // if the item is expanded
2754 if (m_parent == NULL || expanded)
2759 if (expanded)
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dservconf.c624 char *expanded, *ret, cwd[PATH_MAX]; local
628 expanded = tilde_expand_filename(path, getuid());
629 if (*expanded == '/')
630 return expanded;
633 xasprintf(&ret, "%s/%s", cwd, expanded);
634 free(expanded);
1577 * These options can contain %X options expanded at
2036 /* Arguments that accept '+...' need to be expanded */
/freebsd-11.0-release/lib/ncurses/ncurses/
H A DMakefile69 expanded.c \
349 expanded.c: MKexpanded.sh
350 sh ${NCURSES_DIR}/ncurses/tty/MKexpanded.sh "${CC:N${CCACHE_BIN}} -E" ${CFLAGS} >expanded.c

Completed in 183 milliseconds

12