| /src/external/bsd/libarchive/dist/tar/test/ |
| test_basic.c | 72 const char *unpack_options, const char *flist) 79 r = systemf("%s cf - %s %s >%s/archive 2>%s/pack.err", testprog, pack_options, flist, target, target); 103 const char *flist; local 106 flist = make_files(); 108 run_tar("copy", "", "", flist); 111 run_tar("copy_ustar", "--format=ustar", "", flist);
|
| /src/usr.bin/sort/ |
| msort.c | 198 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[0] [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_sync.c | 98 struct dma_resv_list *flist; local 112 flist = dma_resv_get_list(resv); 113 if (shared || !flist || r) 116 for (i = 0; i < flist->shared_count; ++i) { 117 f = rcu_dereference_protected(flist->shared[i],
|
| radeon_sa.c | 74 INIT_LIST_HEAD(&sa_manager->flist[i]); 163 list_del_init(&sa_bo->flist); 221 INIT_LIST_HEAD(&sa_bo->flist); 245 if (!list_empty(&sa_manager->flist[i])) { 284 if (list_empty(&sa_manager->flist[i])) { 288 sa_bo = list_first_entry(&sa_manager->flist[i], 289 struct radeon_sa_bo, flist); 345 INIT_LIST_HEAD(&(*sa_bo)->flist); 432 list_add_tail(&(*sa_bo)->flist, 433 &sa_manager->flist[fence->ring]) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_sa.c | 70 INIT_LIST_HEAD(&sa_manager->flist[i]); 117 list_del_init(&sa_bo->flist); 176 INIT_LIST_HEAD(&sa_bo->flist); 200 if (!list_empty(&sa_manager->flist[i])) 239 if (list_empty(&sa_manager->flist[i])) 242 sa_bo = list_first_entry(&sa_manager->flist[i], 243 struct amdgpu_sa_bo, flist); 305 INIT_LIST_HEAD(&(*sa_bo)->flist); 369 list_add_tail(&(*sa_bo)->flist, &sa_manager->flist[idx]) [all...] |
| amdgpu_sync.c | 219 struct dma_resv_list *flist; local 232 flist = dma_resv_get_list(resv); 233 if (!flist || r) 236 for (i = 0; i < flist->shared_count; ++i) { 237 f = rcu_dereference_protected(flist->shared[i],
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/ |
| frame_filters.py | 191 flist = filter(lambda x, y=text: x.startswith(y), filter_locations) 194 if len(flist) == 1: 195 flist[0] = flist[0][len(text) - len(word) :] 199 return flist 221 flist = filter(lambda x, y=word: x.startswith(y), printer_keys) 222 return flist
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/ |
| frame_filters.py | 191 flist = filter(lambda x, y=text: x.startswith(y), filter_locations) 194 if len(flist) == 1: 195 flist[0] = flist[0][len(text) - len(word) :] 199 return flist 221 flist = filter(lambda x, y=word: x.startswith(y), printer_keys) 222 return flist
|
| /src/crypto/external/apache2/openssl/dist/tools/ |
| c_rehash.in | 135 my @flist = sort readdir(DIR); 139 foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) { 146 FILE: foreach $fname (grep {/\.(pem|crt|cer|crl)$/} @flist) {
|
| /src/crypto/external/bsd/openssl/dist/tools/ |
| c_rehash.in | 135 my @flist = sort readdir(DIR); 139 foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) { 146 FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) {
|
| /src/crypto/external/bsd/openssl.old/dist/tools/ |
| c_rehash.in | 135 my @flist = sort readdir(DIR); 139 foreach (grep {/^[\da-f]+\.r{0,1}\d+$/} @flist) { 146 FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) {
|
| /src/external/gpl3/gcc/dist/contrib/header-tools/ |
| count-headers | 11 flist = { }
|
| included-by | 13 flist = { }
|
| /src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| count-headers | 11 flist = { }
|
| included-by | 13 flist = { }
|
| /src/external/bsd/file/dist/src/ |
| file.c | 527 char **flist = NULL; local 554 realloc(flist, fimax * sizeof(*flist))); 559 flist = nf; 561 flist[fi++] = line; 569 e |= process(ms, flist[fi], wid); 570 free(flist[fi]); 573 free(flist);
|
| /src/usr.bin/sockstat/ |
| sockstat.c | 102 struct kinfo_file *flist; variable in typeref:struct:kinfo_file 222 if ((kp = pick_socket(&flist[i])) != NULL && 223 get_proc(&p, flist[i].ki_pid) == 0) 224 print_socket(&flist[i], kp, &p); 337 flist = v; 340 qsort(flist, flistc, sizeof(*flist), sort_files);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| fsif.h | 156 struct fsif_list_request flist; member in union:fsif_request::__anon6603
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| filterindex.c | 68 Filter *flist, 261 ComponentFilter *flist, 271 for ( f = flist; f != NULL; f = f->cf_next ) { 289 if ( f == flist ) { 297 if ( f == flist ) { 570 Filter *flist, 580 for ( f = flist; f != NULL; f = f->f_next ) { 600 if ( f == flist ) { 608 if ( f == flist ) {
|
| /src/external/gpl2/xcvs/dist/src/ |
| history.c | 219 static void read_hrecs (List *flist); 423 List *flist; local 724 flist = getlist (); 729 addnode (flist, p); 742 flist = find_files (NULL, pat); 746 read_hrecs (flist); 1211 read_hrecs (List *flist) 1222 files_read = walklist (flist, read_hrecs_file, NULL);
|
| /src/external/bsd/nsd/dist/contrib/bind2nsd/scripts/ |
| nsd-sync | 101 flist = os.listdir('.') 102 fnames = ' '.join(flist)
|
| s64-sync | 104 flist = os.listdir('.') 105 fnames = ' '.join(flist)
|
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| filterindex.c | 540 Filter *flist, 550 for ( f = flist; f != NULL; f = f->f_next ) { 575 if ( f == flist ) { 583 if ( f == flist ) {
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| filterentry.c | 45 static int test_filter_and( Operation *op, Entry *e, Filter *flist ); 46 static int test_filter_or( Operation *op, Entry *e, Filter *flist ); 876 Filter *flist ) 883 for ( f = flist; f != NULL; f = f->f_next ) { 907 Filter *flist ) 914 for ( f = flist; f != NULL; f = f->f_next ) {
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_decl.c | 283 * Examine the list of formal parameters 'flist' and determine if the formal 285 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'. 288 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) 292 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) { 304 * against which to compare the prototype is specified as 'flist'. If plist 305 * and flist are the same, we require that named parameters are unique. If 306 * plist and flist are different, we require that named parameters in plist 307 * match a name that is present in flist. 311 dt_node_t *flist, const char *kind, uint_t flags [all...] |