HomeSort by: relevance | last modified time | path
    Searched refs:file_node (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/bc/dist/
bcdefs.h 188 typedef struct file_node { struct
190 struct file_node *next;
191 } file_node; typedef in typeref:struct:file_node
main.c 47 static file_node *last = NULL;
91 file_node *temp;
156 temp = bc_malloc(sizeof(file_node));
284 file_node *temp;
global.h 78 EXTERN file_node *file_names INIT(NULL);
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 660 cd9660node_rrip_nm(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *file_node)
662 int nm_length = strlen(file_node->isoDirRecord->name) + 5;
665 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
  /src/sbin/fsck_udf/
main.c 3562 struct udf_fsck_node *file_node; local
3600 file_node = NULL;
3602 file_node = udf_node_lookup(&fid->icb);
3605 if (file_node) {
3607 if (file_node && (file_node->fsck_flags & FSCK_NODE_FLAG_NOTFOUND)) {
3613 if (fid->icb.longad_uniqueid != file_node->unique_id)
3614 fid->icb.longad_uniqueid = udf_rw64(file_node->unique_id);

Completed in 29 milliseconds