Home
last modified time | relevance | path

Searched refs:we_wordv (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/lib/libc/port/regex/
H A Dwordexp.c161 wptmp.we_wordv = malloc(sizeof (char *) * wptmp.we_wordn); in wordexp()
162 if (wptmp.we_wordv == NULL) in wordexp()
164 wptmp.we_wordp = wptmp.we_wordv + wptmp.we_offs; in wordexp()
166 wptmp.we_wordv[si] = NULL; in wordexp()
403 (wp->we_wordv + wp->we_wordn - 1)) { in append()
404 nwp = realloc(wp->we_wordv, in append()
409 wp->we_wordv = nwp; in append()
410 wp->we_wordp = wp->we_wordv + wp->we_offs; in append()
426 if (wp->we_wordv == NULL) in wordfree()
429 free(wp->we_wordv[i]); in wordfree()
[all …]
/titanic_44/usr/src/lib/libast/common/comp/
H A Dwordexp.c78 wdarg->we_wordv = 0; in wordexp()
156 av = (char**)realloc((void*)&wdarg->we_wordv[-1], (wdarg->we_wordc+c)*sizeof(char*)); in wordexp()
175 wdarg->we_wordv = av; in wordexp()
204 if(wdarg->we_wordv) in wordfree()
206 argnext = (struct list*)wdarg->we_wordv[-1]; in wordfree()
212 free((void*)&wdarg->we_wordv[-1]); in wordfree()
213 wdarg->we_wordv = 0; in wordfree()
H A Dwordexp.h50 char **we_wordv; member
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c125 free(mi->exec_args_we.we_wordv[0]); in destroy_method_info()
126 mi->exec_args_we.we_wordv[0] = in destroy_method_info()
164 if ((ret->exec_path = strdup(ret->exec_args_we.we_wordv[0])) == NULL) in create_method_info()
173 ret->wordexp_arg0_backup = ret->exec_args_we.we_wordv[0]; in create_method_info()
174 if ((ret->exec_args_we.we_wordv[0] = in create_method_info()
216 if (strcmp(mi->exec_args_we.we_wordv[i], in method_info_equal()
217 mi2->exec_args_we.we_wordv[i]) != 0) { in method_info_equal()
H A Dinetd.c605 IM_START]->exec_args_we.we_wordv[0]; in tcp_wrappers_ok()
2732 (strcmp(mi->exec_args_we.we_wordv[0], "%A") == 0)) { in exec_method()
2735 args = mi->exec_args_we.we_wordv; in exec_method()
/titanic_44/usr/src/head/
H A Dwordexp.h45 char **we_wordv; /* List of matched pathnames */ member
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dwordexp.h59 char **we_wordv; member
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dwordexp.h59 char **we_wordv; member
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dwordexp.h59 char **we_wordv; member
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dwordexp.h59 char **we_wordv; member
/titanic_44/usr/src/cmd/mailx/
H A Dfio.c770 if (debug) fprintf(stderr, "%s\n", wrdexp_buf.we_wordv[0]); in expand()
771 return (savestr(wrdexp_buf.we_wordv[0])); in expand()