Searched refs:flist (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/test/
H A Dtest_basic.c31 const char *unpack_options, const char *flist)
38 r = systemf("%s cf - %s %s >%s/archive 2>%s/pack.err", testprog, pack_options, flist, target, target);
85 const char *flist; local
107 flist = "file linkfile symlink dir";
109 flist = "file linkfile dir";
111 basic_tar("copy", "", "", flist);
114 basic_tar("copy_ustar", "--format=ustar", "", flist);
30 basic_tar(const char *target, const char *pack_options, const char *unpack_options, const char *flist) argument
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dmsort.c198 struct mfile *flistb[MERGE_FNUM], **flist = flistb, *cfile; local
228 if (insert(flist, cfile, nfiles, !DELETE))
232 flist[0] = cfile;
251 cfile = flist[0];
259 /* (Moving base 'flist' saves copying everything!) */
260 flist++;
280 c = insert(flist, cfile, nfiles, DELETE);
281 if (c != 0 || (UNIQUE && cfile == flist[0]
301 * if delete: inserts rec in flist, deletes flist[
306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/tools/
H A Dc_rehash70 my @flist = readdir(DIR);
72 foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) {
78 FILE: foreach $fname (grep {/\.pem$/} @flist) {
H A Dc_rehash.in70 my @flist = readdir(DIR);
72 foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) {
78 FILE: foreach $fname (grep {/\.pem$/} @flist) {
/netbsd-6-1-5-RELEASE/usr.bin/sockstat/
H A Dsockstat.c101 struct kinfo_file *flist; variable in typeref:struct:kinfo_file
221 if ((kp = pick_socket(&flist[i])) != NULL &&
222 get_proc(&p, flist[i].ki_pid) == 0)
223 print_socket(&flist[i], kp, &p);
335 flist = v;
338 qsort(flist, flistc, sizeof(*flist), sort_files);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dfilterindex.c65 Filter *flist,
238 ComponentFilter *flist,
248 for ( f = flist; f != NULL; f = f->cf_next ) {
266 if ( f == flist ) {
274 if ( f == flist ) {
566 Filter *flist,
576 for ( f = flist; f != NULL; f = f->f_next ) {
599 if ( f == flist ) {
607 if ( f == flist ) {
234 comp_list_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion* mra, ComponentFilter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
563 list_candidates( Operation *op, DB_TXN *rtxn, Filter *flist, int ftype, ID *ids, ID *tmp, ID *save ) argument
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/io/
H A Dfsif.h156 struct fsif_list_request flist; member in union:fsif_request::__anon6807
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dhistory.c217 static void read_hrecs (List *flist);
421 List *flist; local
722 flist = getlist ();
727 addnode (flist, p);
740 flist = find_files (NULL, pat);
744 read_hrecs (flist);
1209 read_hrecs (List *flist) argument
1220 files_read = walklist (flist, read_hrecs_file, NULL);
/netbsd-6-1-5-RELEASE/x11/lib/GLU/
H A DMakefile32 flist.cc flistsorter.cc hull.cc intersect.cc \
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dfilterentry.c42 static int test_filter_and( Operation *op, Entry *e, Filter *flist );
43 static int test_filter_or( Operation *op, Entry *e, Filter *flist );
873 Filter *flist )
880 for ( f = flist; f != NULL; f = f->f_next ) {
904 Filter *flist )
911 for ( f = flist; f != NULL; f = f->f_next ) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_decl.c286 * Examine the list of formal parameters 'flist' and determine if the formal
288 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'.
291 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) argument
295 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) {
307 * against which to compare the prototype is specified as 'flist'. If plist
308 * and flist are the same, we require that named parameters are unique. If
309 * plist and flist are different, we require that named parameters in plist
310 * match a name that is present in flist.
314 dt_node_t *flist, cons
313 dt_decl_prototype(dt_node_t *plist, dt_node_t *flist, const char *kind, uint_t flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c163 char *flist[100]; variable
528 flist[nf++] = argv[i];
532 flist[nf++] = argv[i];
536 flist[nf++] = argv[i];
540 flist[nf++] = argv[i];
986 av[na++] = flist[j];
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libGLU/
H A DMakefile33 flist.cc flistsorter.cc hull.cc intersect.cc \
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c1146 int flist; local
1148 flist = test_then_block(ls); /* IF cond THEN block */
1151 luaK_patchtohere(fs, flist);
1152 flist = test_then_block(ls); /* ELSEIF cond THEN block */
1156 luaK_patchtohere(fs, flist);
1161 luaK_concat(fs, &escapelist, flist);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgengtype.c1860 struct flist {
1861 struct flist *next;
1914 static void finish_root_table (struct flist *flp, const char *pfx,
3097 finish_root_table (struct flist *flp, const char *pfx, const char *lastname,
3100 struct flist *fli2;
3395 struct flist *flp = NULL;
3400 struct flist *fli;
3428 fli = XNEW (struct flist);
3453 struct flist *fli;
3489 struct flist *fl
1853 struct flist { struct
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengtype.c1333 struct flist {
1334 struct flist *next;
1384 static void finish_root_table (struct flist *flp, const char *pfx,
2479 finish_root_table (struct flist *flp, const char *pfx, const char *lastname,
2482 struct flist *fli2;
2762 struct flist *flp = NULL;
2767 struct flist *fli;
2795 fli = XNEW (struct flist);
2819 struct flist *fli;
2855 struct flist *fl
1330 struct flist { struct
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c764 flist(NODE *p, void (*f)(NODE *, void *), void *arg) function
768 flist(p->n_left, f, arg);
774 * The same as flist but postorder.
H A Dmanifest.h346 void flist(NODE *p, void (*f)(NODE *, void *), void *);
H A Dreader.c1596 flist(p, delnums, ip);
1602 flist(p, ltypify, ip);
H A Dregs.c1544 flist(ip->ip_node->n_left,
1696 flist(ip->ip_node->n_right,
H A Doptim2.c2085 flist(ip->ip_node->n_left,
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_page.c1112 uvm_pagealloc_pgfl(struct uvm_cpu *ucpu, int flist, int try1, int try2, argument
1123 pgfl = &ucpu->page_free[flist];
1124 gpgfl = &uvm.page_free[flist];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.c1185 tree flist = NULL_TREE;
1205 flist = decl;
1211 if (flist)
1230 if (flist)
1231 for (; flist; flist = OVL_NEXT (flist))
1233 add_method (t, OVL_CURRENT (flist), using_decl);
1234 alter_access (t, OVL_CURRENT (flist), access);
1183 tree flist = NULL_TREE; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dclass.c1180 tree flist = NULL_TREE;
1200 flist = decl;
1206 if (flist)
1225 if (flist)
1226 for (; flist; flist = OVL_NEXT (flist))
1228 add_method (t, OVL_CURRENT (flist), using_decl);
1229 alter_access (t, OVL_CURRENT (flist), access);
1178 tree flist = NULL_TREE; local
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxcode.c647 flist(p, cxxckproto, &ckstr);

Completed in 535 milliseconds

12