Searched refs:stringlist (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/services_mkdb/
H A Dextern.h1 #include <stringlist.h>
H A Doutput_cdb.c40 #include <stringlist.h>
H A Doutput_db.c51 #include <stringlist.h>
H A Dservices_mkdb.c50 #include <stringlist.h>
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dpo-gram-gen.h8 struct { string_list_ty stringlist; lex_pos_ty pos; bool obsolete; } stringlist; member in union:__anon4761
H A Dpo-gram-gen.y126 struct { string_list_ty stringlist; lex_pos_ty pos; bool obsolete; } stringlist;
133 %type <stringlist> string_list
160 char *string2 = string_list_concat_destroy (&$2.stringlist);
161 char *string4 = string_list_concat_destroy (&$4.stringlist);
178 char *string2 = string_list_concat_destroy (&$2.stringlist);
199 string_list_destroy (&$2.stringlist);
207 string_list_destroy (&$2.stringlist);
214 string_list_destroy (&$2.stringlist);
223 $$.string = string_list_concat_destroy (&$2.stringlist);
[all...]
H A Dpo-gram-gen2.h8 struct { string_list_ty stringlist; lex_pos_ty pos; bool obsolete; } stringlist; member in union:__anon4767
H A Dpo-gram-gen.c113 struct { string_list_ty stringlist; lex_pos_ty pos; bool obsolete; } stringlist; member in union:__anon4755
982 char *string2 = string_list_concat_destroy (&yyvsp[-2].stringlist.stringlist);
983 char *string4 = string_list_concat_destroy (&yyvsp[0].stringlist.stringlist);
985 check_obsolete (yyvsp[-3].pos, yyvsp[-2].stringlist);
987 check_obsolete (yyvsp[-3].pos, yyvsp[0].stringlist);
1002 char *string2 = string_list_concat_destroy (&yyvsp[-2].stringlist.stringlist);
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A DMakefile.inc30 stringlist.c sysconf.c sysctl.c sysctlbyname.c sysctlgetmibinfo.c \
82 stringlist.3 sysconf.3 sysctl.3 syslog.3 time.3 times.3 \
171 MLINKS+=stringlist.3 sl_init.3 stringlist.3 sl_free.3 stringlist.3 sl_add.3 \
172 stringlist.3 sl_find.3
H A Dstringlist.c1 /* $NetBSD: stringlist.c,v 1.12 2007/05/09 17:10:29 christos Exp $ */
34 __RCSID("$NetBSD: stringlist.c,v 1.12 2007/05/09 17:10:29 christos Exp $");
44 #include <stringlist.h>
104 * sl_free(): Free a stringlist
H A Dgetnetgrent.c43 #include <stringlist.h>
403 * to a stringlist). in either case, it shouldn't be used again.
501 * to a stringlist). in either case, it shouldn't be used again.
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmain.c118 struct stringlist
144 static struct stringlist *db_flags;
199 static struct stringlist *makefiles = 0;
212 static struct stringlist *jobserver_fds = 0;
231 static struct stringlist *directories = 0;
235 static struct stringlist *include_directories = 0;
239 static struct stringlist *old_files = 0;
243 static struct stringlist *new_files = 0;
1577 jobserver_fds = (struct stringlist *)
1578 xmalloc (sizeof (struct stringlist));
117 struct stringlist struct
[all...]
/netbsd-6-1-5-RELEASE/include/
H A DMakefile22 stdlib.h strings.h stringlist.h struct.h sysexits.h tar.h time.h \
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dpopen.c84 #include <stringlist.h>
H A Dconf.c51 #include <stringlist.h>
539 syslog(LOG_WARNING, "can't allocate memory for stringlist");
553 syslog(LOG_WARNING, "can't add `%s' to stringlist", cp);
/netbsd-6-1-5-RELEASE/tests/lib/libpthread/
H A Dh_resolv.c44 #include <stringlist.h>
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dftp_var.h111 #include <stringlist.h>
286 GLOBAL StringList *marg_sl; /* stringlist containing margv */
/netbsd-6-1-5-RELEASE/usr.bin/locale/
H A Dlocale.c56 #include <stringlist.h>
/netbsd-6-1-5-RELEASE/usr.sbin/netgroup_mkdb/
H A Dnetgroup_mkdb.c45 #include <stringlist.h>
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcomplete.c55 #include <stringlist.h>
88 * List words in stringlist, vertically arranged
181 err(EXIT_FAILURE, "Unable to allocate memory for stringlist");
194 err(EXIT_FAILURE, "Unable to add `%s' to stringlist", i);
244 * words stringlist containing possible matches

Completed in 316 milliseconds