Home
last modified time | relevance | path

Searched refs:entnode (Results 1 – 15 of 15) sorted by relevance

/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dentries.c86 Entnode *entnode = node->data; in write_ent_proc() local
91 if (fputentent (entfile, entnode)) in write_ent_proc()
204 Entnode *entnode; in Register() local
823 Entnode *entnode; in subdir_record() local
849 return entnode; in subdir_record()
859 return entnode; in subdir_record()
882 return entnode; in subdir_record()
895 Entnode *entnode; in Subdir_Register() local
907 Entnode_Destroy (entnode); in Subdir_Register()
920 Entnode *entnode; in Subdir_Deregister() local
[all …]
H A Dfind_names.c43 Entnode *entnode = node->data; in add_entries_proc() local
45 if (entnode->type != ENT_FILE) in add_entries_proc()
129 Entnode *entnode = p->data; in add_subdir_proc() local
132 if (entnode->type != ENT_SUBDIR) in add_subdir_proc()
137 dnode->key = xstrdup (entnode->user); in add_subdir_proc()
H A Dcvs.h304 struct entnode struct
320 typedef struct entnode Entnode; argument
H A Dserver.c5062 Entnode *entnode; in server_updated() local
5080 entnode = node->data; in server_updated()
5081 free (entnode->timestamp); in server_updated()
5082 entnode->timestamp = xstrdup ("="); in server_updated()
H A DChangeLog-9395992 * cvs.h (struct entnode): Add user field.
1970 * hash.h (struct entnode, Entnode): moved from here...
H A DChangeLog-97382 * cvs.h (struct entnode): Add comment (options and timestamp must
H A DChangeLog-961374 (struct entnode): Add type field.
/dports/sysutils/libcdio/libcdio-2.1.0/example/
H A Disofuzzy.c59 CdioListNode_t *entnode; in main() local
81 _CDIO_LIST_FOREACH (entnode, p_entlist) in main()
85 (iso9660_stat_t *) _cdio_list_node_data (entnode); in main()
/dports/sysutils/libcdio/libcdio-2.1.0/src/
H A Diso-info.c243 CdioListNode_t *entnode; in print_iso9660_recurse() local
270 _CDIO_LIST_FOREACH (entnode, entlist) in print_iso9660_recurse()
272 iso9660_stat_t *p_statbuf = _cdio_list_node_data (entnode); in print_iso9660_recurse()
317 _CDIO_LIST_FOREACH (entnode, p_dirlist) in print_iso9660_recurse()
319 char *_fullname = _cdio_list_node_data (entnode); in print_iso9660_recurse()
H A Dcd-info.c551 CdioListNode_t *entnode; in print_iso9660_recurse() local
572 _CDIO_LIST_FOREACH (entnode, p_entlist) in print_iso9660_recurse()
574 iso9660_stat_t *p_statbuf = _cdio_list_node_data (entnode); in print_iso9660_recurse()
616 _CDIO_LIST_FOREACH (entnode, p_dirlist) in print_iso9660_recurse()
618 char *_fullname = _cdio_list_node_data (entnode); in print_iso9660_recurse()
/dports/audio/musicpd/mpd-0.23.6/src/archive/plugins/
H A DIso9660ArchivePlugin.cxx95 CdioListNode_t *entnode; in Visit() local
96 _CDIO_LIST_FOREACH (entnode, entlist) { in Visit()
98 _cdio_list_node_data(entnode); in Visit()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/iso9660/
H A Diso9660_fs.c1522 CdioListNode_t *entnode; in find_lsn_recurse() local
1528 _CDIO_LIST_FOREACH (entnode, entlist) in find_lsn_recurse()
1530 iso9660_stat_t *statbuf = _cdio_list_node_data (entnode); in find_lsn_recurse()
1568 _CDIO_LIST_FOREACH (entnode, dirlist) in find_lsn_recurse()
1570 char *psz_path_prefix = _cdio_list_node_data (entnode); in find_lsn_recurse()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/cli/
H A Dvcd-info.c928 CdioListNode_t *entnode; in _dump_fs_recurse() local
939 _CDIO_LIST_FOREACH (entnode, entlist) in _dump_fs_recurse()
941 iso9660_stat_t *statbuf = _cdio_list_node_data (entnode); in _dump_fs_recurse()
980 _CDIO_LIST_FOREACH (entnode, dirlist) in _dump_fs_recurse()
982 char *_fullname = _cdio_list_node_data (entnode); in _dump_fs_recurse()
/dports/multimedia/vcdimager/vcdimager-2.0.1/lib/
H A Dinfo.c95 CdioListNode_t *entnode; in _init_segments() local
108 _CDIO_LIST_FOREACH (entnode, entlist) { in _init_segments()
109 iso9660_stat_t *statbuf = _cdio_list_node_data (entnode); in _init_segments()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/xml/
H A Dvcd_xml_rip.c145 CdioListNode_t *entnode; in _parse_isofs_r() local
150 _CDIO_LIST_FOREACH (entnode, entlist) in _parse_isofs_r()
152 iso9660_stat_t *statbuf = _cdio_list_node_data (entnode); in _parse_isofs_r()