Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.c
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.c
r48674 r58466 1 1 /** @file 2 2 Implementation of various string and line routines 3 3 4 4 Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved. <BR> 5 5 This program and the accompanying materials … … 19 19 /** 20 20 Free a line and it's internal buffer. 21 21 22 22 @param[in] Src The line to be freed. 23 23 **/ … … 110 110 @param[in] Count The line number to advance/retreat. 111 111 >0 : advance 112 <0: retreat 112 <0: retreat 113 113 114 114 @retval NULL An error occured. … … 183 183 CurrentLine 184 184 NumLines 185 ListHead 185 ListHead 186 186 187 187 @param[in] ListHead The list head.
Note:
See TracChangeset
for help on using the changeset viewer.