HomeSort by: relevance | last modified time | path
    Searched defs:this_node (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/makefs/
cd9660.c 1361 cd9660node *this_node; local in function:cd9660_convert_structure
1382 if ((this_node = cd9660_allocate_cd9660node()) == NULL) {
1400 this_node->parent = parent_node;
1402 this_node);
1403 this_node->level = level;
1407 this_node->type = CD9660_TYPE_DIR;
1430 this_node->level =
1434 this_node) == 0) {
1449 iterator->child, this_node,
1464 this_node->type = CD9660_TYPE_FILE
    [all...]

Completed in 11 milliseconds