Searched refs:bfs (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftpsubs.c69 } bfs[2]; variable in typeref:struct:bf
76 } bfs[2]; variable in typeref:struct:bf
102 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
104 bfs[1].counter = BF_FREE;
106 return (struct tftphdr *)bfs[0].buf;
122 bfs[current].counter = BF_FREE; /* free old one */
125 b = &bfs[current]; /* look at new buffer */
149 b = &bfs[nextone]; /* look at "next" buffer */
193 bfs[current].counter = ct; /* set size of data to write */
195 if (bfs[curren
[all...]
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpsubs.c66 } bfs[2]; variable in typeref:struct:bf
100 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
102 bfs[1].counter = BF_FREE;
104 return (struct tftphdr *)bfs[0].buf;
119 bfs[current].counter = BF_FREE; /* free old one */
122 b = &bfs[current]; /* look at new buffer */
146 b = &bfs[nextone]; /* look at "next" buffer */
190 bfs[current].counter = ct; /* set size of data to write */
192 if (bfs[current].counter != BF_FREE) /* if not free */
194 bfs[curren
[all...]
/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdumpsubs.c65 } bfs[2]; variable in typeref:struct:bf
94 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
96 bfs[1].counter = BF_FREE;
98 return (struct kdumphdr *)bfs[0].buf;
113 /* bfs[current].counter = BF_FREE; /\* free old one *\/ */
116 /* b = &bfs[current]; /\* look at new buffer *\/ */
139 b = &bfs[nextone]; /* look at "next" buffer */
180 bfs[current].counter = ct; /* set size of data to write */
182 if (bfs[current].counter != BF_FREE) /* if not free */
184 bfs[curren
[all...]
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/Traversal/
H A DBFS.pm18 *bfs = \&Graph::Traversal::postorder;
35 $b->bfs; # Do the traversal.
49 =item bfs
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/Traversal/
H A DBFS.pm18 *bfs = \&Graph::Traversal::postorder;
35 $b->bfs; # Do the traversal.
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dtftpd.c185 static struct bf bfs[2]; variable in typeref:struct:bf
433 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
435 bfs[1].counter = BF_FREE;
437 return &bfs[0].buf.hdr;
458 bfs[current].counter = BF_FREE; /* free old one */
461 b = &bfs[current]; /* look at new buffer */
482 b = &bfs[nextone]; /* look at "next" buffer */
536 bfs[current].counter = ct; /* set size of data to write */
538 if (bfs[current].counter != BF_FREE) /* if not free */
540 bfs[curren
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dtranscode.c259 search_path_bfs_t *bfs = (search_path_bfs_t *)arg; local
262 if (st_lookup(bfs->visited, (st_data_t)dname, &val)) {
269 *bfs->queue_last_ptr = q;
270 bfs->queue_last_ptr = &q->next;
272 st_add_direct(bfs->visited, (st_data_t)dname, (st_data_t)bfs->base_enc);
281 search_path_bfs_t bfs; local
294 bfs.queue_last_ptr = &q->next;
295 bfs.queue = q;
297 bfs
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dtree.tcl1043 set types {bfs dfs}
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfstab.vim50 syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 ext4 fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs

Completed in 108 milliseconds