~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_lib.c

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: fsw_lib.c $ */
 
1
/* $Id: fsw_lib.c 33540 2010-10-28 09:27:05Z vboxsync $ */
2
2
/** @file
3
3
 * fsw_lib.c - Core file system wrapper library functions.
4
4
 */
324
324
        return fsw_latin_case_fold[ch];
325
325
#if 0
326
326
    /*
327
 
     * Uncomment this along with above huuuge table (fsw_lower_case_table)
 
327
     * Uncomment this along with above huge table (fsw_lower_case_table)
328
328
     * for full UTF-16 case insensitivity
329
329
     */
330
330
    temp = fsw_lower_case_table[ch>>8];
458
458
}
459
459
 
460
460
/**
461
 
 * Splits a string at the first occurence of the separator character.
 
461
 * Splits a string at the first occurrence of the separator character.
462
462
 * The buffer string is searched for the separator character. If it is found, the
463
463
 * element string descriptor is filled to point at the part of the buffer string
464
464
 * before the separator. The buffer string itself is adjusted to point at the