bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DDD 3.2 (i686-pc-linux-gnu) gets `Segmentation fault' signal


From: Nikhil Sama
Subject: DDD 3.2 (i686-pc-linux-gnu) gets `Segmentation fault' signal
Date: Thu, 01 Mar 2001 16:19:28 -0800

 
I was debugging an ospf stack when this happened. The log file is attached.
I hope this is helpful and you can fix it soon.

Nikhil
 

-- 
Nikhil Sama                     E-Mail: Nikhil.Sama@nexsi.com
Routing Protocols Group         Ph: (Off) 408 579 5880
Nexsi Corp.                     Ph: (M) 310 428 9191
1959 Concourse Drive            Fax: 408 579 5701
San Jose, CA 95131.             www.nexsi.com
 
GNU DDD 3.2 (i686-pc-linux-gnu)
Copyright (C) 1995-1999 Technische Universitaet Braunschweig, Germany.
Copyright (C) 1999-2000 Universitaet Passau, Germany.
Compiled with GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release), GNU libc 2.1
Requires X11R6, Xt11R6, Motif 2.0 (GNU/LessTif Version 2.0 Release 0.89.9)
Includes DDD core, Manual, App defaults, XPM 3.4.11, Athena Panner
Built 2000-02-11 by root <root@porky.devel.redhat.com>.
$  ddd ospf.out
+  /bin/sh -c 'exec gdb -q -fullname '\''ospf.out'\'''
#  Hello, world!
#  Opening session "11ac110317000098348485000000008890072"...
#  Raising core file size limit from 1024000000 to 2147483647 bytes...
#  Raising core file size limit from 1024000000 to 2147483647 bytes...done.
#  Running GDB (pid 18425, tty /dev/pts/6)...
#  Current language: c/c++
#  Creating 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/"...
#  Creating 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/"...done.
#  Copying "/home/nsama/.ddd/init" to 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/init"...
#  Copying "/home/nsama/.ddd/init" to 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/init"...done.
#  Copying "/home/nsama/.ddd/history" to 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/history"...
#  Copying "/home/nsama/.ddd/history" to 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/history"...done.
#  Saving session in 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/init"...
#  Saving session in 
"/home/nsama/.ddd/sessions/11ac110317000098348485000000008890072/init"...done.
<- "(gdb) "
-> "set prompt (gdb) "
<- "(gdb) "
-> "set height 0"
<- "(gdb) "
-> "set width 0"
<- "(gdb) "
-> "set annotate 1"
<- "(gdb) "
-> " set verbose off"
<- "(gdb) "
-> "info line"
<- "No line number information available.\n"
   "(gdb) "
-> "list"
<- "169\t        exit(1);\n"
   "170\t    }\n"
   "171\t\n"
   "172\t    if (argc == 1)\n"
   "173\t        file = *argv;\n"
   "174\t}\n"
   "175\t\n"
   "176\tint main(int argc, char **argv)\n"
   "177\t{\n"
   "178\t    unsigned long number_of_ticks = 0;\n"
   "(gdb) "
-> "info line"
<- "Line 178 of \"main.c\" starts at address 0x80499fa <main+6> and ends at 
0x8049a01 <main+13>.\n"
   "\032\032/home/nsama/bsd/psr/ospf/main_linux/main.c:178:3903:beg:0x80499fa\n"
   "(gdb) "
-> "output 4711"
<- "4711(gdb) "
-> "show language"
<- "The current source language is \"auto; currently c\".\n"
   "(gdb) "
-> "pwd"
<- "Working directory /tmp/test.\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "show history filename"
<- "The filename in which to record the command history is 
\"/tmp/test/.gdb_history\".\n"
   "(gdb) "
-> "show history size"
<- "The size of the command history is 1000.\n"
   "(gdb) "
#  Reading file "/home/nsama/bsd/psr/ospf/main_linux/main.c"...
#  Reading file "/home/nsama/bsd/psr/ospf/main_linux/main.c"...done.
#  File "/home/nsama/bsd/psr/ospf/main_linux/main.c" 226 lines, 5114 characters
#  Setting buttons...
#  Setting buttons...done.
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\".\n"
   "Local exec file:\n"
   "\t`/tmp/test/ospf.out\', file type elf32-i386.\n"
   "\tEntry point: 0x8049400\n"
   "\t0x080480f4 - 0x08048107 is .interp\n"
   "\t0x08048108 - 0x08048128 is .note.ABI-tag\n"
   "\t0x08048128 - 0x0804838c is .hash\n"
   "\t0x0804838c - 0x080488cc is .dynsym\n"
   "\t0x080488cc - 0x08048b86 is .dynstr\n"
   "\t0x08048b86 - 0x08048c2e is .gnu.version\n"
   "\t0x08048c30 - 0x08048c60 is .gnu.version_r\n"
   "\t0x08048c60 - 0x08048c68 is .rel.got\n"
   "\t0x08048c68 - 0x08048c80 is .rel.bss\n"
   "\t0x08048c80 - 0x08048ee8 is .rel.plt\n"
   "\t0x08048ee8 - 0x08048f17 is .init\n"
   "\t0x08048f18 - 0x080493f8 is .plt\n"
   "\t0x08049400 - 0x080cb4fc is .text\n"
   "\t0x080cb4fc - 0x080cb516 is .fini\n"
   "\t0x080cb520 - 0x080cdc4c is .rodata\n"
   "\t0x080cec60 - 0x080f7a08 is .data\n"
   "\t0x080f7a08 - 0x080f7a0c is .eh_frame\n"
   "\t0x080f7a0c - 0x080f7a14 is .ctors\n"
   "\t0x080f7a14 - 0x080f7a1c is .dtors\n"
   "\t0x080f7a1c - 0x080f7b60 is .got\n"
   "\t0x080f7b60 - 0x080f7c00 is .dynamic\n"
   "\t0x080f7c00 - 0x080fbf38 is .bss\n"
   "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
-> "source /tmp/fileTfliLU"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "# reset"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
-> "display"
<- "(gdb) "
-> "info display"
<- "There are no auto-display expressions now.\n"
   "(gdb) "
-> "set environment TERM dumb"
<- "(gdb) "
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\".\n"
   "Local exec file:\n"
   "\t`/tmp/test/ospf.out\', file type elf32-i386.\n"
   "\tEntry point: 0x8049400\n"
   "\t0x080480f4 - 0x08048107 is .interp\n"
   "\t0x08048108 - 0x08048128 is .note.ABI-tag\n"
   "\t0x08048128 - 0x0804838c is .hash\n"
   "\t0x0804838c - 0x080488cc is .dynsym\n"
   "\t0x080488cc - 0x08048b86 is .dynstr\n"
   "\t0x08048b86 - 0x08048c2e is .gnu.version\n"
   "\t0x08048c30 - 0x08048c60 is .gnu.version_r\n"
   "\t0x08048c60 - 0x08048c68 is .rel.got\n"
   "\t0x08048c68 - 0x08048c80 is .rel.bss\n"
   "\t0x08048c80 - 0x08048ee8 is .rel.plt\n"
   "\t0x08048ee8 - 0x08048f17 is .init\n"
   "\t0x08048f18 - 0x080493f8 is .plt\n"
   "\t0x08049400 - 0x080cb4fc is .text\n"
   "\t0x080cb4fc - 0x080cb516 is .fini\n"
   "\t0x080cb520 - 0x080cdc4c is .rodata\n"
   "\t0x080cec60 - 0x080f7a08 is .data\n"
   "\t0x080f7a08 - 0x080f7a0c is .eh_frame\n"
   "\t0x080f7a0c - 0x080f7a14 is .ctors\n"
   "\t0x080f7a14 - 0x080f7a1c is .dtors\n"
   "\t0x080f7a1c - 0x080f7b60 is .got\n"
   "\t0x080f7b60 - 0x080f7c00 is .dynamic\n"
   "\t0x080f7c00 - 0x080fbf38 is .bss\n"
   "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
-> "help detach"
<- "Detach a process or file previously attached.\n"
   "If a process, it is no longer traced, and it continues its execution.  If\n"
   "you were debugging a file, the file is closed and gdb no longer accesses 
it.\n"
   "(gdb) "
-> "help run"
<- "Start debugged program.  You may specify arguments to give it.\n"
   "Args may include \"*\", or \"[...]\"; they are expanded using \"sh\".\n"
   "Input and output redirection with \">\", \"<\", or \">>\" are also 
allowed.\n"
   "\n"
   "With no arguments, uses arguments last specified (with \"run\" or \"set 
args\").\n"
   "To cancel previous arguments and run with no arguments,\n"
   "use \"set args\" without arguments.\n"
   "(gdb) "
#  Opening session "11ac110317000098348485000000008890072"...done.
#  Welcome to DDD 3.2 "Man Ray" (i686-pc-linux-gnu)
-> "help step"
<- "Step program until it reaches a different source line.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help stepi"
<- "Step one instruction exactly.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help next"
<- "Step program, proceeding through subroutine calls.\n"
   "Like the \"step\" command as long as subroutine calls do not happen;\n"
   "when they do, the call is treated as one instruction.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help nexti"
<- "Step one instruction, but proceed through subroutine calls.\n"
   "Argument N means do this N times (or till program stops for another 
reason).\n"
   "(gdb) "
-> "help until"
<- "Execute until the program reaches a source line greater than the current\n"
   "or a specified line or address or function (same args as break command).\n"
   "Execution will also stop upon exit from the current stack frame.\n"
   "(gdb) "
-> "help finish"
<- "Execute until selected stack frame returns.\n"
   "Upon return, the value returned is printed and put in the value history.\n"
   "(gdb) "
-> "help cont"
<- "Continue program being debugged, after signal or breakpoint.\n"
   "If proceeding from breakpoint, a number N may be used as an argument,\n"
   "which means to set the ignore count of that breakpoint to N - 1 (so that\n"
   "the breakpoint won\'t break until the Nth time it is reached).\n"
   "(gdb) "
-> "help signal"
<- "Continue program giving it signal specified by the argument.\n"
   "An argument of \"0\" means continue program without giving it a signal.\n"
   "(gdb) "
-> "help kill"
<- "Kill execution of program being debugged.\n"
   "(gdb) "
-> "help up"
<- "Select and print stack frame that called this one.\n"
   "An argument says how many frames up to go.\n"
   "(gdb) "
-> "help down"
<- "Select and print stack frame called by this one.\n"
   "An argument says how many frames down to go.\n"
   "(gdb) "
#  Getting sources...
-> "info sources"
<- "Source files for which symbols have been read in:\n"
   "\n"
   "main.c, /usr/local/include/stdio.h, /usr/local/include/features.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/gnu/stubs.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/types.h, /usr/local/include/libio.h, 
/usr/local/include/_G_config.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/stdlib.h, /usr/local/include/sys/types.h, 
/usr/local/include/time.h, /usr/local/include/endian.h, 
/usr/local/include/bits/endian.h, /usr/local/include/sys/select.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/alloca.h, 
/usr/local/include/string.h, /usr/local/include/unistd.h, 
/usr/local/include/bits/posix_opt.h, /usr/local/include/bits/confname.h, 
/usr/local/include/getopt.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
/usr/local/include/sys/time.h, /usr/local/include/bits/time.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/lslproto.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, ../drivers/eth860/eth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/veth860quicc.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
/home/nsama/bsd/psr/ospf/include/acl.h, 
/home/nsama/bsd/psr/ospf/include/x_lists.h, 
/home/nsama/bsd/psr/ospf/include/map.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/common/include/nxtypes.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, 
/home/nsama/bsd/psr/common/include/nxtrace.h, init.c, 
../include/libc-symbols.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, ../include/libintl.h, 
../intl/libintl.h, ../include/features.h, ../include/sys/cdefs.h, 
../misc/sys/cdefs.h, ../include/locale.h, ../locale/locale.h, 
../include/xlocale.h, ../locale/xlocale.h, 
../sysdeps/unix/sysv/linux/_G_config.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/sched.h\n"
   "\n"
   "Source files for which symbols will be read in on demand:\n"
   "\n"
   "src/paramList.c, fast_path_ip_api.c, eth860phy.c, 
/home/nsama/bsd/psr/ospf/include/x_sockets.h, x_sockets.c, x_queue.c, 
sortlist.c, message_digest.h, message_digest_structures.h, 
message_digest_constants.h, message_digest.c, lsltx.c, vnvlsl.h, lslconfg.c, 
ospf_pdu.h, ospf_pdu.c, rtsrc/rtevalstub.c, rtsrc/asn1rt.c, rtsrc/asn1ber.c, 
rtsrc/asn1type.h, rtsrc/asn1per.h, rtsrc/asn1per.c, scp_api.c, scp.c, 
/usr/local/include/sys/errno.h, /home/nsama/bsd/psr/common/include/nxtrace.h, 
net.c, rtt.c, /home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1type.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/resource.h, /usr/local/include/sys/resource.h, 
sendrecv.c, scp_debug.c, /usr/local/include/bits/in.h, 
/usr/local/include/time.h, net.h, scp_debug.h, errors.h, scp_api.h, rtt.h, 
/home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1per.h, scp.h, scp_ctxt.h, 
/home/nsama/bsd/psr/apollo/common/include/mercury.h, 
/home/nsama/bsd/psr/apollo/common/nxip/include/iobuf.h, 
/home/nsama/bsd/psr/apollo/common/include/queue.h, 
/home/nsama/bsd/psr/apollo/common/include/iaclib.h, scp_ctxt.c, 
/home/nsama/bsd/psr/common/include/paramList.h, 
/usr/local/include/sys/syslog.h, /usr/local/include/syslog.h, src/nxtrace.c, 
src/ftobj.c, /usr/local/include/sys/types.h, /usr/local/include/unistd.h, 
src/ftlib.c, /home/nsama/bsd/psr/ft/include/ftmsgs.h, 
/usr/local/include/netinet/in.h, /usr/local/include/bits/socket.h, 
/usr/local/include/ctype.h, src/ftenv.c, xtm_clients.c, xtm_timer.h, 
xtm_timer.c, xtm_routes.h, /home/nsama/bsd/psr/ospf/include/x_lists.h, 
../../drivers/eth860/veth860.h, ../../drivers/eth860/veth860str.h, 
../../drivers/eth860/veth860quicc.h, ../../drivers/eth860/keth860.h, 
../../drivers/eth860/eth860.h, ../ip/vipstr.h, ../ip/varpuser.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, ../ip/vudpstr.h, ../ip/vudpbuf.h, 
../ip/vipusstr.h, /home/nsama/bsd/psr/ospf/include/visnpstr.h, xtm_routes.c, 
xtm_structures.h, xtm_clients.h, /usr/local/include/stdint.h, xtm_print.c, 
xtm_print.h, xtm_internal_clients.c, xtm_config.h, xtm_internal_clients.h, 
xtm_initialize.c, rtm_structures.h, rtm_patricia_32_bits_key.c, rtm_control.c, 
rtm_utilities.c, rtm_timer.c, rtm_queue.c, rtm_print_utilities.c, 
rtm_patricia_32_bits_key_structures.h, rtm_patricia_32_bits_key.h, 
rtm_patricia_32_bits_key_api.c, rtm_initialize.c, rtm_get_config.c, 
rtm_explib.c, rtm_config.h, rtm_globals.h, rtm_prototypes.h, rtm_explib.h, 
rtm_enums.h, rtm_constants.h, rtm_patricia_32_bits_key_prototypes.h, 
rtm_patricia_32_bits_key_constants.h, rtm.h, rtm_configuration.c, 
ospf_routing_table_updates.c, ospf_patricia_32_bits_key.c, 
ospf_inter_area_route_calculation.c, ospf_external_route_calculation.c, 
ospf_designated_router_election.c, ospf_routing_table.c, 
ospf_receive_database.c, ospf_patricia_route_table.c, ospf_neighbor_events.c, 
ospf_link_state_database.c, ospf_interface_events.c, ospf_hello.c, 
ospf_flood.c, ospf_external_routes.c, ospf_dijkstra.c, ospf_database_summary.c, 
ospf_control.c, ospf_checksum.c, ospf_transmit_acknowledgement.c, 
../xtm/xtm_clients.h, ../rtm/rtm_enums.h, ../rtm/rtm_constants.h, 
../xtm/xtm_routes.h, ../xtm/xtm_structures.h, 
/home/nsama/bsd/psr/asn1/ospf_cim/ospf_pdu.h, 
/home/nsama/bsd/psr/asn1/nxscp/encode_decode.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_api.h, 
/home/nsama/bsd/psr/asn1/nxscp/sendrecv.h, 
/home/nsama/bsd/psr/asn1/nxscp/rtt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_ctxt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp.h, /usr/local/include/sys/socket.h, 
ospf_cli.h, ospf_cli.c, ospf_shortest_path_calculation.c, 
ospf_routing_table_lookups.c, ospf_receive_acknowledgement.c, 
ospf_patricia_32_bits_key_api.c, ospf_neighbor_state_machine.h, 
ospf_neighbor_state_machine.c, ospf_link_state_advertisements.c, 
ospf_interface_state_machine.h, ospf_interface_state_machine.c, 
ospf_utilities.c, ospf_transmit_utilities.c, ospf_transmit_update.c, 
ospf_transmit_request.c, ospf_transmit_database.c, ospf_transmit.c, 
/home/nsama/bsd/psr/ospf/include/map.h, ospf_to_rtm.c, ospf_timer.c, 
ospf_snmp.h, ospf_snmp.c, ospf_receive_utilities.c, ospf_receive_update.c, 
ospf_receive_request.c, ospf_receive_packet.c, ospf_print_utilities.c, 
ospf_list_utilities.c, ospf_interface.c, ../ip/ip_header_translation.h, 
../ip/vip.h, ../ip/vicmpstr.h, ../ip/vicmpusr.h, ../ip/kicmp.h, 
../ip/vrip2str.h, ../ip/vripstr.h, ../ip/kripv2.h, ../ip/krip.h, 
../ip/viprastr.h, ../ip/vrarpstr.h, ../ip/vrarpusr.h, ../ip/varpstr.h, 
../ip/karp.h, ../ip/vudpuser.h, ../ip/kudp.h, 
../ip/udp_raw_interface_structures.h, ../ip/udp_raw_interface.h, 
../ip/udp_socket_interface.h, ../ip/viprtstr.h, ../ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrstr.h, 
/home/nsama/bsd/psr/ospf/include/rwos.h, ../ip/ip.h, ospf_structures.h, 
ospf_initialization.c, ospf_configuration.h, ospf_globals.h, 
ospf_patricia_route_table.h, ospf_prototypes.h, 
ospf_patricia_32_bits_key_prototypes.h, ospf_enums.h, ospf_constants.h, 
../ip/kroute.h, /home/nsama/bsd/psr/ospf/include/lslproto.h, 
/usr/local/include/libio.h, ospf.h, ospf_configuration.c, 
patricia_64_bits_key.c, mfapi.c, b_tree_update.c, b_tree_console.c, 
b_tree_api.c, b_tree.c, patricia_update.c, patricia_console.c, 
patricia_access.c, patricia_64_bits_key_api.c, mft_utils.c, mft.c, 
mfapi_rsrr_support.c, mfapi_init.c, mfapi_console.c, mfapi_globals.h, 
mfapi_explib.h, mfapi_prototypes.h, mfapi_structures.h, mfapi_enums.h, 
mfapi_constants.h, patricia_64_bits_key_prototypes.h, 
patricia_64_bits_key_structures.h, patricia_64_bits_key_constants.h, 
patricia_64_bits_key.h, ../ip/kip.h, ../ip/vipktstr.h, ../ip/kipuser.h, 
../ip/ipexplib.h, mfapi.h, mfapi_api.c, ipconfig.c, ip_port_config.c, 
ip_old_port_config.c, icmpprnt.c, ripv2reppr.c, ipsrcrt.c, ipremacc.c, 
ipreassm.c, ipoptns.c, ipmfwdr.c, ipfwdr.c, ipfragtx_fragment.c, ipfragtx.c, 
ipctrl_route_cache.c, ipctrl.c, ipbuf.c, ip_static_routes_from_rtm.c, 
ip_header_translation.c, ip_config_static_routes.c, icmptx.c, icmprxpr.c, 
vicmp.h, icmprx.c, arptx.c, arprx.c, arplist.c, arp.c, udptx.c, udprx.c, 
udp_socket_interface.c, udp_raw_interface.c, ripv2tx.c, ripv2rxrep.c, 
ripv2rx.c, ripv2key.c, riptxrep.c, riptx.c, riprxrep.c, riprx.c, ripreppr.c, 
ripinit.c, /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
vrip2snmp.h, rip2snmp.c, rip2auth.c, rip.c, rarp.c, iputil.c, iptxpr.c, iptx.c, 
iptransp.c, iptimer.c, vudpsnmp.h, vicmsnmp.h, varpsnmp.h, vipsnmp.h, ipsnmp.c, 
iprxpr.c, iprxhdpr.c, iprxassm.c, iprx_forwarder.c, iprx.c, iproute_utility.c, 
iproute.c, vipprint.h, ipprint.c, ipnwcnfg_get.c, ipnwcnfg.c, 
../fast_path_ip/fast_path_ip_structures.h, ipinit.c, ipexcnfg.c, 
ipconfig_set.c, vnvip.h, vipstr.h, vudpstr.h, vudpbuf.h, vipusstr.h, 
ipconfig_get.c, ip_header_translation.h, vip.h, 
/home/nsama/bsd/psr/ospf/include/vnvrmstr.h, kip.h, vicmpstr.h, vicmpusr.h, 
kicmp.h, vrip2str.h, vripstr.h, kripv2.h, krip.h, viprastr.h, vrarpstr.h, 
vrarpusr.h, varpstr.h, varpuser.h, karp.h, vudpuser.h, kudp.h, 
udp_raw_interface_structures.h, udp_raw_interface.h, udp_socket_interface.h, 
vipktstr.h, kipuser.h, viprtstr.h, iplib.h, ../rtm/rtm_explib.h, 
../rtm/rtm_patricia_32_bits_key_prototypes.h, 
../rtm/rtm_patricia_32_bits_key_structures.h, 
../rtm/rtm_patricia_32_bits_key_constants.h, ../rtm/rtm_lib.h, kroute.h, 
../fast_path_ip/fast_path_ip_if.h, ../mfapi/mfapi_explib.h, 
../mfapi/mfapi_structures.h, ../mfapi/mfapi_constants.h, 
../mfapi/patricia_64_bits_key_prototypes.h, 
../mfapi/patricia_64_bits_key_structures.h, 
../mfapi/patricia_64_bits_key_constants.h, ../mfapi/patricia_64_bits_key.h, 
../mfapi/mfapi_enums.h, ip.h, fast_path_ip_support.c, fast_path_ip_cache.c, 
fast_path_ip_receive.c, fast_path_ip_printf.c, vnvfast_path_ip.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/types.h, 
/usr/local/include/stdlib.h, fast_path_ip_imported_function_prototypes.h, 
fast_path_ip_if.h, fast_path_ip_prototypes.h, fast_path_ip_defines.h, 
fast_path_ip_globals.h, fast_path_ip_structures.h, fast_path_ip_enums.h, 
fast_path_ip.h, fast_path_ip_init.c, rw_memory_functions.c, rwos_scheduler.c, 
rw_dispatcher_structures.h, rw_time_stamp_functions.c, rw_event_functions.c, 
rw_host_os_interface.h, rw_dispatcher_functions.h, rw_dispatcher_globals.h, 
rw_dispatcher_functions.c, rwcontainer.c, rw_linked_list_functions.h, 
rw_linked_list_structures.h, rw_container_functions.h, rw_linked_list.c, 
/home/nsama/bsd/psr/ospf/include/x_queue.h, /usr/local/include/bits/fcntl.h, 
/usr/local/include/fcntl.h, phyLane.c, veth860str.h, eth860ctrl.c, 
eth860util.c, eth860tx.c, ../include/phy.h, veth860quicc.h, 
/usr/local/include/bits/stat.h, /usr/local/include/sys/stat.h, eth860rx.c, 
/home/nsama/bsd/psr/ft/include/fttrace.h, 
/home/nsama/bsd/psr/common/include/nxlimits.h, /usr/local/include/arpa/inet.h, 
/usr/local/include/bits/byteswap.h, /usr/local/include/bits/wordsize.h, 
/usr/local/include/asm/sockios.h, /usr/local/include/asm/socket.h, 
/usr/local/include/bits/sockaddr.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/local/include/bits/posix2_lim.h, /usr/local/include/linux/limits.h, 
/usr/local/include/bits/local_lim.h, /usr/local/include/bits/posix1_lim.h, 
/usr/local/include/limits.h, /home/nsama/bsd/psr/ft/include/ftlib.h, 
/home/nsama/bsd/psr/ospf/include/vcrsstr.h, 
../../stacks/ip/ip_header_translation.h, ../../stacks/ip/vip.h, 
../../stacks/ip/vipstr.h, ../../stacks/ip/kip.h, ../../stacks/ip/vicmpstr.h, 
../../stacks/ip/vicmpusr.h, ../../stacks/ip/kicmp.h, 
../../stacks/ip/vrip2str.h, ../../stacks/ip/vripstr.h, 
../../stacks/ip/kripv2.h, ../../stacks/ip/krip.h, ../../stacks/ip/viprastr.h, 
../../stacks/ip/vrarpstr.h, ../../stacks/ip/vrarpusr.h, 
../../stacks/ip/varpstr.h, ../../stacks/ip/varpuser.h, ../../stacks/ip/karp.h, 
../../stacks/ip/vudpstr.h, ../../stacks/ip/vudpbuf.h, 
../../stacks/ip/vudpuser.h, ../../stacks/ip/kudp.h, 
../../stacks/ip/udp_raw_interface_structures.h, 
../../stacks/ip/udp_raw_interface.h, ../../stacks/ip/udp_socket_interface.h, 
../../stacks/ip/vipktstr.h, ../../stacks/ip/vipusstr.h, 
../../stacks/ip/kipuser.h, ../../stacks/ip/viprtstr.h, ../../stacks/ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrsnstr.h, ../../stacks/rtm/rtm_explib.h, 
../../stacks/rtm/rtm_enums.h, ../../stacks/rtm/rtm_constants.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_prototypes.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_structures.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_constants.h, 
../../stacks/rtm/rtm_lib.h, ../../stacks/ip/kroute.h, 
../../stacks/fast_path_ip/fast_path_ip_if.h, ../../stacks/mfapi/mfapi_explib.h, 
../../stacks/mfapi/mfapi_structures.h, ../../stacks/mfapi/mfapi_constants.h, 
../../stacks/mfapi/patricia_64_bits_key_prototypes.h, 
../../stacks/mfapi/patricia_64_bits_key_structures.h, 
../../stacks/mfapi/patricia_64_bits_key_constants.h, 
../../stacks/mfapi/patricia_64_bits_key.h, ../../stacks/mfapi/mfapi_enums.h, 
../../stacks/ip/ip.h, vnveth860.h, veth860.h, keth860.h, eth860.h, 
eth860init.c, socket_tcp_stubs.c, socket_call_back.c, socket.c, 
socket_old_compatibility_interface.h, 
/home/nsama/bsd/psr/ospf/include/vethstr.h, 
socket_old_compatibility_interface.c, socket_configuration.h, 
socket_functions.h, socket_globals.h, socket_structures.h, socket.h, 
../stacks/ip/udp_raw_interface_structures.h, ../stacks/ip/udp_raw_interface.h, 
../stacks/ip/udp_socket_interface.h, socket_tcp_stubs_include.h, 
../stacks/ip/vipusstr.h, ../stacks/ip/kipuser.h, socket_include.h, 
socket_utility.c, x_lists.c, /home/nsama/bsd/psr/ospf/include/acl.h, map.c, 
/home/nsama/bsd/psr/apollo/common/include/nxutil.h, 
/usr/local/include/asm/errno.h, /usr/local/include/linux/errno.h, 
/usr/local/include/bits/errno.h, /usr/local/include/errno.h, acl.c, snmpncfg.c, 
snmpglbl.c, miscutls.c, listutls.c, convutls.c, accesnmp.c, nvrmutil.c, 
vnvram.h, knvram.h, nvram.c, lsl_network_protocol_decode.c, 
/usr/local/include/stdio.h, lslbuff.c, lsl_without_header_translation.c, 
lsl_old_socket_compatibility.c, /home/nsama/bsd/psr/common/include/nxtypes.h, 
lslutil.c, /home/nsama/bsd/psr/ospf/include/ktr.h, lsltoken.c, lsltimer.c, 
vlslsnmp.h, lslsnmp.c, lslsnap.c, lslrx.c, lslport.c, vlslstr.h, lslmsg.c, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860quicc.h, lslinit.c, 
vlslctrl.h, rwos_lsl_api.h, vlsl.h, klsl.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, lsl.h, lslctrl.c, 
bin_ospf/trace_table.c, /home/nsama/bsd/psr/common/include/nxsanity.h, 
../drivers/include/phy.h, /home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
../drivers/eth860/veth860.h, ../drivers/eth860/keth860.h, 
../drivers/eth860/eth860.h, /home/nsama/bsd/psr/ospf/include/rwutils.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, /usr/local/include/bits/time.h, 
/usr/local/include/sys/time.h, /usr/local/include/getopt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/string.h, /usr/local/include/alloca.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/endian.h, 
/usr/local/include/endian.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/_G_config.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/features.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../sysdeps/unix/sysv/linux/_G_config.h, ../locale/xlocale.h, 
../include/xlocale.h, ../locale/locale.h, ../include/locale.h, 
../misc/sys/cdefs.h, ../include/sys/cdefs.h, ../include/features.h, 
../intl/libintl.h, ../include/libintl.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, 
../include/libc-symbols.h\n"
   "(gdb) "
#  Getting sources...done.
#  Open Source is an idea whose time has finally come.  See 
http://www.opensource.org/.
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\".\n"
   "Local exec file:\n"
   "\t`/tmp/test/ospf.out\', file type elf32-i386.\n"
   "\tEntry point: 0x8049400\n"
   "\t0x080480f4 - 0x08048107 is .interp\n"
   "\t0x08048108 - 0x08048128 is .note.ABI-tag\n"
   "\t0x08048128 - 0x0804838c is .hash\n"
   "\t0x0804838c - 0x080488cc is .dynsym\n"
   "\t0x080488cc - 0x08048b86 is .dynstr\n"
   "\t0x08048b86 - 0x08048c2e is .gnu.version\n"
   "\t0x08048c30 - 0x08048c60 is .gnu.version_r\n"
   "\t0x08048c60 - 0x08048c68 is .rel.got\n"
   "\t0x08048c68 - 0x08048c80 is .rel.bss\n"
   "\t0x08048c80 - 0x08048ee8 is .rel.plt\n"
   "\t0x08048ee8 - 0x08048f17 is .init\n"
   "\t0x08048f18 - 0x080493f8 is .plt\n"
   "\t0x08049400 - 0x080cb4fc is .text\n"
   "\t0x080cb4fc - 0x080cb516 is .fini\n"
   "\t0x080cb520 - 0x080cdc4c is .rodata\n"
   "\t0x080cec60 - 0x080f7a08 is .data\n"
   "\t0x080f7a08 - 0x080f7a0c is .eh_frame\n"
   "\t0x080f7a0c - 0x080f7a14 is .ctors\n"
   "\t0x080f7a14 - 0x080f7a1c is .dtors\n"
   "\t0x080f7a1c - 0x080f7b60 is .got\n"
   "\t0x080f7b60 - 0x080f7c00 is .dynamic\n"
   "\t0x080f7c00 - 0x080fbf38 is .bss\n"
   "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
#  Getting sources...
-> "info sources"
<- "Source files for which symbols have been read in:\n"
   "\n"
   "main.c, /usr/local/include/stdio.h, /usr/local/include/features.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/gnu/stubs.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/types.h, /usr/local/include/libio.h, 
/usr/local/include/_G_config.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/stdlib.h, /usr/local/include/sys/types.h, 
/usr/local/include/time.h, /usr/local/include/endian.h, 
/usr/local/include/bits/endian.h, /usr/local/include/sys/select.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/alloca.h, 
/usr/local/include/string.h, /usr/local/include/unistd.h, 
/usr/local/include/bits/posix_opt.h, /usr/local/include/bits/confname.h, 
/usr/local/include/getopt.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
/usr/local/include/sys/time.h, /usr/local/include/bits/time.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/lslproto.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, ../drivers/eth860/eth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/veth860quicc.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
/home/nsama/bsd/psr/ospf/include/acl.h, 
/home/nsama/bsd/psr/ospf/include/x_lists.h, 
/home/nsama/bsd/psr/ospf/include/map.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/common/include/nxtypes.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, 
/home/nsama/bsd/psr/common/include/nxtrace.h, init.c, 
../include/libc-symbols.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, ../include/libintl.h, 
../intl/libintl.h, ../include/features.h, ../include/sys/cdefs.h, 
../misc/sys/cdefs.h, ../include/locale.h, ../locale/locale.h, 
../include/xlocale.h, ../locale/xlocale.h, 
../sysdeps/unix/sysv/linux/_G_config.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/sched.h\n"
   "\n"
   "Source files for which symbols will be read in on demand:\n"
   "\n"
   "src/paramList.c, fast_path_ip_api.c, eth860phy.c, 
/home/nsama/bsd/psr/ospf/include/x_sockets.h, x_sockets.c, x_queue.c, 
sortlist.c, message_digest.h, message_digest_structures.h, 
message_digest_constants.h, message_digest.c, lsltx.c, vnvlsl.h, lslconfg.c, 
ospf_pdu.h, ospf_pdu.c, rtsrc/rtevalstub.c, rtsrc/asn1rt.c, rtsrc/asn1ber.c, 
rtsrc/asn1type.h, rtsrc/asn1per.h, rtsrc/asn1per.c, scp_api.c, scp.c, 
/usr/local/include/sys/errno.h, /home/nsama/bsd/psr/common/include/nxtrace.h, 
net.c, rtt.c, /home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1type.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/resource.h, /usr/local/include/sys/resource.h, 
sendrecv.c, scp_debug.c, /usr/local/include/bits/in.h, 
/usr/local/include/time.h, net.h, scp_debug.h, errors.h, scp_api.h, rtt.h, 
/home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1per.h, scp.h, scp_ctxt.h, 
/home/nsama/bsd/psr/apollo/common/include/mercury.h, 
/home/nsama/bsd/psr/apollo/common/nxip/include/iobuf.h, 
/home/nsama/bsd/psr/apollo/common/include/queue.h, 
/home/nsama/bsd/psr/apollo/common/include/iaclib.h, scp_ctxt.c, 
/home/nsama/bsd/psr/common/include/paramList.h, 
/usr/local/include/sys/syslog.h, /usr/local/include/syslog.h, src/nxtrace.c, 
src/ftobj.c, /usr/local/include/sys/types.h, /usr/local/include/unistd.h, 
src/ftlib.c, /home/nsama/bsd/psr/ft/include/ftmsgs.h, 
/usr/local/include/netinet/in.h, /usr/local/include/bits/socket.h, 
/usr/local/include/ctype.h, src/ftenv.c, xtm_clients.c, xtm_timer.h, 
xtm_timer.c, xtm_routes.h, /home/nsama/bsd/psr/ospf/include/x_lists.h, 
../../drivers/eth860/veth860.h, ../../drivers/eth860/veth860str.h, 
../../drivers/eth860/veth860quicc.h, ../../drivers/eth860/keth860.h, 
../../drivers/eth860/eth860.h, ../ip/vipstr.h, ../ip/varpuser.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, ../ip/vudpstr.h, ../ip/vudpbuf.h, 
../ip/vipusstr.h, /home/nsama/bsd/psr/ospf/include/visnpstr.h, xtm_routes.c, 
xtm_structures.h, xtm_clients.h, /usr/local/include/stdint.h, xtm_print.c, 
xtm_print.h, xtm_internal_clients.c, xtm_config.h, xtm_internal_clients.h, 
xtm_initialize.c, rtm_structures.h, rtm_patricia_32_bits_key.c, rtm_control.c, 
rtm_utilities.c, rtm_timer.c, rtm_queue.c, rtm_print_utilities.c, 
rtm_patricia_32_bits_key_structures.h, rtm_patricia_32_bits_key.h, 
rtm_patricia_32_bits_key_api.c, rtm_initialize.c, rtm_get_config.c, 
rtm_explib.c, rtm_config.h, rtm_globals.h, rtm_prototypes.h, rtm_explib.h, 
rtm_enums.h, rtm_constants.h, rtm_patricia_32_bits_key_prototypes.h, 
rtm_patricia_32_bits_key_constants.h, rtm.h, rtm_configuration.c, 
ospf_routing_table_updates.c, ospf_patricia_32_bits_key.c, 
ospf_inter_area_route_calculation.c, ospf_external_route_calculation.c, 
ospf_designated_router_election.c, ospf_routing_table.c, 
ospf_receive_database.c, ospf_patricia_route_table.c, ospf_neighbor_events.c, 
ospf_link_state_database.c, ospf_interface_events.c, ospf_hello.c, 
ospf_flood.c, ospf_external_routes.c, ospf_dijkstra.c, ospf_database_summary.c, 
ospf_control.c, ospf_checksum.c, ospf_transmit_acknowledgement.c, 
../xtm/xtm_clients.h, ../rtm/rtm_enums.h, ../rtm/rtm_constants.h, 
../xtm/xtm_routes.h, ../xtm/xtm_structures.h, 
/home/nsama/bsd/psr/asn1/ospf_cim/ospf_pdu.h, 
/home/nsama/bsd/psr/asn1/nxscp/encode_decode.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_api.h, 
/home/nsama/bsd/psr/asn1/nxscp/sendrecv.h, 
/home/nsama/bsd/psr/asn1/nxscp/rtt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_ctxt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp.h, /usr/local/include/sys/socket.h, 
ospf_cli.h, ospf_cli.c, ospf_shortest_path_calculation.c, 
ospf_routing_table_lookups.c, ospf_receive_acknowledgement.c, 
ospf_patricia_32_bits_key_api.c, ospf_neighbor_state_machine.h, 
ospf_neighbor_state_machine.c, ospf_link_state_advertisements.c, 
ospf_interface_state_machine.h, ospf_interface_state_machine.c, 
ospf_utilities.c, ospf_transmit_utilities.c, ospf_transmit_update.c, 
ospf_transmit_request.c, ospf_transmit_database.c, ospf_transmit.c, 
/home/nsama/bsd/psr/ospf/include/map.h, ospf_to_rtm.c, ospf_timer.c, 
ospf_snmp.h, ospf_snmp.c, ospf_receive_utilities.c, ospf_receive_update.c, 
ospf_receive_request.c, ospf_receive_packet.c, ospf_print_utilities.c, 
ospf_list_utilities.c, ospf_interface.c, ../ip/ip_header_translation.h, 
../ip/vip.h, ../ip/vicmpstr.h, ../ip/vicmpusr.h, ../ip/kicmp.h, 
../ip/vrip2str.h, ../ip/vripstr.h, ../ip/kripv2.h, ../ip/krip.h, 
../ip/viprastr.h, ../ip/vrarpstr.h, ../ip/vrarpusr.h, ../ip/varpstr.h, 
../ip/karp.h, ../ip/vudpuser.h, ../ip/kudp.h, 
../ip/udp_raw_interface_structures.h, ../ip/udp_raw_interface.h, 
../ip/udp_socket_interface.h, ../ip/viprtstr.h, ../ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrstr.h, 
/home/nsama/bsd/psr/ospf/include/rwos.h, ../ip/ip.h, ospf_structures.h, 
ospf_initialization.c, ospf_configuration.h, ospf_globals.h, 
ospf_patricia_route_table.h, ospf_prototypes.h, 
ospf_patricia_32_bits_key_prototypes.h, ospf_enums.h, ospf_constants.h, 
../ip/kroute.h, /home/nsama/bsd/psr/ospf/include/lslproto.h, 
/usr/local/include/libio.h, ospf.h, ospf_configuration.c, 
patricia_64_bits_key.c, mfapi.c, b_tree_update.c, b_tree_console.c, 
b_tree_api.c, b_tree.c, patricia_update.c, patricia_console.c, 
patricia_access.c, patricia_64_bits_key_api.c, mft_utils.c, mft.c, 
mfapi_rsrr_support.c, mfapi_init.c, mfapi_console.c, mfapi_globals.h, 
mfapi_explib.h, mfapi_prototypes.h, mfapi_structures.h, mfapi_enums.h, 
mfapi_constants.h, patricia_64_bits_key_prototypes.h, 
patricia_64_bits_key_structures.h, patricia_64_bits_key_constants.h, 
patricia_64_bits_key.h, ../ip/kip.h, ../ip/vipktstr.h, ../ip/kipuser.h, 
../ip/ipexplib.h, mfapi.h, mfapi_api.c, ipconfig.c, ip_port_config.c, 
ip_old_port_config.c, icmpprnt.c, ripv2reppr.c, ipsrcrt.c, ipremacc.c, 
ipreassm.c, ipoptns.c, ipmfwdr.c, ipfwdr.c, ipfragtx_fragment.c, ipfragtx.c, 
ipctrl_route_cache.c, ipctrl.c, ipbuf.c, ip_static_routes_from_rtm.c, 
ip_header_translation.c, ip_config_static_routes.c, icmptx.c, icmprxpr.c, 
vicmp.h, icmprx.c, arptx.c, arprx.c, arplist.c, arp.c, udptx.c, udprx.c, 
udp_socket_interface.c, udp_raw_interface.c, ripv2tx.c, ripv2rxrep.c, 
ripv2rx.c, ripv2key.c, riptxrep.c, riptx.c, riprxrep.c, riprx.c, ripreppr.c, 
ripinit.c, /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
vrip2snmp.h, rip2snmp.c, rip2auth.c, rip.c, rarp.c, iputil.c, iptxpr.c, iptx.c, 
iptransp.c, iptimer.c, vudpsnmp.h, vicmsnmp.h, varpsnmp.h, vipsnmp.h, ipsnmp.c, 
iprxpr.c, iprxhdpr.c, iprxassm.c, iprx_forwarder.c, iprx.c, iproute_utility.c, 
iproute.c, vipprint.h, ipprint.c, ipnwcnfg_get.c, ipnwcnfg.c, 
../fast_path_ip/fast_path_ip_structures.h, ipinit.c, ipexcnfg.c, 
ipconfig_set.c, vnvip.h, vipstr.h, vudpstr.h, vudpbuf.h, vipusstr.h, 
ipconfig_get.c, ip_header_translation.h, vip.h, 
/home/nsama/bsd/psr/ospf/include/vnvrmstr.h, kip.h, vicmpstr.h, vicmpusr.h, 
kicmp.h, vrip2str.h, vripstr.h, kripv2.h, krip.h, viprastr.h, vrarpstr.h, 
vrarpusr.h, varpstr.h, varpuser.h, karp.h, vudpuser.h, kudp.h, 
udp_raw_interface_structures.h, udp_raw_interface.h, udp_socket_interface.h, 
vipktstr.h, kipuser.h, viprtstr.h, iplib.h, ../rtm/rtm_explib.h, 
../rtm/rtm_patricia_32_bits_key_prototypes.h, 
../rtm/rtm_patricia_32_bits_key_structures.h, 
../rtm/rtm_patricia_32_bits_key_constants.h, ../rtm/rtm_lib.h, kroute.h, 
../fast_path_ip/fast_path_ip_if.h, ../mfapi/mfapi_explib.h, 
../mfapi/mfapi_structures.h, ../mfapi/mfapi_constants.h, 
../mfapi/patricia_64_bits_key_prototypes.h, 
../mfapi/patricia_64_bits_key_structures.h, 
../mfapi/patricia_64_bits_key_constants.h, ../mfapi/patricia_64_bits_key.h, 
../mfapi/mfapi_enums.h, ip.h, fast_path_ip_support.c, fast_path_ip_cache.c, 
fast_path_ip_receive.c, fast_path_ip_printf.c, vnvfast_path_ip.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/types.h, 
/usr/local/include/stdlib.h, fast_path_ip_imported_function_prototypes.h, 
fast_path_ip_if.h, fast_path_ip_prototypes.h, fast_path_ip_defines.h, 
fast_path_ip_globals.h, fast_path_ip_structures.h, fast_path_ip_enums.h, 
fast_path_ip.h, fast_path_ip_init.c, rw_memory_functions.c, rwos_scheduler.c, 
rw_dispatcher_structures.h, rw_time_stamp_functions.c, rw_event_functions.c, 
rw_host_os_interface.h, rw_dispatcher_functions.h, rw_dispatcher_globals.h, 
rw_dispatcher_functions.c, rwcontainer.c, rw_linked_list_functions.h, 
rw_linked_list_structures.h, rw_container_functions.h, rw_linked_list.c, 
/home/nsama/bsd/psr/ospf/include/x_queue.h, /usr/local/include/bits/fcntl.h, 
/usr/local/include/fcntl.h, phyLane.c, veth860str.h, eth860ctrl.c, 
eth860util.c, eth860tx.c, ../include/phy.h, veth860quicc.h, 
/usr/local/include/bits/stat.h, /usr/local/include/sys/stat.h, eth860rx.c, 
/home/nsama/bsd/psr/ft/include/fttrace.h, 
/home/nsama/bsd/psr/common/include/nxlimits.h, /usr/local/include/arpa/inet.h, 
/usr/local/include/bits/byteswap.h, /usr/local/include/bits/wordsize.h, 
/usr/local/include/asm/sockios.h, /usr/local/include/asm/socket.h, 
/usr/local/include/bits/sockaddr.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/local/include/bits/posix2_lim.h, /usr/local/include/linux/limits.h, 
/usr/local/include/bits/local_lim.h, /usr/local/include/bits/posix1_lim.h, 
/usr/local/include/limits.h, /home/nsama/bsd/psr/ft/include/ftlib.h, 
/home/nsama/bsd/psr/ospf/include/vcrsstr.h, 
../../stacks/ip/ip_header_translation.h, ../../stacks/ip/vip.h, 
../../stacks/ip/vipstr.h, ../../stacks/ip/kip.h, ../../stacks/ip/vicmpstr.h, 
../../stacks/ip/vicmpusr.h, ../../stacks/ip/kicmp.h, 
../../stacks/ip/vrip2str.h, ../../stacks/ip/vripstr.h, 
../../stacks/ip/kripv2.h, ../../stacks/ip/krip.h, ../../stacks/ip/viprastr.h, 
../../stacks/ip/vrarpstr.h, ../../stacks/ip/vrarpusr.h, 
../../stacks/ip/varpstr.h, ../../stacks/ip/varpuser.h, ../../stacks/ip/karp.h, 
../../stacks/ip/vudpstr.h, ../../stacks/ip/vudpbuf.h, 
../../stacks/ip/vudpuser.h, ../../stacks/ip/kudp.h, 
../../stacks/ip/udp_raw_interface_structures.h, 
../../stacks/ip/udp_raw_interface.h, ../../stacks/ip/udp_socket_interface.h, 
../../stacks/ip/vipktstr.h, ../../stacks/ip/vipusstr.h, 
../../stacks/ip/kipuser.h, ../../stacks/ip/viprtstr.h, ../../stacks/ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrsnstr.h, ../../stacks/rtm/rtm_explib.h, 
../../stacks/rtm/rtm_enums.h, ../../stacks/rtm/rtm_constants.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_prototypes.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_structures.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_constants.h, 
../../stacks/rtm/rtm_lib.h, ../../stacks/ip/kroute.h, 
../../stacks/fast_path_ip/fast_path_ip_if.h, ../../stacks/mfapi/mfapi_explib.h, 
../../stacks/mfapi/mfapi_structures.h, ../../stacks/mfapi/mfapi_constants.h, 
../../stacks/mfapi/patricia_64_bits_key_prototypes.h, 
../../stacks/mfapi/patricia_64_bits_key_structures.h, 
../../stacks/mfapi/patricia_64_bits_key_constants.h, 
../../stacks/mfapi/patricia_64_bits_key.h, ../../stacks/mfapi/mfapi_enums.h, 
../../stacks/ip/ip.h, vnveth860.h, veth860.h, keth860.h, eth860.h, 
eth860init.c, socket_tcp_stubs.c, socket_call_back.c, socket.c, 
socket_old_compatibility_interface.h, 
/home/nsama/bsd/psr/ospf/include/vethstr.h, 
socket_old_compatibility_interface.c, socket_configuration.h, 
socket_functions.h, socket_globals.h, socket_structures.h, socket.h, 
../stacks/ip/udp_raw_interface_structures.h, ../stacks/ip/udp_raw_interface.h, 
../stacks/ip/udp_socket_interface.h, socket_tcp_stubs_include.h, 
../stacks/ip/vipusstr.h, ../stacks/ip/kipuser.h, socket_include.h, 
socket_utility.c, x_lists.c, /home/nsama/bsd/psr/ospf/include/acl.h, map.c, 
/home/nsama/bsd/psr/apollo/common/include/nxutil.h, 
/usr/local/include/asm/errno.h, /usr/local/include/linux/errno.h, 
/usr/local/include/bits/errno.h, /usr/local/include/errno.h, acl.c, snmpncfg.c, 
snmpglbl.c, miscutls.c, listutls.c, convutls.c, accesnmp.c, nvrmutil.c, 
vnvram.h, knvram.h, nvram.c, lsl_network_protocol_decode.c, 
/usr/local/include/stdio.h, lslbuff.c, lsl_without_header_translation.c, 
lsl_old_socket_compatibility.c, /home/nsama/bsd/psr/common/include/nxtypes.h, 
lslutil.c, /home/nsama/bsd/psr/ospf/include/ktr.h, lsltoken.c, lsltimer.c, 
vlslsnmp.h, lslsnmp.c, lslsnap.c, lslrx.c, lslport.c, vlslstr.h, lslmsg.c, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860quicc.h, lslinit.c, 
vlslctrl.h, rwos_lsl_api.h, vlsl.h, klsl.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, lsl.h, lslctrl.c, 
bin_ospf/trace_table.c, /home/nsama/bsd/psr/common/include/nxsanity.h, 
../drivers/include/phy.h, /home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
../drivers/eth860/veth860.h, ../drivers/eth860/keth860.h, 
../drivers/eth860/eth860.h, /home/nsama/bsd/psr/ospf/include/rwutils.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, /usr/local/include/bits/time.h, 
/usr/local/include/sys/time.h, /usr/local/include/getopt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/string.h, /usr/local/include/alloca.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/endian.h, 
/usr/local/include/endian.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/_G_config.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/features.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../sysdeps/unix/sysv/linux/_G_config.h, ../locale/xlocale.h, 
../include/xlocale.h, ../locale/locale.h, ../include/locale.h, 
../misc/sys/cdefs.h, ../include/sys/cdefs.h, ../include/features.h, 
../intl/libintl.h, ../include/libintl.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, 
../include/libc-symbols.h\n"
   "(gdb) "
#  Getting sources...done.
-> "break main"
<- "Breakpoint 1 at 0x80499fa: file main.c, line 178.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "1   breakpoint     keep y   0x080499fa in main at main.c:178\n"
   "(gdb) "
-> "info source"
<- "Current source file is main.c\n"
   "Compilation directory is /home/nsama/bsd/psr/ospf/main_linux/\n"
   "Located in /home/nsama/bsd/psr/ospf/main_linux/main.c\n"
   "Contains 226 lines.\n"
   "Source language is c.\n"
   "Compiled with stabs debugging format.\n"
   "(gdb) "
-> "delete 1"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
#  Getting sources...
-> "info sources"
<- "Source files for which symbols have been read in:\n"
   "\n"
   "main.c, /usr/local/include/stdio.h, /usr/local/include/features.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/gnu/stubs.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/types.h, /usr/local/include/libio.h, 
/usr/local/include/_G_config.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/stdlib.h, /usr/local/include/sys/types.h, 
/usr/local/include/time.h, /usr/local/include/endian.h, 
/usr/local/include/bits/endian.h, /usr/local/include/sys/select.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/alloca.h, 
/usr/local/include/string.h, /usr/local/include/unistd.h, 
/usr/local/include/bits/posix_opt.h, /usr/local/include/bits/confname.h, 
/usr/local/include/getopt.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
/usr/local/include/sys/time.h, /usr/local/include/bits/time.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/lslproto.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, ../drivers/eth860/eth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/veth860quicc.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
/home/nsama/bsd/psr/ospf/include/acl.h, 
/home/nsama/bsd/psr/ospf/include/x_lists.h, 
/home/nsama/bsd/psr/ospf/include/map.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/common/include/nxtypes.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, 
/home/nsama/bsd/psr/common/include/nxtrace.h, init.c, 
../include/libc-symbols.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, ../include/libintl.h, 
../intl/libintl.h, ../include/features.h, ../include/sys/cdefs.h, 
../misc/sys/cdefs.h, ../include/locale.h, ../locale/locale.h, 
../include/xlocale.h, ../locale/xlocale.h, 
../sysdeps/unix/sysv/linux/_G_config.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/sched.h\n"
   "\n"
   "Source files for which symbols will be read in on demand:\n"
   "\n"
   "src/paramList.c, fast_path_ip_api.c, eth860phy.c, 
/home/nsama/bsd/psr/ospf/include/x_sockets.h, x_sockets.c, x_queue.c, 
sortlist.c, message_digest.h, message_digest_structures.h, 
message_digest_constants.h, message_digest.c, lsltx.c, vnvlsl.h, lslconfg.c, 
ospf_pdu.h, ospf_pdu.c, rtsrc/rtevalstub.c, rtsrc/asn1rt.c, rtsrc/asn1ber.c, 
rtsrc/asn1type.h, rtsrc/asn1per.h, rtsrc/asn1per.c, scp_api.c, scp.c, 
/usr/local/include/sys/errno.h, /home/nsama/bsd/psr/common/include/nxtrace.h, 
net.c, rtt.c, /home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1type.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/resource.h, /usr/local/include/sys/resource.h, 
sendrecv.c, scp_debug.c, /usr/local/include/bits/in.h, 
/usr/local/include/time.h, net.h, scp_debug.h, errors.h, scp_api.h, rtt.h, 
/home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1per.h, scp.h, scp_ctxt.h, 
/home/nsama/bsd/psr/apollo/common/include/mercury.h, 
/home/nsama/bsd/psr/apollo/common/nxip/include/iobuf.h, 
/home/nsama/bsd/psr/apollo/common/include/queue.h, 
/home/nsama/bsd/psr/apollo/common/include/iaclib.h, scp_ctxt.c, 
/home/nsama/bsd/psr/common/include/paramList.h, 
/usr/local/include/sys/syslog.h, /usr/local/include/syslog.h, src/nxtrace.c, 
src/ftobj.c, /usr/local/include/sys/types.h, /usr/local/include/unistd.h, 
src/ftlib.c, /home/nsama/bsd/psr/ft/include/ftmsgs.h, 
/usr/local/include/netinet/in.h, /usr/local/include/bits/socket.h, 
/usr/local/include/ctype.h, src/ftenv.c, xtm_clients.c, xtm_timer.h, 
xtm_timer.c, xtm_routes.h, /home/nsama/bsd/psr/ospf/include/x_lists.h, 
../../drivers/eth860/veth860.h, ../../drivers/eth860/veth860str.h, 
../../drivers/eth860/veth860quicc.h, ../../drivers/eth860/keth860.h, 
../../drivers/eth860/eth860.h, ../ip/vipstr.h, ../ip/varpuser.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, ../ip/vudpstr.h, ../ip/vudpbuf.h, 
../ip/vipusstr.h, /home/nsama/bsd/psr/ospf/include/visnpstr.h, xtm_routes.c, 
xtm_structures.h, xtm_clients.h, /usr/local/include/stdint.h, xtm_print.c, 
xtm_print.h, xtm_internal_clients.c, xtm_config.h, xtm_internal_clients.h, 
xtm_initialize.c, rtm_structures.h, rtm_patricia_32_bits_key.c, rtm_control.c, 
rtm_utilities.c, rtm_timer.c, rtm_queue.c, rtm_print_utilities.c, 
rtm_patricia_32_bits_key_structures.h, rtm_patricia_32_bits_key.h, 
rtm_patricia_32_bits_key_api.c, rtm_initialize.c, rtm_get_config.c, 
rtm_explib.c, rtm_config.h, rtm_globals.h, rtm_prototypes.h, rtm_explib.h, 
rtm_enums.h, rtm_constants.h, rtm_patricia_32_bits_key_prototypes.h, 
rtm_patricia_32_bits_key_constants.h, rtm.h, rtm_configuration.c, 
ospf_routing_table_updates.c, ospf_patricia_32_bits_key.c, 
ospf_inter_area_route_calculation.c, ospf_external_route_calculation.c, 
ospf_designated_router_election.c, ospf_routing_table.c, 
ospf_receive_database.c, ospf_patricia_route_table.c, ospf_neighbor_events.c, 
ospf_link_state_database.c, ospf_interface_events.c, ospf_hello.c, 
ospf_flood.c, ospf_external_routes.c, ospf_dijkstra.c, ospf_database_summary.c, 
ospf_control.c, ospf_checksum.c, ospf_transmit_acknowledgement.c, 
../xtm/xtm_clients.h, ../rtm/rtm_enums.h, ../rtm/rtm_constants.h, 
../xtm/xtm_routes.h, ../xtm/xtm_structures.h, 
/home/nsama/bsd/psr/asn1/ospf_cim/ospf_pdu.h, 
/home/nsama/bsd/psr/asn1/nxscp/encode_decode.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_api.h, 
/home/nsama/bsd/psr/asn1/nxscp/sendrecv.h, 
/home/nsama/bsd/psr/asn1/nxscp/rtt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_ctxt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp.h, /usr/local/include/sys/socket.h, 
ospf_cli.h, ospf_cli.c, ospf_shortest_path_calculation.c, 
ospf_routing_table_lookups.c, ospf_receive_acknowledgement.c, 
ospf_patricia_32_bits_key_api.c, ospf_neighbor_state_machine.h, 
ospf_neighbor_state_machine.c, ospf_link_state_advertisements.c, 
ospf_interface_state_machine.h, ospf_interface_state_machine.c, 
ospf_utilities.c, ospf_transmit_utilities.c, ospf_transmit_update.c, 
ospf_transmit_request.c, ospf_transmit_database.c, ospf_transmit.c, 
/home/nsama/bsd/psr/ospf/include/map.h, ospf_to_rtm.c, ospf_timer.c, 
ospf_snmp.h, ospf_snmp.c, ospf_receive_utilities.c, ospf_receive_update.c, 
ospf_receive_request.c, ospf_receive_packet.c, ospf_print_utilities.c, 
ospf_list_utilities.c, ospf_interface.c, ../ip/ip_header_translation.h, 
../ip/vip.h, ../ip/vicmpstr.h, ../ip/vicmpusr.h, ../ip/kicmp.h, 
../ip/vrip2str.h, ../ip/vripstr.h, ../ip/kripv2.h, ../ip/krip.h, 
../ip/viprastr.h, ../ip/vrarpstr.h, ../ip/vrarpusr.h, ../ip/varpstr.h, 
../ip/karp.h, ../ip/vudpuser.h, ../ip/kudp.h, 
../ip/udp_raw_interface_structures.h, ../ip/udp_raw_interface.h, 
../ip/udp_socket_interface.h, ../ip/viprtstr.h, ../ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrstr.h, 
/home/nsama/bsd/psr/ospf/include/rwos.h, ../ip/ip.h, ospf_structures.h, 
ospf_initialization.c, ospf_configuration.h, ospf_globals.h, 
ospf_patricia_route_table.h, ospf_prototypes.h, 
ospf_patricia_32_bits_key_prototypes.h, ospf_enums.h, ospf_constants.h, 
../ip/kroute.h, /home/nsama/bsd/psr/ospf/include/lslproto.h, 
/usr/local/include/libio.h, ospf.h, ospf_configuration.c, 
patricia_64_bits_key.c, mfapi.c, b_tree_update.c, b_tree_console.c, 
b_tree_api.c, b_tree.c, patricia_update.c, patricia_console.c, 
patricia_access.c, patricia_64_bits_key_api.c, mft_utils.c, mft.c, 
mfapi_rsrr_support.c, mfapi_init.c, mfapi_console.c, mfapi_globals.h, 
mfapi_explib.h, mfapi_prototypes.h, mfapi_structures.h, mfapi_enums.h, 
mfapi_constants.h, patricia_64_bits_key_prototypes.h, 
patricia_64_bits_key_structures.h, patricia_64_bits_key_constants.h, 
patricia_64_bits_key.h, ../ip/kip.h, ../ip/vipktstr.h, ../ip/kipuser.h, 
../ip/ipexplib.h, mfapi.h, mfapi_api.c, ipconfig.c, ip_port_config.c, 
ip_old_port_config.c, icmpprnt.c, ripv2reppr.c, ipsrcrt.c, ipremacc.c, 
ipreassm.c, ipoptns.c, ipmfwdr.c, ipfwdr.c, ipfragtx_fragment.c, ipfragtx.c, 
ipctrl_route_cache.c, ipctrl.c, ipbuf.c, ip_static_routes_from_rtm.c, 
ip_header_translation.c, ip_config_static_routes.c, icmptx.c, icmprxpr.c, 
vicmp.h, icmprx.c, arptx.c, arprx.c, arplist.c, arp.c, udptx.c, udprx.c, 
udp_socket_interface.c, udp_raw_interface.c, ripv2tx.c, ripv2rxrep.c, 
ripv2rx.c, ripv2key.c, riptxrep.c, riptx.c, riprxrep.c, riprx.c, ripreppr.c, 
ripinit.c, /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
vrip2snmp.h, rip2snmp.c, rip2auth.c, rip.c, rarp.c, iputil.c, iptxpr.c, iptx.c, 
iptransp.c, iptimer.c, vudpsnmp.h, vicmsnmp.h, varpsnmp.h, vipsnmp.h, ipsnmp.c, 
iprxpr.c, iprxhdpr.c, iprxassm.c, iprx_forwarder.c, iprx.c, iproute_utility.c, 
iproute.c, vipprint.h, ipprint.c, ipnwcnfg_get.c, ipnwcnfg.c, 
../fast_path_ip/fast_path_ip_structures.h, ipinit.c, ipexcnfg.c, 
ipconfig_set.c, vnvip.h, vipstr.h, vudpstr.h, vudpbuf.h, vipusstr.h, 
ipconfig_get.c, ip_header_translation.h, vip.h, 
/home/nsama/bsd/psr/ospf/include/vnvrmstr.h, kip.h, vicmpstr.h, vicmpusr.h, 
kicmp.h, vrip2str.h, vripstr.h, kripv2.h, krip.h, viprastr.h, vrarpstr.h, 
vrarpusr.h, varpstr.h, varpuser.h, karp.h, vudpuser.h, kudp.h, 
udp_raw_interface_structures.h, udp_raw_interface.h, udp_socket_interface.h, 
vipktstr.h, kipuser.h, viprtstr.h, iplib.h, ../rtm/rtm_explib.h, 
../rtm/rtm_patricia_32_bits_key_prototypes.h, 
../rtm/rtm_patricia_32_bits_key_structures.h, 
../rtm/rtm_patricia_32_bits_key_constants.h, ../rtm/rtm_lib.h, kroute.h, 
../fast_path_ip/fast_path_ip_if.h, ../mfapi/mfapi_explib.h, 
../mfapi/mfapi_structures.h, ../mfapi/mfapi_constants.h, 
../mfapi/patricia_64_bits_key_prototypes.h, 
../mfapi/patricia_64_bits_key_structures.h, 
../mfapi/patricia_64_bits_key_constants.h, ../mfapi/patricia_64_bits_key.h, 
../mfapi/mfapi_enums.h, ip.h, fast_path_ip_support.c, fast_path_ip_cache.c, 
fast_path_ip_receive.c, fast_path_ip_printf.c, vnvfast_path_ip.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/types.h, 
/usr/local/include/stdlib.h, fast_path_ip_imported_function_prototypes.h, 
fast_path_ip_if.h, fast_path_ip_prototypes.h, fast_path_ip_defines.h, 
fast_path_ip_globals.h, fast_path_ip_structures.h, fast_path_ip_enums.h, 
fast_path_ip.h, fast_path_ip_init.c, rw_memory_functions.c, rwos_scheduler.c, 
rw_dispatcher_structures.h, rw_time_stamp_functions.c, rw_event_functions.c, 
rw_host_os_interface.h, rw_dispatcher_functions.h, rw_dispatcher_globals.h, 
rw_dispatcher_functions.c, rwcontainer.c, rw_linked_list_functions.h, 
rw_linked_list_structures.h, rw_container_functions.h, rw_linked_list.c, 
/home/nsama/bsd/psr/ospf/include/x_queue.h, /usr/local/include/bits/fcntl.h, 
/usr/local/include/fcntl.h, phyLane.c, veth860str.h, eth860ctrl.c, 
eth860util.c, eth860tx.c, ../include/phy.h, veth860quicc.h, 
/usr/local/include/bits/stat.h, /usr/local/include/sys/stat.h, eth860rx.c, 
/home/nsama/bsd/psr/ft/include/fttrace.h, 
/home/nsama/bsd/psr/common/include/nxlimits.h, /usr/local/include/arpa/inet.h, 
/usr/local/include/bits/byteswap.h, /usr/local/include/bits/wordsize.h, 
/usr/local/include/asm/sockios.h, /usr/local/include/asm/socket.h, 
/usr/local/include/bits/sockaddr.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/local/include/bits/posix2_lim.h, /usr/local/include/linux/limits.h, 
/usr/local/include/bits/local_lim.h, /usr/local/include/bits/posix1_lim.h, 
/usr/local/include/limits.h, /home/nsama/bsd/psr/ft/include/ftlib.h, 
/home/nsama/bsd/psr/ospf/include/vcrsstr.h, 
../../stacks/ip/ip_header_translation.h, ../../stacks/ip/vip.h, 
../../stacks/ip/vipstr.h, ../../stacks/ip/kip.h, ../../stacks/ip/vicmpstr.h, 
../../stacks/ip/vicmpusr.h, ../../stacks/ip/kicmp.h, 
../../stacks/ip/vrip2str.h, ../../stacks/ip/vripstr.h, 
../../stacks/ip/kripv2.h, ../../stacks/ip/krip.h, ../../stacks/ip/viprastr.h, 
../../stacks/ip/vrarpstr.h, ../../stacks/ip/vrarpusr.h, 
../../stacks/ip/varpstr.h, ../../stacks/ip/varpuser.h, ../../stacks/ip/karp.h, 
../../stacks/ip/vudpstr.h, ../../stacks/ip/vudpbuf.h, 
../../stacks/ip/vudpuser.h, ../../stacks/ip/kudp.h, 
../../stacks/ip/udp_raw_interface_structures.h, 
../../stacks/ip/udp_raw_interface.h, ../../stacks/ip/udp_socket_interface.h, 
../../stacks/ip/vipktstr.h, ../../stacks/ip/vipusstr.h, 
../../stacks/ip/kipuser.h, ../../stacks/ip/viprtstr.h, ../../stacks/ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrsnstr.h, ../../stacks/rtm/rtm_explib.h, 
../../stacks/rtm/rtm_enums.h, ../../stacks/rtm/rtm_constants.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_prototypes.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_structures.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_constants.h, 
../../stacks/rtm/rtm_lib.h, ../../stacks/ip/kroute.h, 
../../stacks/fast_path_ip/fast_path_ip_if.h, ../../stacks/mfapi/mfapi_explib.h, 
../../stacks/mfapi/mfapi_structures.h, ../../stacks/mfapi/mfapi_constants.h, 
../../stacks/mfapi/patricia_64_bits_key_prototypes.h, 
../../stacks/mfapi/patricia_64_bits_key_structures.h, 
../../stacks/mfapi/patricia_64_bits_key_constants.h, 
../../stacks/mfapi/patricia_64_bits_key.h, ../../stacks/mfapi/mfapi_enums.h, 
../../stacks/ip/ip.h, vnveth860.h, veth860.h, keth860.h, eth860.h, 
eth860init.c, socket_tcp_stubs.c, socket_call_back.c, socket.c, 
socket_old_compatibility_interface.h, 
/home/nsama/bsd/psr/ospf/include/vethstr.h, 
socket_old_compatibility_interface.c, socket_configuration.h, 
socket_functions.h, socket_globals.h, socket_structures.h, socket.h, 
../stacks/ip/udp_raw_interface_structures.h, ../stacks/ip/udp_raw_interface.h, 
../stacks/ip/udp_socket_interface.h, socket_tcp_stubs_include.h, 
../stacks/ip/vipusstr.h, ../stacks/ip/kipuser.h, socket_include.h, 
socket_utility.c, x_lists.c, /home/nsama/bsd/psr/ospf/include/acl.h, map.c, 
/home/nsama/bsd/psr/apollo/common/include/nxutil.h, 
/usr/local/include/asm/errno.h, /usr/local/include/linux/errno.h, 
/usr/local/include/bits/errno.h, /usr/local/include/errno.h, acl.c, snmpncfg.c, 
snmpglbl.c, miscutls.c, listutls.c, convutls.c, accesnmp.c, nvrmutil.c, 
vnvram.h, knvram.h, nvram.c, lsl_network_protocol_decode.c, 
/usr/local/include/stdio.h, lslbuff.c, lsl_without_header_translation.c, 
lsl_old_socket_compatibility.c, /home/nsama/bsd/psr/common/include/nxtypes.h, 
lslutil.c, /home/nsama/bsd/psr/ospf/include/ktr.h, lsltoken.c, lsltimer.c, 
vlslsnmp.h, lslsnmp.c, lslsnap.c, lslrx.c, lslport.c, vlslstr.h, lslmsg.c, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860quicc.h, lslinit.c, 
vlslctrl.h, rwos_lsl_api.h, vlsl.h, klsl.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, lsl.h, lslctrl.c, 
bin_ospf/trace_table.c, /home/nsama/bsd/psr/common/include/nxsanity.h, 
../drivers/include/phy.h, /home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
../drivers/eth860/veth860.h, ../drivers/eth860/keth860.h, 
../drivers/eth860/eth860.h, /home/nsama/bsd/psr/ospf/include/rwutils.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, /usr/local/include/bits/time.h, 
/usr/local/include/sys/time.h, /usr/local/include/getopt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/string.h, /usr/local/include/alloca.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/endian.h, 
/usr/local/include/endian.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/_G_config.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/features.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../sysdeps/unix/sysv/linux/_G_config.h, ../locale/xlocale.h, 
../include/xlocale.h, ../locale/locale.h, ../include/locale.h, 
../misc/sys/cdefs.h, ../include/sys/cdefs.h, ../include/features.h, 
../intl/libintl.h, ../include/libintl.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, 
../include/libc-symbols.h\n"
   "(gdb) "
#  Getting sources...done.
#  Open Source is an idea whose time has finally come.  See 
http://www.opensource.org/.
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\".\n"
   "Local exec file:\n"
   "\t`/tmp/test/ospf.out\', file type elf32-i386.\n"
   "\tEntry point: 0x8049400\n"
   "\t0x080480f4 - 0x08048107 is .interp\n"
   "\t0x08048108 - 0x08048128 is .note.ABI-tag\n"
   "\t0x08048128 - 0x0804838c is .hash\n"
   "\t0x0804838c - 0x080488cc is .dynsym\n"
   "\t0x080488cc - 0x08048b86 is .dynstr\n"
   "\t0x08048b86 - 0x08048c2e is .gnu.version\n"
   "\t0x08048c30 - 0x08048c60 is .gnu.version_r\n"
   "\t0x08048c60 - 0x08048c68 is .rel.got\n"
   "\t0x08048c68 - 0x08048c80 is .rel.bss\n"
   "\t0x08048c80 - 0x08048ee8 is .rel.plt\n"
   "\t0x08048ee8 - 0x08048f17 is .init\n"
   "\t0x08048f18 - 0x080493f8 is .plt\n"
   "\t0x08049400 - 0x080cb4fc is .text\n"
   "\t0x080cb4fc - 0x080cb516 is .fini\n"
   "\t0x080cb520 - 0x080cdc4c is .rodata\n"
   "\t0x080cec60 - 0x080f7a08 is .data\n"
   "\t0x080f7a08 - 0x080f7a0c is .eh_frame\n"
   "\t0x080f7a0c - 0x080f7a14 is .ctors\n"
   "\t0x080f7a14 - 0x080f7a1c is .dtors\n"
   "\t0x080f7a1c - 0x080f7b60 is .got\n"
   "\t0x080f7b60 - 0x080f7c00 is .dynamic\n"
   "\t0x080f7c00 - 0x080fbf38 is .bss\n"
   "(gdb) "
-> "info program"
<- "The program being debugged is not being run.\n"
   "(gdb) "
#  Lsl_without_header_translation.c
#  Lsl_without_header_translation.c
-> "info line lsl_without_header_translation.c:1"
<- "Line 1 of \"lsl_without_header_translation.c\" is at address 0x804ddc0 
<lsl_protocol_default_receive_routine> but contains no code.\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:1:0:beg:0x804ddc0\n"
   "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints.\n"
   "(gdb) "
#  Reading file 
"/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c"...
#  Reading file 
"/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c"...done.
#  File "/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c" 600 
lines, 24328 characters
-> "output sptr_device_driver_entry"
<- "No symbol \"sptr_device_driver_entry\" in current context.\n"
   "(gdb) "
-> "output number_of_bytes_rxed"
<- "No symbol \"number_of_bytes_rxed\" in current context.\n"
   "(gdb) "
-> "output return_code"
<- "No symbol \"return_code\" in current context.\n"
   "(gdb) "
-> "info source"
<- "Current source file is lsl_without_header_translation.c\n"
   "Compilation directory is /home/nsama/bsd/psr/ospf/lsl/\n"
   "Located in /home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c\n"
   "Contains 600 lines.\n"
   "Source language is c.\n"
   "Compiled with stabs debugging format.\n"
   "(gdb) "
-> "break lsl_without_header_translation.c:137"
<- "Breakpoint 2 at 0x804df1d: file lsl_without_header_translation.c, line 
137.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "(gdb) "
-> "output sptr_device_driver_entry->fptr_rx_buffer_return"
<- "No symbol \"sptr_device_driver_entry\" in current context.\n"
   "(gdb) "
-> "break lsl_without_header_translation.c:142"
<- "Breakpoint 3 at 0x804df45: file lsl_without_header_translation.c, line 
142.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "(gdb) "
-> "output sptr_device_driver_entry->fptr_give_packet_to_protocol_stacks"
<- "No symbol \"sptr_device_driver_entry\" in current context.\n"
   "(gdb) "
#  Retrieving Command Definitions...
-> "help user-defined"
<- "User-defined commands.\n"
   "The commands in this class are those defined by the user.\n"
   "Use the \"define\" command to define a command.\n"
   "\n"
   "List of commands:\n"
   "\n"
   "\n"
   "Type \"help\" followed by command name for full documentation.\n"
   "Command name abbreviations are allowed if unambiguous.\n"
   "(gdb) "
#  Retrieving Command Definitions...done.
-> "watch return_code"
<- "No symbol \"return_code\" in current context.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "(gdb) "
-> "watch return_code"
<- "No symbol \"return_code\" in current context.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "(gdb) "
#  Getting list of processes...
+  /bin/sh -c 'ps x 2> /dev/null || ps -ef 2> /dev/null || ps'
-> "shell kill -0 889 938 946 950 963 965 967 969 979 981 985 986 987 988 990 
991 992 993 995 996 997 998 1000 1001 1002 1003 1046 2050 2052 2053 2054 2055 
2056 2057 2058 2124 2125 2126 2127 2129 2130 2131 2132 2134 2135 2136 2137 2139 
2140 2141 2142 2211 2212 2213 2214 2216 2217 2218 2219 2944 6181 6372 6373 6374 
6586 6604 8487 8525 8526 8528 13607 18406 18421"
<- "(gdb) "
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\"."
<- "Local exec file:"
<- "\t`/tmp/test/ospf.out\', file type elf32-i386."
<- "\tEntry point: 0x8049400"
<- "\t0x080480f4 - 0x08048107 is .interp"
<- "\t0x08048108 - 0x08048128 is .note.ABI-tag"
<- "\t0x08048128 - 0x0804838c is .hash"
<- "\t0x0804838c - 0x080488cc is .dynsym"
<- "\t0x080488cc - 0x08048b86 is .dynstr"
<- "\t0x08048b86 - 0x08048c2e is .gnu.version"
<- "\t0x08048c30 - 0x08048c60 is .gnu.version_r"
<- "\t0x08048c60 - 0x08048c68 is .rel.got"
<- "\t0x08048c68 - 0x08048c80 is .rel.bss"
<- "\t0x08048c80 - 0x08048ee8 is .rel.plt"
<- "\t0x08048ee8 - 0x08048f17 is .init"
<- "\t0x08048f18 - 0x080493f8 is .plt"
<- "\t0x08049400 - 0x080cb4fc is .text"
<- "\t0x080cb4fc - 0x080cb516 is .fini"
<- "\t0x080cb520 - 0x080cdc4c is .rodata"
<- "\t0x080cec60 - 0x080f7a08 is .data"
<- "\t0x080f7a08 - 0x080f7a0c is .eh_frame"
<- "\t0x080f7a0c - 0x080f7a14 is .ctors"
<- "\t0x080f7a14 - 0x080f7a1c is .dtors"
<- "\t0x080f7a1c - 0x080f7b60 is .got"
<- "\t0x080f7b60 - 0x080f7c00 is .dynamic"
<- "\t0x080f7c00 - 0x080fbf38 is .bss"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run."
<- "(gdb) "
#  Getting list of processes...done.
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\"."
<- "Local exec file:"
<- "\t`/tmp/test/ospf.out\', file type elf32-i386."
<- "\tEntry point: 0x8049400"
<- "\t0x080480f4 - 0x08048107 is .interp"
<- "\t0x08048108 - 0x08048128 is .note.ABI-tag"
<- "\t0x08048128 - 0x0804838c is .hash"
<- "\t0x0804838c - 0x080488cc is .dynsym"
<- "\t0x080488cc - 0x08048b86 is .dynstr"
<- "\t0x08048b86 - 0x08048c2e is .gnu.version"
<- "\t0x08048c30 - 0x08048c60 is .gnu.version_r"
<- "\t0x08048c60 - 0x08048c68 is .rel.got"
<- "\t0x08048c68 - 0x08048c80 is .rel.bss"
<- "\t0x08048c80 - 0x08048ee8 is .rel.plt"
<- "\t0x08048ee8 - 0x08048f17 is .init"
<- "\t0x08048f18 - 0x080493f8 is .plt"
<- "\t0x08049400 - 0x080cb4fc is .text"
<- "\t0x080cb4fc - 0x080cb516 is .fini"
<- "\t0x080cb520 - 0x080cdc4c is .rodata"
<- "\t0x080cec60 - 0x080f7a08 is .data"
<- "\t0x080f7a08 - 0x080f7a0c is .eh_frame"
<- "\t0x080f7a0c - 0x080f7a14 is .ctors"
<- "\t0x080f7a14 - 0x080f7a1c is .dtors"
<- "\t0x080f7a1c - 0x080f7b60 is .got"
<- "\t0x080f7b60 - 0x080f7c00 is .dynamic"
<- "\t0x080f7c00 - 0x080fbf38 is .bss"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run."
<- "(gdb) "
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\".\n"
   "Local exec file:\n"
   "\t`/tmp/test/ospf.out\', file type elf32-i386.\n"
   "\tEntry point: 0x8049400\n"
   "\t0x080480f4 - 0x08048107 is .interp\n"
   "\t0x08048108 - 0x08048128 is .note.ABI-tag\n"
   "\t0x08048128 - 0x0804838c is .hash\n"
   "\t0x0804838c - 0x080488cc is .dynsym\n"
   "\t0x080488cc - 0x08048b86 is .dynstr\n"
   "\t0x08048b86 - 0x08048c2e is .gnu.version\n"
   "\t0x08048c30 - 0x08048c60 is .gnu.version_r\n"
   "\t0x08048c60 - 0x08048c68 is .rel.got\n"
   "\t0x08048c68 - 0x08048c80 is .rel.bss\n"
   "\t0x08048c80 - 0x08048ee8 is .rel.plt\n"
   "\t0x08048ee8 - 0x08048f17 is .init\n"
   "\t0x08048f18 - 0x080493f8 is .plt\n"
   "\t0x08049400 - 0x080cb4fc is .text\n"
   "\t0x080cb4fc - 0x080cb516 is .fini\n"
   "\t0x080cb520 - 0x080cdc4c is .rodata\n"
   "\t0x080cec60 - 0x080f7a08 is .data\n"
   "\t0x080f7a08 - 0x080f7a0c is .eh_frame\n"
   "\t0x080f7a0c - 0x080f7a14 is .ctors\n"
   "\t0x080f7a14 - 0x080f7a1c is .dtors\n"
   "\t0x080f7a1c - 0x080f7b60 is .got\n"
   "\t0x080f7b60 - 0x080f7c00 is .dynamic\n"
   "\t0x080f7c00 - 0x080fbf38 is .bss"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run."
<- "(gdb) "
-> "attach 18421"
<- "Attaching to program: /tmp/test/ospf.out, Pid 18421\n"
   "Reading symbols from /lib/libc.so.6..."
<- "done."
<- "Reading symbols from /lib/ld-linux.so.2..."
<- "done."
<- "0x400c817e in __select () from /lib/libc.so.6"
<- "(gdb) "
-> "where"
<- "#0  0x400c817e in __select () from /lib/libc.so.6"
<- "#1  0x4010b1ec in ?? () from /lib/libc.so.6"
<- "#2  0x400339cb in __libc_start_main (main=0x80499f4 <main>, argc=4"
<- ", argv=0xbffff9d4, init=0x8048ee8 <_init>, fini=0x80cb4fc <_fini>, 
rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffff9cc) at 
../sysdeps/generic/libc-start.c:92"
<- "(gdb) "
-> "frame"
<- "#0  0x400c817e in __select () from /lib/libc.so.6"
<- "(gdb) "
-> "info threads"
<- "(gdb) "
-> "display"
<- "(gdb) "
-> "output sptr_device_driver_entry"
<- "No symbol \"sptr_device_driver_entry\" in current context."
<- ""
<- "(gdb) "
-> "output sptr_device_driver_entry->real_port_number"
<- "No symbol \"sptr_device_driver_entry\" in current context."
<- ""
<- "(gdb) "
-> "output vptr_rx_buffer"
<- "No symbol \"vptr_rx_buffer\" in current context."
<- ""
<- "(gdb) "
-> "cont"
<- "Continuing."
<- ""
<- "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE"
<- ") at lsl_without_header_translation.c:142"
<- 
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What"
<- "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137"
<- "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142"
<- "\tbreakpoint already hit 1 time"
<- "(gdb) "
-> "output return_code"
<- "PACKET_RECOGNIZED_BUT_NOT_FORWARDED"
<- "(gdb) "
-> "watch return_code"
<- "Hardware watchpoint 4: return_code"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What"
<- "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137"
<- "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142"
<- "\tbreakpoint already hit 1 time"
<- "4   hw watchpoint  keep y   return_code"
<- "(gdb) "
-> "delete 4"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What"
<- "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137"
<- "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142"
<- "\tbreakpoint already hit 1 time"
<- "(gdb) "
-> "break urn_code ="
<- "Function \"urn_code\" not defined."
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What"
<- "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137"
<- "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142"
<- "\tbreakpoint already hit 1 time"
<- "(gdb) "
-> "output sptr_device_driver_entry->fptr_give_packet_to_protocol_stacks"
<- "(enum RX_PACKET_STATE (*)()) 0x804e1d8 
<lsl_give_ethernet_packet_to_protocol_stacks>"
<- "(gdb) "
-> "break return_code"
<- "\"return_code\" is not a function"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 1 time"
<- "(gdb) "
-> "break lsl_without_header_translation.c:132"
<- "Breakpoint 6 at 0x804def2: file lsl_without_header_translation.c, line 
132.\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 1 time\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "(gdb) "
-> "output sptr_device_driver_entry"
<- "(DEVICE_DRIVER_REGISTRATION_ENTRY *) 0x8103c10(gdb) "
-> "condition 6 return_code == PACKET_RECOGNIZED_AND_FORWARDED"
<- "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 1 time\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 2 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "next"
<- 
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:144:6018:beg:0x804df4e\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 2 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 3 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 4 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 5 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 6 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 7 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 8 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "output number_of_bytes_rxed"
<- "60(gdb) "
-> "output sptr_device_driver_entry"
<- "(DEVICE_DRIVER_REGISTRATION_ENTRY *) 0x8103c10(gdb) "
-> "output if"
<- "A parse error in expression, near `if\'.\n"
   "(gdb) "
-> "output return_code"
<- "PACKET_RECOGNIZED_BUT_NOT_FORWARDED(gdb) "
-> "frame"
<- "#0  poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "(gdb) "
-> "display return_code"
<- "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
#  Creating display...
#  Creating display...done.
#  Display 1: return_code (enabled, scope poll_for_packet_received)
#  Display 1: return_code (enabled, scope poll_for_packet_received)
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 9 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 6, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:132\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:132:5454:beg:0x804def2\n"
   "1: return_code = PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 9 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 1 time\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 10 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 1 time\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 11 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 1 time\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 12 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 1 time\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 13 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 1 time\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 14 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 1 time\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 3, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:142\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:142:5942:beg:0x804df45\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 15 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 1 time\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "cont"
<- "Continuing.\n"
   "\n"
   "Breakpoint 6, poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:132\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:132:5454:beg:0x804def2\n"
   "1: return_code = PACKET_RECOGNIZED_AND_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 15 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 2 times\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "output sptr_device_driver_entry"
<- "(DEVICE_DRIVER_REGISTRATION_ENTRY *) 0x8103c10(gdb) "
-> "output PACKET_NOT_RECOGNIZED"
<- "PACKET_NOT_RECOGNIZED(gdb) "
-> "output vptr_rx_buffer"
<- "(void *) 0x8102c80(gdb) "
-> "frame"
<- "#0  poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:132\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:132:5454:beg:0x804def2\n"
   "(gdb) "
-> "display vptr_rx_buffer"
<- "2: vptr_rx_buffer = (void *) 0x8102c80\n"
   "(gdb) "
#  Creating display...
#  Creating display...done.
#  Display 2: vptr_rx_buffer (enabled, scope poll_for_packet_received)
#  Display 2: vptr_rx_buffer (enabled, scope poll_for_packet_received)
#  Display 2: vptr_rx_buffer (enabled, scope poll_for_packet_received)
#  Display 2: vptr_rx_buffer (enabled, scope poll_for_packet_received)
-> "frame"
<- "#0  poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:132\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:132:5454:beg:0x804def2\n"
   "(gdb) "
-> "display *vptr_rx_buffer"
<- "3: *vptr_rx_buffer = Attempt to dereference a generic pointer.\n"
   "Disabling display 3 to avoid infinite recursion.\n"
   "(gdb) "
!  Attempt to dereference a generic pointer.
Disabling display 3 to avoid infinite recursion.
#  Creating display...
#  Creating display...done.
#  In display 3: *vptr_rx_buffer (double-click to show more)
#  In display 3: *vptr_rx_buffer (double-click to show more)
#  In display 3: *vptr_rx_buffer (double-click to show more)
#  In display 3: *vptr_rx_buffer (double-click to show more)
-> "frame"
<- "#0  poll_for_packet_received (return_from_poll=TRUE) at 
lsl_without_header_translation.c:132\n"
   
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:132:5454:beg:0x804def2\n"
   "(gdb) "
-> "undisplay 3"
<- "(gdb) "
#  Display 2: vptr_rx_buffer (enabled, scope poll_for_packet_received)
#  Display 2: vptr_rx_buffer (enabled, scope poll_for_packet_received)
-> "next"
<- 
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:135:5654:beg:0x804df17\n"
   "2: vptr_rx_buffer = (void *) 0x8102c80\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 15 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 2 times\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
-> "next"
<- 
"\032\032/home/nsama/bsd/psr/ospf/lsl/lsl_without_header_translation.c:140:5877:beg:0x804df3f\n"
   "2: vptr_rx_buffer = (void *) 0x8102c80\n"
   "1: return_code = PACKET_RECOGNIZED_BUT_NOT_FORWARDED\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 15 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 2 times\n"
   "(gdb) "
#  Updating displays...
#  Updating displays...done.
#  Getting sources...
-> "info sources"
<- "Source files for which symbols have been read in:\n"
   "\n"
   "lsl_without_header_translation.c, lslmsg.c, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
/home/nsama/bsd/psr/ospf/include/lslproto.h, 
/home/nsama/bsd/psr/ospf/include/visnpstr.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, vlslstr.h, lslctrl.c, 
/usr/local/include/time.h, lsl.h, /usr/local/include/stdlib.h, 
/usr/local/include/sys/types.h, /home/nsama/bsd/psr/ospf/include/rwos.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, klsl.h, 
vlsl.h, rwos_lsl_api.h, vlslctrl.h, bin_ospf/trace_table.c, 
/home/nsama/bsd/psr/common/include/nxtrace.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, main.c, 
/usr/local/include/stdio.h, /usr/local/include/features.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/bits/types.h, /usr/local/include/libio.h, 
/usr/local/include/_G_config.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/endian.h, /usr/local/include/bits/endian.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/select.h, 
/usr/local/include/bits/sigset.h, /usr/local/include/sys/sysmacros.h, 
/usr/local/include/alloca.h, /usr/local/include/string.h, 
/usr/local/include/unistd.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/getopt.h, 
/usr/local/include/sys/time.h, /usr/local/include/bits/time.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, ../drivers/eth860/eth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/veth860quicc.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
/home/nsama/bsd/psr/ospf/include/acl.h, 
/home/nsama/bsd/psr/ospf/include/x_lists.h, 
/home/nsama/bsd/psr/ospf/include/map.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/common/include/nxtypes.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, init.c, 
../include/libc-symbols.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, ../include/libintl.h, 
../intl/libintl.h, ../include/features.h, ../include/sys/cdefs.h, 
../misc/sys/cdefs.h, ../include/locale.h, ../locale/locale.h, 
../include/xlocale.h, ../locale/xlocale.h, 
../sysdeps/unix/sysv/linux/_G_config.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, ../sysdeps/generic/libc-start.c, 
../include/errno.h, ../sysdeps/unix/sysv/linux/bits/errno.h, 
/usr/include/linux/errno.h, /usr/include/asm/errno.h, ../include/fcntl.h, 
../io/fcntl.h, ../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, 
../posix/sys/types.h, ../include/sys/stat.h, ../io/sys/stat.h, ../time/time.h, 
../sysdeps/unix/sysv/linux/bits/stat.h, ../sysdeps/unix/sysv/linux/paths.h, 
../include/stdlib.h, ../stdlib/stdlib.h, ../include/alloca.h, 
../stdlib/alloca.h, ../posix/unistd.h, ../include/sys/ioctl.h, 
../misc/sys/ioctl.h, ../sysdeps/unix/sysv/linux/bits/ioctls.h, 
/usr/include/asm/ioctls.h, /usr/include/asm/ioctl.h, 
../sysdeps/unix/sysv/linux/bits/ioctl-types.h, 
../sysdeps/unix/sysv/linux/sys/ttydefaults.h, ../elf/ldsodefs.h, 
../include/elf.h, ../elf/elf.h, ../sysdeps/generic/stdint.h, 
../include/dlfcn.h, ../elf/dlfcn.h, ../sysdeps/generic/bits/dlfcn.h, 
../include/link.h, ../elf/link.h, ../sysdeps/generic/bits/elfclass.h, 
../sysdeps/unix/sysv/linux/init-first.c, ../include/unistd.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h, 
../sysdeps/generic/bits/environments.h, ../sysdeps/wordsize-32/bits/wordsize.h, 
../sysdeps/generic/bits/confname.h, ../include/getopt.h, ../posix/getopt.h, 
../sysdeps/unix/sysv/linux/i386/sysdep.h, ../sysdeps/unix/i386/sysdep.h, 
../sysdeps/unix/sysdep.h, ../sysdeps/generic/sysdep.h, 
../sysdeps/unix/sysv/linux/sys/syscall.h, /usr/include/asm/unistd.h, 
../sysdeps/i386/sysdep.h, ../include/fpu_control.h, 
../sysdeps/i386/fpu_control.h, /usr/include/linux/personality.h, 
/usr/include/linux/linkage.h, /usr/include/linux/ptrace.h, 
/usr/include/asm/ptrace.h, ../sysdeps/unix/sysv/linux/init-first.h, 
../include/sys/types.h, ../include/time.h, ../include/endian.h, 
../string/endian.h, ../sysdeps/i386/bits/endian.h, ../include/sys/select.h, 
../misc/sys/select.h, ../sysdeps/i386/bits/select.h, 
../sysdeps/unix/sysv/linux/bits/sigset.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, soinit.c, __select, dl-fini.c, 
dl-load.c, dl-dst.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/elf/trusted-dirs.h, 
../string/bits/string2.h, ../sysdeps/i386/dl-machine.h, 
../stdio-common/_itoa.h, dynamic-link.h, rtld.c, ../include/string.h, 
../string/string.h, ../sysdeps/i386/bits/string.h, ../include/bits/string2.h, 
../include/sys/mman.h, ../misc/sys/mman.h, 
../sysdeps/unix/sysv/linux/i386/bits/mman.h, ../sysdeps/generic/entry.h, 
../sysdeps/generic/hp-timing.h, ../sysdeps/unix/sysv/linux/sys/param.h, 
../include/limits.h, ../include/bits/posix1_lim.h, ../posix/bits/posix1_lim.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, 
/usr/include/linux/limits.h, ../include/bits/posix2_lim.h, 
../posix/bits/posix2_lim.h, ../include/bits/xopen_lim.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/bits/stdio_lim.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/include/linux/param.h, /usr/include/asm/param.h, ../include/assert.h, 
../assert/assert.h, ../sysdeps/unix/sysv/linux/i386/dl-librecon.h, do-rel.h\n"
   "\n"
   "Source files for which symbols will be read in on demand:\n"
   "\n"
   "src/paramList.c, fast_path_ip_api.c, eth860phy.c, 
/home/nsama/bsd/psr/ospf/include/x_sockets.h, x_sockets.c, x_queue.c, 
sortlist.c, message_digest.h, message_digest_structures.h, 
message_digest_constants.h, message_digest.c, lsltx.c, vnvlsl.h, lslconfg.c, 
ospf_pdu.h, ospf_pdu.c, rtsrc/rtevalstub.c, rtsrc/asn1rt.c, rtsrc/asn1ber.c, 
rtsrc/asn1type.h, rtsrc/asn1per.h, rtsrc/asn1per.c, scp_api.c, scp.c, 
/usr/local/include/sys/errno.h, /home/nsama/bsd/psr/common/include/nxtrace.h, 
net.c, rtt.c, /home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1type.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/resource.h, /usr/local/include/sys/resource.h, 
sendrecv.c, scp_debug.c, /usr/local/include/bits/in.h, 
/usr/local/include/time.h, net.h, scp_debug.h, errors.h, scp_api.h, rtt.h, 
/home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1per.h, scp.h, scp_ctxt.h, 
/home/nsama/bsd/psr/apollo/common/include/mercury.h, 
/home/nsama/bsd/psr/apollo/common/nxip/include/iobuf.h, 
/home/nsama/bsd/psr/apollo/common/include/queue.h, 
/home/nsama/bsd/psr/apollo/common/include/iaclib.h, scp_ctxt.c, 
/home/nsama/bsd/psr/common/include/paramList.h, 
/usr/local/include/sys/syslog.h, /usr/local/include/syslog.h, src/nxtrace.c, 
src/ftobj.c, /usr/local/include/sys/types.h, /usr/local/include/unistd.h, 
src/ftlib.c, /home/nsama/bsd/psr/ft/include/ftmsgs.h, 
/usr/local/include/netinet/in.h, /usr/local/include/bits/socket.h, 
/usr/local/include/ctype.h, src/ftenv.c, xtm_clients.c, xtm_timer.h, 
xtm_timer.c, xtm_routes.h, /home/nsama/bsd/psr/ospf/include/x_lists.h, 
../../drivers/eth860/veth860.h, ../../drivers/eth860/veth860str.h, 
../../drivers/eth860/veth860quicc.h, ../../drivers/eth860/keth860.h, 
../../drivers/eth860/eth860.h, ../ip/vipstr.h, ../ip/varpuser.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, ../ip/vudpstr.h, ../ip/vudpbuf.h, 
../ip/vipusstr.h, /home/nsama/bsd/psr/ospf/include/visnpstr.h, xtm_routes.c, 
xtm_structures.h, xtm_clients.h, /usr/local/include/stdint.h, xtm_print.c, 
xtm_print.h, xtm_internal_clients.c, xtm_config.h, xtm_internal_clients.h, 
xtm_initialize.c, rtm_structures.h, rtm_patricia_32_bits_key.c, rtm_control.c, 
rtm_utilities.c, rtm_timer.c, rtm_queue.c, rtm_print_utilities.c, 
rtm_patricia_32_bits_key_structures.h, rtm_patricia_32_bits_key.h, 
rtm_patricia_32_bits_key_api.c, rtm_initialize.c, rtm_get_config.c, 
rtm_explib.c, rtm_config.h, rtm_globals.h, rtm_prototypes.h, rtm_explib.h, 
rtm_enums.h, rtm_constants.h, rtm_patricia_32_bits_key_prototypes.h, 
rtm_patricia_32_bits_key_constants.h, rtm.h, rtm_configuration.c, 
ospf_routing_table_updates.c, ospf_patricia_32_bits_key.c, 
ospf_inter_area_route_calculation.c, ospf_external_route_calculation.c, 
ospf_designated_router_election.c, ospf_routing_table.c, 
ospf_receive_database.c, ospf_patricia_route_table.c, ospf_neighbor_events.c, 
ospf_link_state_database.c, ospf_interface_events.c, ospf_hello.c, 
ospf_flood.c, ospf_external_routes.c, ospf_dijkstra.c, ospf_database_summary.c, 
ospf_control.c, ospf_checksum.c, ospf_transmit_acknowledgement.c, 
../xtm/xtm_clients.h, ../rtm/rtm_enums.h, ../rtm/rtm_constants.h, 
../xtm/xtm_routes.h, ../xtm/xtm_structures.h, 
/home/nsama/bsd/psr/asn1/ospf_cim/ospf_pdu.h, 
/home/nsama/bsd/psr/asn1/nxscp/encode_decode.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_api.h, 
/home/nsama/bsd/psr/asn1/nxscp/sendrecv.h, 
/home/nsama/bsd/psr/asn1/nxscp/rtt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_ctxt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp.h, /usr/local/include/sys/socket.h, 
ospf_cli.h, ospf_cli.c, ospf_shortest_path_calculation.c, 
ospf_routing_table_lookups.c, ospf_receive_acknowledgement.c, 
ospf_patricia_32_bits_key_api.c, ospf_neighbor_state_machine.h, 
ospf_neighbor_state_machine.c, ospf_link_state_advertisements.c, 
ospf_interface_state_machine.h, ospf_interface_state_machine.c, 
ospf_utilities.c, ospf_transmit_utilities.c, ospf_transmit_update.c, 
ospf_transmit_request.c, ospf_transmit_database.c, ospf_transmit.c, 
/home/nsama/bsd/psr/ospf/include/map.h, ospf_to_rtm.c, ospf_timer.c, 
ospf_snmp.h, ospf_snmp.c, ospf_receive_utilities.c, ospf_receive_update.c, 
ospf_receive_request.c, ospf_receive_packet.c, ospf_print_utilities.c, 
ospf_list_utilities.c, ospf_interface.c, ../ip/ip_header_translation.h, 
../ip/vip.h, ../ip/vicmpstr.h, ../ip/vicmpusr.h, ../ip/kicmp.h, 
../ip/vrip2str.h, ../ip/vripstr.h, ../ip/kripv2.h, ../ip/krip.h, 
../ip/viprastr.h, ../ip/vrarpstr.h, ../ip/vrarpusr.h, ../ip/varpstr.h, 
../ip/karp.h, ../ip/vudpuser.h, ../ip/kudp.h, 
../ip/udp_raw_interface_structures.h, ../ip/udp_raw_interface.h, 
../ip/udp_socket_interface.h, ../ip/viprtstr.h, ../ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrstr.h, 
/home/nsama/bsd/psr/ospf/include/rwos.h, ../ip/ip.h, ospf_structures.h, 
ospf_initialization.c, ospf_configuration.h, ospf_globals.h, 
ospf_patricia_route_table.h, ospf_prototypes.h, 
ospf_patricia_32_bits_key_prototypes.h, ospf_enums.h, ospf_constants.h, 
../ip/kroute.h, /home/nsama/bsd/psr/ospf/include/lslproto.h, 
/usr/local/include/libio.h, ospf.h, ospf_configuration.c, 
patricia_64_bits_key.c, mfapi.c, b_tree_update.c, b_tree_console.c, 
b_tree_api.c, b_tree.c, patricia_update.c, patricia_console.c, 
patricia_access.c, patricia_64_bits_key_api.c, mft_utils.c, mft.c, 
mfapi_rsrr_support.c, mfapi_init.c, mfapi_console.c, mfapi_globals.h, 
mfapi_explib.h, mfapi_prototypes.h, mfapi_structures.h, mfapi_enums.h, 
mfapi_constants.h, patricia_64_bits_key_prototypes.h, 
patricia_64_bits_key_structures.h, patricia_64_bits_key_constants.h, 
patricia_64_bits_key.h, ../ip/kip.h, ../ip/vipktstr.h, ../ip/kipuser.h, 
../ip/ipexplib.h, mfapi.h, mfapi_api.c, ipconfig.c, ip_port_config.c, 
ip_old_port_config.c, icmpprnt.c, ripv2reppr.c, ipsrcrt.c, ipremacc.c, 
ipreassm.c, ipoptns.c, ipmfwdr.c, ipfwdr.c, ipfragtx_fragment.c, ipfragtx.c, 
ipctrl_route_cache.c, ipctrl.c, ipbuf.c, ip_static_routes_from_rtm.c, 
ip_header_translation.c, ip_config_static_routes.c, icmptx.c, icmprxpr.c, 
vicmp.h, icmprx.c, arptx.c, arprx.c, arplist.c, arp.c, udptx.c, udprx.c, 
udp_socket_interface.c, udp_raw_interface.c, ripv2tx.c, ripv2rxrep.c, 
ripv2rx.c, ripv2key.c, riptxrep.c, riptx.c, riprxrep.c, riprx.c, ripreppr.c, 
ripinit.c, /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
vrip2snmp.h, rip2snmp.c, rip2auth.c, rip.c, rarp.c, iputil.c, iptxpr.c, iptx.c, 
iptransp.c, iptimer.c, vudpsnmp.h, vicmsnmp.h, varpsnmp.h, vipsnmp.h, ipsnmp.c, 
iprxpr.c, iprxhdpr.c, iprxassm.c, iprx_forwarder.c, iprx.c, iproute_utility.c, 
iproute.c, vipprint.h, ipprint.c, ipnwcnfg_get.c, ipnwcnfg.c, 
../fast_path_ip/fast_path_ip_structures.h, ipinit.c, ipexcnfg.c, 
ipconfig_set.c, vnvip.h, vipstr.h, vudpstr.h, vudpbuf.h, vipusstr.h, 
ipconfig_get.c, ip_header_translation.h, vip.h, 
/home/nsama/bsd/psr/ospf/include/vnvrmstr.h, kip.h, vicmpstr.h, vicmpusr.h, 
kicmp.h, vrip2str.h, vripstr.h, kripv2.h, krip.h, viprastr.h, vrarpstr.h, 
vrarpusr.h, varpstr.h, varpuser.h, karp.h, vudpuser.h, kudp.h, 
udp_raw_interface_structures.h, udp_raw_interface.h, udp_socket_interface.h, 
vipktstr.h, kipuser.h, viprtstr.h, iplib.h, ../rtm/rtm_explib.h, 
../rtm/rtm_patricia_32_bits_key_prototypes.h, 
../rtm/rtm_patricia_32_bits_key_structures.h, 
../rtm/rtm_patricia_32_bits_key_constants.h, ../rtm/rtm_lib.h, kroute.h, 
../fast_path_ip/fast_path_ip_if.h, ../mfapi/mfapi_explib.h, 
../mfapi/mfapi_structures.h, ../mfapi/mfapi_constants.h, 
../mfapi/patricia_64_bits_key_prototypes.h, 
../mfapi/patricia_64_bits_key_structures.h, 
../mfapi/patricia_64_bits_key_constants.h, ../mfapi/patricia_64_bits_key.h, 
../mfapi/mfapi_enums.h, ip.h, fast_path_ip_support.c, fast_path_ip_cache.c, 
fast_path_ip_receive.c, fast_path_ip_printf.c, vnvfast_path_ip.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/types.h, 
/usr/local/include/stdlib.h, fast_path_ip_imported_function_prototypes.h, 
fast_path_ip_if.h, fast_path_ip_prototypes.h, fast_path_ip_defines.h, 
fast_path_ip_globals.h, fast_path_ip_structures.h, fast_path_ip_enums.h, 
fast_path_ip.h, fast_path_ip_init.c, rw_memory_functions.c, rwos_scheduler.c, 
rw_dispatcher_structures.h, rw_time_stamp_functions.c, rw_event_functions.c, 
rw_host_os_interface.h, rw_dispatcher_functions.h, rw_dispatcher_globals.h, 
rw_dispatcher_functions.c, rwcontainer.c, rw_linked_list_functions.h, 
rw_linked_list_structures.h, rw_container_functions.h, rw_linked_list.c, 
/home/nsama/bsd/psr/ospf/include/x_queue.h, /usr/local/include/bits/fcntl.h, 
/usr/local/include/fcntl.h, phyLane.c, veth860str.h, eth860ctrl.c, 
eth860util.c, eth860tx.c, ../include/phy.h, veth860quicc.h, 
/usr/local/include/bits/stat.h, /usr/local/include/sys/stat.h, eth860rx.c, 
/home/nsama/bsd/psr/ft/include/fttrace.h, 
/home/nsama/bsd/psr/common/include/nxlimits.h, /usr/local/include/arpa/inet.h, 
/usr/local/include/bits/byteswap.h, /usr/local/include/bits/wordsize.h, 
/usr/local/include/asm/sockios.h, /usr/local/include/asm/socket.h, 
/usr/local/include/bits/sockaddr.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/local/include/bits/posix2_lim.h, /usr/local/include/linux/limits.h, 
/usr/local/include/bits/local_lim.h, /usr/local/include/bits/posix1_lim.h, 
/usr/local/include/limits.h, /home/nsama/bsd/psr/ft/include/ftlib.h, 
/home/nsama/bsd/psr/ospf/include/vcrsstr.h, 
../../stacks/ip/ip_header_translation.h, ../../stacks/ip/vip.h, 
../../stacks/ip/vipstr.h, ../../stacks/ip/kip.h, ../../stacks/ip/vicmpstr.h, 
../../stacks/ip/vicmpusr.h, ../../stacks/ip/kicmp.h, 
../../stacks/ip/vrip2str.h, ../../stacks/ip/vripstr.h, 
../../stacks/ip/kripv2.h, ../../stacks/ip/krip.h, ../../stacks/ip/viprastr.h, 
../../stacks/ip/vrarpstr.h, ../../stacks/ip/vrarpusr.h, 
../../stacks/ip/varpstr.h, ../../stacks/ip/varpuser.h, ../../stacks/ip/karp.h, 
../../stacks/ip/vudpstr.h, ../../stacks/ip/vudpbuf.h, 
../../stacks/ip/vudpuser.h, ../../stacks/ip/kudp.h, 
../../stacks/ip/udp_raw_interface_structures.h, 
../../stacks/ip/udp_raw_interface.h, ../../stacks/ip/udp_socket_interface.h, 
../../stacks/ip/vipktstr.h, ../../stacks/ip/vipusstr.h, 
../../stacks/ip/kipuser.h, ../../stacks/ip/viprtstr.h, ../../stacks/ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrsnstr.h, ../../stacks/rtm/rtm_explib.h, 
../../stacks/rtm/rtm_enums.h, ../../stacks/rtm/rtm_constants.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_prototypes.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_structures.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_constants.h, 
../../stacks/rtm/rtm_lib.h, ../../stacks/ip/kroute.h, 
../../stacks/fast_path_ip/fast_path_ip_if.h, ../../stacks/mfapi/mfapi_explib.h, 
../../stacks/mfapi/mfapi_structures.h, ../../stacks/mfapi/mfapi_constants.h, 
../../stacks/mfapi/patricia_64_bits_key_prototypes.h, 
../../stacks/mfapi/patricia_64_bits_key_structures.h, 
../../stacks/mfapi/patricia_64_bits_key_constants.h, 
../../stacks/mfapi/patricia_64_bits_key.h, ../../stacks/mfapi/mfapi_enums.h, 
../../stacks/ip/ip.h, vnveth860.h, veth860.h, keth860.h, eth860.h, 
eth860init.c, socket_tcp_stubs.c, socket_call_back.c, socket.c, 
socket_old_compatibility_interface.h, 
/home/nsama/bsd/psr/ospf/include/vethstr.h, 
socket_old_compatibility_interface.c, socket_configuration.h, 
socket_functions.h, socket_globals.h, socket_structures.h, socket.h, 
../stacks/ip/udp_raw_interface_structures.h, ../stacks/ip/udp_raw_interface.h, 
../stacks/ip/udp_socket_interface.h, socket_tcp_stubs_include.h, 
../stacks/ip/vipusstr.h, ../stacks/ip/kipuser.h, socket_include.h, 
socket_utility.c, x_lists.c, /home/nsama/bsd/psr/ospf/include/acl.h, map.c, 
/home/nsama/bsd/psr/apollo/common/include/nxutil.h, 
/usr/local/include/asm/errno.h, /usr/local/include/linux/errno.h, 
/usr/local/include/bits/errno.h, /usr/local/include/errno.h, acl.c, snmpncfg.c, 
snmpglbl.c, miscutls.c, listutls.c, convutls.c, accesnmp.c, nvrmutil.c, 
vnvram.h, knvram.h, nvram.c, lsl_network_protocol_decode.c, 
/usr/local/include/stdio.h, lslbuff.c, lsl_old_socket_compatibility.c, 
/home/nsama/bsd/psr/common/include/nxtypes.h, lslutil.c, 
/home/nsama/bsd/psr/ospf/include/ktr.h, lsltoken.c, lsltimer.c, vlslsnmp.h, 
lslsnmp.c, lslsnap.c, lslrx.c, lslport.c, vlslstr.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860quicc.h, lslinit.c, 
vlslctrl.h, rwos_lsl_api.h, vlsl.h, klsl.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, lsl.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, ../drivers/eth860/veth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/eth860.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, /usr/local/include/bits/time.h, 
/usr/local/include/sys/time.h, /usr/local/include/getopt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/string.h, /usr/local/include/alloca.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/endian.h, 
/usr/local/include/endian.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/_G_config.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/features.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../sysdeps/unix/sysv/linux/_G_config.h, ../locale/xlocale.h, 
../include/xlocale.h, ../locale/locale.h, ../include/locale.h, 
../misc/sys/cdefs.h, ../include/sys/cdefs.h, ../include/features.h, 
../intl/libintl.h, ../include/libintl.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, 
../include/libc-symbols.h, /usr/include/bits/sigthread.h, 
/usr/include/bits/sched.h, /usr/include/bits/pthreadtypes.h, 
/usr/include/bits/sigset.h, /usr/include/signal.h, /usr/include/bits/time.h, 
/usr/include/time.h, /usr/include/sched.h, /usr/include/pthread.h, 
../../gcc/gthr-posix.h, gthr-default.h, ../../gcc/gthr.h, ../../gcc/frame.h, 
../../gcc/dwarf2.h, ../../gcc/frame.c, ../../gcc/libgcc2.c, 
../../gcc/longlong.h, include/stddef.h, ../../gcc/defaults.h, 
../../gcc/machmode.def, ../../gcc/gansidecl.h, ../../gcc/machmode.h, 
../../gcc/getopt.h, /usr/include/bits/confname.h, 
/usr/include/bits/posix_opt.h, /usr/include/unistd.h, /usr/include/alloca.h, 
/usr/include/sys/sysmacros.h, /usr/include/bits/select.h, 
/usr/include/sys/select.h, /usr/include/bits/endian.h, /usr/include/endian.h, 
/usr/include/bits/types.h, /usr/include/sys/types.h, /usr/include/gnu/stubs.h, 
/usr/include/sys/cdefs.h, /usr/include/features.h, /usr/include/stdlib.h, 
../../gcc/config/i386/perform.h, ../../gcc/config/svr4.h, 
../../gcc/config/linux.h, ../../gcc/config/i386/unix.h, 
../../gcc/config/i386/att.h, ../../gcc/config/i386/i386.h, 
../../gcc/config/i386/linux.h, tm.h, ../../gcc/config/i386/xm-i386.h, 
tconfig.h, interp.c, sofini.c, ../string/bits/string2.h, 
../sysdeps/unix/sysv/linux/dl-origin.c, dl-profstub.c, dl-addr.c, 
../elf/dlfcn.h, ../elf/elf.h, ../elf/ldsodefs.h, dl-symbol.c, dl-close.c, 
dl-dst.h, ../linuxthreads/sysdeps/pthread/pthread.h, dl-open.c, 
../sysdeps/gnu/getutmp.c, ../sysdeps/gnu/getutmpx.c, 
../sysdeps/generic/updwtmpx.c, ../sysdeps/generic/utmpxname.c, 
../sysdeps/generic/pututxline.c, ../sysdeps/generic/getutxline.c, 
../sysdeps/generic/getutxid.c, ../sysdeps/generic/endutxent.c, 
../sysdeps/generic/getutxent.c, ../sysdeps/gnu/bits/utmpx.h, 
../sysdeps/gnu/utmpx.h, ../sysdeps/generic/setutxent.c, 
../stdio-common/_itoa.h, ../sysdeps/unix/sysv/linux/ptsname.c, 
../sysdeps/unix/sysv/linux/unlockpt.c, pty-private.h, 
../sysdeps/unix/grantpt.c, ../sysdeps/unix/sysv/linux/grantpt.c, 
../sysdeps/unix/bsd/getpt.c, ../sysdeps/unix/sysv/linux/getpt.c, 
../sysdeps/generic/updwtmp.c, ../sysdeps/unix/sysv/linux/updwtmp.c, utmpname.c, 
programs/utmpd.h, utmp_daemon.c, utmp-private.h, ../sysdeps/gnu/bits/utmp.h, 
../sysdeps/generic/utmp_file.c, ../sysdeps/unix/sysv/linux/utmp_file.c, 
getutline_r.c, getutid_r.c, getutline.c, getutid.c, getutent_r.c, getutent.c, 
../sysdeps/generic/fdetach.c, ../sysdeps/generic/fattach.c, 
../sysdeps/generic/putpmsg.c, ../sysdeps/generic/putmsg.c, 
../sysdeps/generic/getpmsg.c, ../sysdeps/generic/getmsg.c, 
../sysdeps/generic/bits/stropts.h, stropts.h, ../sysdeps/generic/isastream.c, 
nscd-client.h, nscd_gethst_r.c, ../sysdeps/unix/sysv/linux/bits/socket.h, 
../posix/sys/types.h, nscd_getgr_r.c, nscd_proto.h, nscd_getpw_r.c, 
xdr_intXX_t.c, create_xid.c, ../sysdeps/unix/sysv/linux/bits/uio.h, svc_unix.c, 
clnt_unix.c, ../ctype/ctype.h, xcrypt.c, svcauth_des.c, rtime.c, openchild.c, 
../misc/search.h, ../resolv/resolv.h, ../nss/nsswitch.h, netname.c, 
rpc/key_prot.h, key_prot.c, ../sunrpc/rpc/key_prot.h, 
../include/rpc/key_prot.h, ../sunrpc/rpc/clnt.h, key_call.c, des_soft.c, 
../crypt/sysdeps/unix/des_impl.c, ../sunrpc/rpc/rpc_des.h, ../include/des.h, 
des_crypt.c, authdes_prot.c, rpc/des_crypt.h, auth_des.c, xdr_sizeof.c, 
publickey.c, xdr_stdio.c, xdr_ref.c, xdr_rec.c, xdr_mem.c, xdr_float.c, 
xdr_array.c, xdr.c, svc_udp.c, svc_tcp.c, svc_simple.c, svc_run.c, svc_raw.c, 
../sunrpc/rpc/svc.h, svc_authux.c, svc_auth.c, svc.c, rpc_cmsg.c, rpc_common.c, 
rpc_prot.c, ../sunrpc/rpc/pmap_rmt.h, ../include/rpc/pmap_rmt.h, pmap_rmt.c, 
pmap_prot2.c, pmap_prot.c, pm_getport.c, pm_getmaps.c, ../inet/netinet/in.h, 
pmap_clnt.c, ../sunrpc/rpc/rpc_msg.h, getrpcport.c, ../sunrpc/rpc/pmap_prot.h, 
../include/rpc/pmap_prot.h, get_myaddr.c, rpc_dtable.c, 
../sysdeps/unix/sysv/linux/bits/ioctl-types.h, clnt_udp.c, 
../sunrpc/rpc/pmap_clnt.h, ../include/rpc/pmap_clnt.h, clnt_tcp.c, clnt_simp.c, 
clnt_raw.c, ../sunrpc/rpc/xdr.h, ../sunrpc/rpc/auth.h, clnt_perr.c, 
../include/sys/errno.h, ../socket/sys/socket.h, ../sunrpc/rpc/svc_auth.h, 
../include/rpc/svc_auth.h, ../include/rpc/svc.h, ../sunrpc/rpc/auth_des.h, 
../include/rpc/auth_des.h, ../include/rpc/rpc_msg.h, ../socket/sys/un.h, 
../include/rpc/clnt.h, ../sunrpc/rpc/rpc.h, ../include/rpc/rpc.h, clnt_gen.c, 
bindrsvprt.c, authuxprot.c, ../sunrpc/rpc/auth_unix.h, 
../include/rpc/auth_unix.h, auth_unix.c, ../include/rpc/xdr.h, 
../include/rpc/auth.h, ../sunrpc/rpc/types.h, ../include/rpc/types.h, 
auth_none.c, ../sysdeps/unix/sysv/linux/if_index.c, ../resolv/netdb.h, 
getnameinfo.c, in6_addr.c, ../nss/getXXbyYY_r.c, getaliasname_r.c, 
../nss/getXXbyYY.c, getaliasname.c, ../nss/getXXent.c, getaliasent.c, 
../nss/getXXent_r.c, ../inet/aliases.h, ../include/aliases.h, getaliasent_r.c, 
getnetgrent.c, netgroup.h, getnetgrent_r.c, ../libio/bits/stdio.h, ruserpass.c, 
rexec.c, rcmd.c, ether_ntoh.c, ../sysdeps/unix/sysv/linux/net/if_arp.h, 
../sysdeps/unix/sysv/linux/net/ethernet.h, 
../sysdeps/unix/sysv/linux/netinet/if_ether.h, ether_ntoa_r.c, ether_ntoa.c, 
ether_line.c, ether_hton.c, ether_aton_r.c, /usr/include/linux/if_ether.h, 
../inet/netinet/ether.h, ../include/netinet/ether.h, ether_aton.c, 
getrpcbynumber_r.c, getrpcbyname_r.c, getrpcent_r.c, getrpcbynumber.c, 
getrpcbyname.c, getrpcent.c, getservent_r.c, getservent.c, getsrvbypt_r.c, 
getsrvbypt.c, getsrvbynm_r.c, getsrvbynm.c, getprtname_r.c, getprtname.c, 
getprtent_r.c, getprtent.c, getproto_r.c, getproto.c, getnetbynm_r.c, 
getnetent_r.c, getnetent.c, getnetbynm.c, getnetbyad_r.c, getnetbyad.c, 
gethstent_r.c, gethstent.c, ../nss/digits_dots.c, gethstbynm_r.c, 
gethstbynm2_r.c, gethstbynm2.c, gethstbynm.c, ../resolv/res_hconf.h, 
../grp/grp.h, gethstbyad_r.c, gethstbyad.c, herrno.c, inet_net.c, inet_ntoa.c, 
inet_netof.c, inet_mkadr.c, inet_lnaof.c, htons, htonl, 
../sysdeps/generic/elf/backtracesymsfd.c, 
../sysdeps/generic/elf/backtracesyms.c, ../debug/execinfo.h, 
../include/execinfo.h, ../sysdeps/i386/backtrace.c, no-tsd.c, weaks.c, 
XXX-lookup.c, alias-lookup.c, key-lookup.c, netgrp-lookup.c, spwd-lookup.c, 
ethers-lookup.c, rpc-lookup.c, pwd-lookup.c, grp-lookup.c, network-lookup.c, 
hosts-lookup.c, service-lookup.c, nsswitch.h, proto-lookup.c, databases.def, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/gnu/lib-names.h, nsswitch.c, 
res_hconf.h, ../sysdeps/unix/sysv/linux/net/if.h, ../string/memory.h, 
../include/memory.h, res_hconf.c, ../stdlib/stdlib.h, res_init.c, nsap_addr.c, 
inet_pton.c, inet_ntop.c, inet_addr.c, ../conf/portability.h, herror.c, 
../misc/sysexits.h, ../include/sysexits.h, argp-eexst.c, argp.h, argp-xinl.c, 
argp-pvh.c, argp-pv.c, argp-parse.c, argp-fmtstream.h, argp-help.c, 
argp-fs-xinl.c, argp-namefrob.h, argp-fmtstream.c, argp-ba.c, lckpwdf.c, 
fgetspent_r.c, sgetspent_r.c, getspnam_r.c, getspent_r.c, putspent.c, 
fgetspent.c, sgetspent.c, getspnam.c, ../shadow/shadow.h, ../include/shadow.h, 
getspent.c, cname-lookup.h, wcextra_l.c, wctype_l.c, towctrans_l.c, 
iswctype_l.c, wcfuncs_l.c, wcextra.c, towctrans.c, wctrans.c, iswctype.c, 
wctype.c, ../locale/localeinfo.h, wcfuncs.c, gconv.h, gconv_int.h, 
../time/time.h, gconv_dl.c, ../iconv/skeleton.c, ../iconv/loop.c, 
gconv_simple.c, gconv_builtin.c, gconv_builtin.h, ../libio/libio.h, 
gconv_conf.c, ../posix/regex.h, ../elf/link.h, gconv_db.c, gconv_close.c, 
gconv.c, gconv_open.c, iconv_close.c, iconv.h, iconv.c, iconv_open.c, 
../sysdeps/generic/prof-freq.c, bb_exit_func.c, 
../sysdeps/generic/bb_init_func.c, 
../sysdeps/unix/sysv/linux/i386/sigcontextinfo.h, 
../sysdeps/unix/sysv/linux/i386/profil-counter.h, ../sysdeps/posix/profil.c, 
../sysdeps/unix/sysv/linux/profil.c, ../sysdeps/generic/atomicity.h, 
../sysdeps/i386/machine-gmon.h, ../gmon/sys/gmon.h, mcount.c, 
../gmon/sys/gmon_out.h, ../include/sys/gmon_out.h, ../include/sys/gmon.h, 
gmon.c, ../sysdeps/unix/sysv/linux/shmctl.c, 
../sysdeps/unix/sysv/linux/shmget.c, ../sysdeps/unix/sysv/linux/shmdt.c, 
../sysdeps/gnu/bits/shm.h, ../sysvipc/sys/shm.h, ../include/sys/shm.h, 
../sysdeps/unix/sysv/linux/shmat.c, ../sysdeps/unix/sysv/linux/semctl.c, 
../sysdeps/unix/sysv/linux/semget.c, ../sysdeps/gnu/bits/sem.h, 
../sysvipc/sys/sem.h, ../include/sys/sem.h, ../sysdeps/unix/sysv/linux/semop.c, 
../sysdeps/unix/sysv/linux/msgctl.c, ../sysdeps/unix/sysv/linux/msgget.c, 
../sysdeps/unix/sysv/linux/msgrcv.c, ../sysdeps/gnu/bits/msq.h, 
../sysvipc/sys/msg.h, ../include/sys/msg.h, 
../sysdeps/unix/sysv/linux/msgsnd.c, ../sysdeps/gnu/bits/ipc.h, 
../include/bits/ipc.h, ../sysvipc/sys/ipc.h, ../include/sys/ipc.h, ftok.c, 
../sysdeps/unix/sysv/linux/netrose/rose.h, 
../sysdeps/unix/sysv/linux/netpacket/packet.h, 
../sysdeps/unix/sysv/linux/netipx/ipx.h, 
../sysdeps/unix/sysv/linux/neteconet/ec.h, 
../sysdeps/unix/sysv/linux/netax25/ax25.h, /usr/include/linux/atalk.h, 
/usr/include/asm/types.h, ../sysdeps/unix/sysv/linux/netatalk/at.h, 
../sysdeps/unix/sysv/linux/netash/ash.h, ../sysdeps/unix/sysv/linux/sa_len.c, 
../sysdeps/unix/sysv/linux/cmsg_nxthdr.c, ../sysdeps/posix/isfdtype.c, 
__socketpair, __socket, __shutdown, setsockopt, __libc_sendto, __libc_sendmsg, 
__libc_send, __libc_recvmsg, __libc_recvfrom, __libc_recv, listen, 
__getsockopt, getsockname, __getpeername, __libc_connect, bind, __libc_accept, 
uselib, sysinfo, sendfile, quotactl, query_module, prctl, __personality, 
nfsservctl, __munlockall, __munlock, __mremap, __mount, __mlockall, __mlock, 
klogctl, init_module, get_kernel_syms, delete_module, create_module, capset, 
capget, bdflush, __adjtimex, __modify_ldt, __umount2, __umount, 
../sysdeps/unix/sysv/linux/getresgid.c, ../sysdeps/unix/sysv/linux/getresuid.c, 
../sysdeps/unix/sysv/linux/llseek.c, __clone, /usr/include/linux/lists.h, 
/usr/include/linux/sysctl.h, ../sysdeps/unix/sysv/linux/sys/sysctl.h, 
../sysdeps/unix/sysv/linux/sysctl.c, 
../sysdeps/unix/sysv/linux/i386/setresuid.c, 
../sysdeps/unix/sysv/linux/i386/setresgid.c, 
../sysdeps/unix/sysv/linux/i386/setfsuid.c, 
../sysdeps/unix/sysv/linux/sys/fsuid.h, 
../sysdeps/unix/sysv/linux/i386/setfsgid.c, __vm86, iopl, ioperm, init-misc.c, 
regexp.h, regexp.c, dirname.c, ../sysdeps/unix/sysv/linux/getsysstats.c, 
../sysdeps/unix/sysv/linux/bits/ustat.h, sys/ustat.h, 
../sysdeps/unix/sysv/linux/ustat.c, error.h, error.c, ../misc/err.h, 
../include/err.h, err.c, lsearch.c, tsearch.c, hsearch_r.c, hsearch.c, 
../sysdeps/i386/fpu/bits/mathinline.h, efgcvt_r.c, qefgcvt_r.c, efgcvt.c, 
qefgcvt.c, __mmap64, ../sysdeps/generic/madvise.c, 
../sysdeps/unix/sysv/linux/madvise.c, __libc_msync, __mprotect, __munmap, 
__mmap, daemon.c, syscall, syslog.c, ttyslot.c, ../posix/unistd.h, getpass.c, 
../misc/sys/file.h, ../include/sys/file.h, getusershell.c, ../misc/ttyent.h, 
../include/ttyent.h, getttyent.c, insremque.c, ../sysdeps/generic/fchflags.c, 
../sysdeps/generic/chflags.c, ../sysdeps/unix/sysv/linux/ftruncate64.c, 
../sysdeps/unix/sysv/linux/truncate64.c, __ftruncate, truncate, ../io/utime.h, 
../include/utime.h, ../sysdeps/posix/utimes.c, mntent_r.c, mntent.c, fstab.h, 
fstab.c, ../sysdeps/unix/sysv/linux/sys/ptrace.h, 
../sysdeps/unix/sysv/linux/ptrace.c, ../sysdeps/generic/stty.c, 
../misc/sgtty.h, ../include/sgtty.h, ../sysdeps/generic/gtty.c, 
../sysdeps/unix/sysv/linux/usleep.c, ../sysdeps/unix/bsd/ualarm.c, 
../sysdeps/unix/sysv/linux/ualarm.c, mkstemp.c, mktemp.c, __swapoff, __swapon, 
vhangup, ../sysdeps/generic/revoke.c, ../sysdeps/unix/sysv/linux/gethostid.c, 
../sysdeps/unix/sysv/linux/sethostid.c, 
../sysdeps/unix/sysv/linux/sys/reboot.h, ../sysdeps/unix/sysv/linux/reboot.c, 
fdatasync, sync, __libc_fsync, chroot, acct, ../sysdeps/generic/pselect.c, 
setdomainname, ../sysdeps/generic/getdomain.c, sethostname, 
../sysdeps/unix/sysv/linux/gethostname.c, ../sysdeps/posix/getdtsz.c, 
../sysdeps/unix/getpagesize.c, ../sysdeps/unix/sysv/linux/i386/setegid.c, 
../sysdeps/unix/sysv/linux/i386/seteuid.c, 
../sysdeps/unix/sysv/linux/i386/setregid.c, 
../sysdeps/unix/sysv/linux/i386/setreuid.c, ../sysdeps/posix/writev.c, 
../sysdeps/unix/sysv/linux/writev.c, ../sysdeps/posix/readv.c, 
../misc/sys/uio.h, ../include/sys/uio.h, ../sysdeps/unix/sysv/linux/readv.c, 
__ioctl, ../sysdeps/generic/sstk.c, ../sysdeps/generic/sbrk.c, 
../sysdeps/unix/sysv/linux/i386/brk.c, nice, setpriority, 
../sysdeps/unix/sysv/linux/getpriority.c, ../resource/sys/vtimes.h, 
../include/sys/vtimes.h, ../sysdeps/generic/vtimes.c, ../resource/sys/vlimit.h, 
../include/sys/vlimit.h, ../sysdeps/generic/vlimit.c, ../resource/ulimit.h, 
../include/ulimit.h, ../sysdeps/unix/sysv/linux/ulimit.c, __getrusage, 
../sysdeps/generic/setrlimit64.c, ../sysdeps/generic/getrlimit64.c, setrlimit, 
__getrlimit, tcgetsid.c, cfmakeraw.c, ../sysdeps/unix/common/tcsendbrk.c, 
../sysdeps/unix/bsd/sun/sunos4/tcflush.c, ../sysdeps/unix/sysv/linux/tcflush.c, 
../sysdeps/unix/bsd/sun/sunos4/tcflow.c, ../sysdeps/unix/sysv/linux/tcflow.c, 
../sysdeps/unix/sysv/linux/tcdrain.c, ../sysdeps/unix/bsd/tcsetpgrp.c, 
../sysdeps/unix/sysv/linux/tcsetpgrp.c, ../sysdeps/unix/bsd/tcgetpgrp.c, 
../sysdeps/unix/sysv/linux/tcgetpgrp.c, ../sysdeps/unix/sysv/linux/tcgetattr.c, 
../sysdeps/unix/sysv/linux/kernel_termios.h, 
../sysdeps/unix/sysv/linux/tcsetattr.c, cfsetspeed.c, ../termios/termios.h, 
../sysdeps/unix/sysv/linux/speed.c, ../sysdeps/unix/bsd/poll.c, 
../sysdeps/unix/sysv/linux/bits/poll.h, ../io/sys/poll.h, 
../include/sys/poll.h, ../sysdeps/unix/sysv/linux/poll.c, fts.h, fts.c, ftw.c, 
ftw64.c, ../io/ftw.h, ../include/ftw.h, __rmdir, __unlink, __readlink, 
__symlink, __link, ../sysdeps/unix/sysv/linux/bits/termios.h, 
../include/termios.h, ../sysdeps/posix/isatty.c, 
../sysdeps/unix/sysv/linux/ttyname_r.c, ../sysdeps/unix/sysv/linux/ttyname.c, 
__lchown, __fchown, ../sysdeps/unix/sysv/linux/i386/chown.c, ../io/sys/stat.h, 
getdirname.c, getwd.c, ../sysdeps/posix/getcwd.c, 
../sysdeps/unix/sysv/linux/getcwd.c, __fchdir, __chdir, creat64.c, creat.c, 
__pipe, __dup2, __dup, ../sysdeps/generic/lockf64.c, lockf.c, __flock, 
__libc_fcntl, ../sysdeps/posix/euidaccess.c, __access, 
../sysdeps/unix/sysv/linux/lseek64.c, __libc_lseek, __libc_write, __libc_read, 
__libc_close, ../sysdeps/posix/open64.c, __libc_open, __mkdir, __fchmod, 
__chmod, __umask, ../sysdeps/unix/sysv/linux/fstatvfs64.c, 
../sysdeps/unix/sysv/linux/bits/statvfs.h, 
../sysdeps/unix/sysv/linux/statvfs64.c, 
../sysdeps/unix/sysv/linux/internal_statvfs.c, 
../sysdeps/unix/sysv/linux/fstatvfs.c, sys/statvfs.h, 
../sysdeps/unix/sysv/linux/sys/mount.h, ../misc/mntent.h, ../include/mntent.h, 
../sysdeps/unix/sysv/linux/statvfs.c, ../sysdeps/unix/sysv/linux/fstatfs64.c, 
../sysdeps/unix/sysv/linux/statfs64.c, __fstatfs, __statfs, 
../sysdeps/unix/sysv/linux/xstatconv.c, ../sysdeps/unix/sysv/linux/lxstat64.c, 
../sysdeps/unix/sysv/linux/fxstat64.c, ../sysdeps/unix/sysv/linux/xstat64.c, 
../sysdeps/unix/sysv/linux/xmknod.c, ../sysdeps/unix/sysv/linux/lxstat.c, 
../sysdeps/unix/sysv/linux/fxstat.c, ../sysdeps/unix/sysv/linux/kernel_stat.h, 
../sysdeps/unix/sysv/linux/xstat.c, ../sysdeps/unix/mkfifo.c, utime, environ.c, 
../sysdeps/generic/init-posix.c, ../sysdeps/posix/pwrite64.c, 
../sysdeps/unix/sysv/linux/i386/pwrite64.c, ../sysdeps/posix/pread64.c, 
../sysdeps/unix/sysv/linux/i386/pread64.c, ../sysdeps/posix/pwrite.c, 
../sysdeps/unix/sysv/linux/i386/pwrite.c, ../sysdeps/posix/pread.c, 
../sysdeps/unix/sysv/linux/i386/pread.c, ../posix/glob.h, ../posix/wordexp.h, 
../include/wordexp.h, wordexp.c, ../sysdeps/posix/gai_strerror.c, 
../inet/arpa/inet.h, ../include/arpa/inet.h, ../sunrpc/rpc/netdb.h, 
../include/sys/un.h, ../sysdeps/posix/getaddrinfo.c, __sched_rr_get_interval, 
__sched_get_priority_min, __sched_get_priority_max, __sched_yield, 
__sched_getscheduler, __sched_setscheduler, __sched_getparam, __sched_setparam, 
../posix/getopt.h, getopt_init.c, getopt1.c, getopt.h, getopt.c, 
../sysdeps/unix/confstr.h, confstr.c, regex.c, fnmatch.c, 
../sysdeps/generic/glob.c, ../sysdeps/unix/sysv/linux/glob64.c, 
../include/glob.h, ../posix/fnmatch.h, ../include/fnmatch.h, 
../sysdeps/posix/fpathconf.c, ../sysdeps/unix/sysv/linux/fpathconf.c, 
/usr/include/linux/kernel.h, ../sysdeps/unix/sysv/linux/sys/sysinfo.h, 
../include/sys/sysinfo.h, ../pwd/pwd.h, ../sysdeps/posix/sysconf.c, 
../sysdeps/posix/pathconf.c, ../sysdeps/unix/sysv/linux/linux_fsinfo.h, 
../sysdeps/unix/sysv/linux/bits/statfs.h, ../io/sys/statfs.h, 
../include/sys/statfs.h, ../sysdeps/unix/sysv/linux/pathconf.c, 
../sysdeps/generic/setlogin.c, ../sysdeps/unix/getlogin_r.c, ../login/utmp.h, 
../include/utmp.h, ../sysdeps/unix/getlogin.c, __setsid, getsid, setpgrp.c, 
bsd-getpgrp.c, getpgrp, __setpgid, __getpgid, 
../sysdeps/generic/group_member.c, ../sysdeps/unix/sysv/linux/i386/setgid.c, 
../sysdeps/unix/sysv/linux/i386/setuid.c, 
../sysdeps/unix/sysv/linux/i386/getgroups.c, __getegid, __getgid, __geteuid, 
__getuid, __getppid, __getpid, execlp.c, execvp.c, execl.c, 
../sysdeps/i386/stackinfo.h, execle.c, execv.c, ../sysdeps/generic/fexecve.c, 
../sysdeps/unix/sysv/linux/execve.c, _exit, __vfork, __libc_fork, 
__libc_nanosleep, __libc_pause, ../sysdeps/unix/sysv/linux/bits/sigset.h, 
../sysdeps/unix/sysv/linux/sleep.c, alarm, ../sysdeps/posix/waitid.c, __wait4, 
../sysdeps/unix/bsd/bsd4.4/wait3.c, ../sysdeps/unix/sysv/linux/wait3.c, 
../sysdeps/unix/sysv/linux/waitpid.c, 
../sysdeps/unix/sysv/linux/bits/resource.h, ../resource/sys/resource.h, 
../include/sys/resource.h, ../sysdeps/generic/bits/waitstatus.h, 
../posix/sys/wait.h, ../sysdeps/unix/bsd/bsd4.4/wait.c, 
../sysdeps/unix/sysv/linux/wait.c, __times, uname, fgetpwent_r.c, getpwuid_r.c, 
getpwnam_r.c, getpwent_r.c, getpwuid.c, getpwnam.c, getpwent.c, putpwent.c, 
getpw.c, fgetpwent.c, ../nss/nss_files/files-parse.c, fgetgrent_r.c, 
getgrnam_r.c, ../include/sys/socket.h, ../include/rpc/netdb.h, 
../include/netdb.h, ../nscd/nscd_proto.h, getgrgid_r.c, getgrent_r.c, 
putgrent.c, getgrnam.c, getgrgid.c, getgrent.c, 
../sysdeps/unix/sysv/linux/i386/setgroups.c, ../resolv/sys/bitypes.h, 
../include/sys/bitypes.h, ../include/resolv.h, ../nss/nss.h, ../include/nss.h, 
../sysdeps/unix/sysv/linux/bits/in.h, /usr/include/asm/sockios.h, 
/usr/include/asm/socket.h, ../sysdeps/generic/bits/sockaddr.h, 
../include/netinet/in.h, ../resolv/arpa/nameser.h, ../include/arpa/nameser.h, 
../include/nsswitch.h, initgroups.c, ../include/grp.h, fgetgrent.c, 
../sysdeps/unix/sysv/linux/getdirentries.c, 
../sysdeps/unix/sysv/linux/getdirentries64.c, 
../sysdeps/unix/sysv/linux/getdents.c, ../sysdeps/unix/sysv/linux/getdents64.c, 
versionsort64.c, alphasort64.c, scandir64.c, 
../sysdeps/unix/sysv/linux/readdir64_r.c, 
../sysdeps/unix/sysv/linux/readdir64.c, ../sysdeps/unix/dirfd.c, 
/usr/include/asm/posix_types.h, /usr/include/linux/stddef.h, 
/usr/include/linux/posix_types.h, versionsort.c, alphasort.c, scandir.c, 
../sysdeps/unix/dirstream.h, ../sysdeps/unix/telldir.c, 
../sysdeps/unix/seekdir.c, ../sysdeps/unix/rewinddir.c, 
../sysdeps/unix/readdir_r.c, ../dirent/dirent.h, ../sysdeps/unix/readdir.c, 
../sysdeps/unix/closedir.c, ../sysdeps/unix/sysv/linux/bits/dirent.h, 
../include/dirent.h, ../sysdeps/unix/opendir.c, 
../sysdeps/unix/sysv/linux/ntp_gettime.c, getdate.c, strptime.c, 
../time/sys/timeb.h, ../include/sys/timeb.h, ../sysdeps/unix/bsd/ftime.c, 
../sysdeps/unix/sysv/linux/ftime.c, timegm.c, dysize.c, stime, __setitimer, 
__getitimer, tzfile.c, ../timezone/tzfile.h, tzset.c, 
../sysdeps/unix/sysv/linux/sys/timex.h, ../sysdeps/unix/sysv/linux/adjtime.c, 
__settimeofday, __gettimeofday, time, strftime.c, mktime.c, localtime.c, 
gmtime.c, ../include/values.h, difftime.c, ctime_r.c, ctime.c, 
../posix/sys/times.h, ../include/sys/times.h, 
../sysdeps/unix/sysv/linux/clock.c, asctime.c, offtime.c, ../iconv/gconv.h, 
../iconv/gconv_int.h, wcsmbsload.h, wcsmbsload.c, wcsncase.c, wcsncase_l.c, 
wcscasecmp.c, wcscasecmp_l.c, ../string/../locale/weight.h, 
../string/strxfrm.c, wcsxfrm.c, wcsxfrm_l.c, ../string/strcoll.c, wcscoll.c, 
wcscoll_l.c, ../wctype/cname-lookup.h, wcwidth.h, wcswidth.c, 
../wctype/../locale/categories.def, ../wctype/../locale/../intl/loadinfo.h, 
../wctype/../locale/localeinfo.h, wcwidth.c, ../string/../locale/localeinfo.h, 
../string/../locale/categories.def, ../string/../locale/../intl/loadinfo.h, 
../stdlib/gmp.h, ../stdlib/grouping.h, ../stdlib/strtod.c, wcstof.c, 
wcstof_l.c, wcstold.c, wcstold_l.c, wcstod.c, wcstod_l.c, ../stdlib/strtol.c, 
wcstoull.c, wcstoull_l.c, wcstoll.c, wcstoll_l.c, wcstoul_l.c, 
../stdlib/../locale/localeinfo.h, wcstol_l.c, 
../stdlib/../locale/../intl/loadinfo.h, wcstoul.c, wcstol.c, 
../stdlib/../locale/categories.def, wcsnlen.c, wcsnrtombs.c, mbsnrtowcs.c, 
wcsrtombs.c, mbsrtowcs.c, wcrtomb.c, mbrtowc.c, mbrlen.c, mbsinit.c, wctob.c, 
../locale/../intl/loadinfo.h, ../catgets/nl_types.h, btowc.c, wcpncpy.c, 
wcpcpy.c, wmemset.c, wmemmove.c, wmemcpy.c, wmemcmp.c, wmemchr.c, wcsstr.c, 
wcstok.c, wcsspn.c, wcsrchr.c, wcspbrk.c, wcsncpy.c, wcsncmp.c, wcsncat.c, 
wcslen.c, wcsdup.c, wcscspn.c, wcscpy.c, wcscmp.c, wcschr.c, wcscat.c, 
../sysdeps/i386/bits/string.h, string-inlines.c, ../locale/weight.h, strxfrm.c, 
strxfrm_l.c, strcoll.c, strcoll_l.c, basename.c, envz.h, envz.c, 
../string/argz.h, argz-replace.c, argz-addsep.c, argz-stringify.c, 
argz-insert.c, argz-extract.c, argz-delete.c, argz-next.c, argz-ctsep.c, 
argz-create.c, argz-count.c, argz-append.c, __strchrnul, __rawmemchr, 
../sysdeps/generic/memmem.c, memfrob.c, strfry.c, swab.c, 
../sysdeps/generic/strcasestr.c, ../sysdeps/generic/strsep.c, 
../sysdeps/generic/wordcopy.c, ../sysdeps/generic/memcpy.c, 
../sysdeps/generic/memccpy.c, ../sysdeps/generic/strncase.c, 
../sysdeps/generic/strncase_l.c, ../sysdeps/generic/strcasecmp.c, 
../sysdeps/generic/strcasecmp_l.c, __stpncpy, __stpcpy, 
../sysdeps/generic/ffsll.c, ../sysdeps/i386/ffs.c, ../sysdeps/i386/bzero.c, 
../sysdeps/generic/memmove.c, ../sysdeps/generic/bcopy.c, 
../sysdeps/generic/mempcpy.c, ../sysdeps/i386/memset.c, 
../sysdeps/generic/pagecopy.h, memcmp, memchr, __strtok_r, strtok, 
../sysdeps/generic/strstr.c, strspn, strsignal.c, strpbrk, strrchr, 
../sysdeps/generic/strncpy.c, ../sysdeps/generic/strncmp.c, 
../sysdeps/generic/strncat.c, strnlen.c, ../sysdeps/i386/strlen.c, 
../sysdeps/generic/_strerror.c, strerror.c, strndup.c, strdup.c, strverscmp.c, 
strcspn, ../sysdeps/generic/strcpy.c, ../sysdeps/generic/strcmp.c, strchr, 
../sysdeps/generic/strcat.c, set-freeres.c, obstack.h, obstack.c, 
../include/ldsodefs.h, mtrace.c, ../malloc/mcheck.h, ../include/mcheck.h, 
mcheck.c, ../sysdeps/generic/morecore.c, malloc.h, 
../linuxthreads/sysdeps/pthread/bits/libc-tsd.h, thread-m.h, malloc.c, 
oldstdfiles.c, oldfileops.c, strops.c, stdio.c, stdfiles.c, genops.c, 
fileops.c, iofputs_u.c, iofgets_u.c, iofwrite_u.c, iofread_u.c, peekc.c, 
putchar_u.c, putc_u.c, iofflush_u.c, getchar_u.c, getc_u.c, fputc_u.c, 
ferror_u.c, feof_u.c, clearerr_u.c, libio.h, oldtmpfile.c, oldpclose.c, 
oldiopopen.c, oldiofclose.c, oldiofdopen.c, libioP.h, oldiofopen.c, 
../sysdeps/posix/libc_fatal.c, ftello64.c, fseeko64.c, freopen64.c, ftello.c, 
fseeko.c, fcloseall.c, ../malloc/obstack.h, ../include/obstack.h, obprintf.c, 
vsnprintf.c, vscanf.c, iovdprintf.c, ../malloc/malloc.h, ../include/malloc.h, 
vasprintf.c, setlinebuf.c, setbuf.c, rewind.c, putchar.c, putc.c, pclose.c, 
memstream.c, getchar.c, getc.c, fseek.c, freopen.c, fputc.c, fileno.c, 
ferror.c, feof.c, stdio.h, clearerr.c, iofsetpos64.c, iofopen64.c, 
iofgetpos64.c, iovsscanf.c, strfile.h, iovsprintf.c, ioungetc.c, iosprintf.c, 
iosetvbuf.c, iosetbuffer.c, ioseekpos.c, ioseekoff.c, ioputs.c, 
../sysdeps/unix/sysv/linux/bits/siginfo.h, 
../sysdeps/unix/sysv/linux/bits/sigaction.h, ../signal/signal.h, iopopen.c, 
iopadn.c, iogets.c, iogetline.c, iogetdelim.c, iofwrite.c, ioftell.c, 
iofsetpos.c, iofread.c, iofputs.c, iofopncook.c, iofopen.c, iofgets.c, 
iofgetpos.c, bits/stdio.h, ../libio/stdio.h, iofflush.c, iofdopen.c, 
iofclose.c, iolibio.h, filedoalloc.c, ../sysdeps/gnu/siglist.h, 
../sysdeps/unix/sysv/linux/siglist.h, ../sysdeps/gnu/siglist.c, 
../sysdeps/gnu/errlist.c, ../sysdeps/unix/sysv/linux/errlist.h, 
../sysdeps/unix/sysv/linux/sizes.h, ../sysdeps/unix/sysv/linux/errlist.c, 
../sysdeps/generic/lockfile.c, rename, ../sysdeps/posix/remove.c, putw.c, 
getw.c, getline.c, ../sysdeps/unix/sysv/linux/bits/time.h, ../time/sys/time.h, 
../include/sys/time.h, ../sysdeps/posix/tempname.c, tempnam.c, tmpnam_r.c, 
tmpnam.c, tmpfile64.c, tmpfile.c, ../sysdeps/unix/sysv/linux/bits/sigstack.h, 
psignal.c, perror.c, sscanf.c, scanf.c, fscanf.c, ../wctype/wctype.h, 
../include/wctype.h, vfscanf.c, dprintf.c, asprintf.c, sprintf.c, snprintf.c, 
printf.c, fprintf.c, printf_size.c, _itoa.h, ../sysdeps/generic/printf_fphex.c, 
../wcsmbs/wchar.h, printf-parse.h, printf-prs.c, reg-printf.c, 
../stdlib/fpioconst.h, ../libio/libioP.h, printf_fp.c, vprintf.c, vfprintf.c, 
itoa-digits.c, ../stdlib/longlong.h, ../stdlib/gmp-impl.h, _itoa.c, 
../linuxthreads/sysdeps/pthread/bits/stdio-lock.h, ../include/pwd.h, 
../sysdeps/posix/cuserid.c, ../sysdeps/posix/ctermid.c, fpioconst.c, 
mp_clz_tab.c, ../sysdeps/ieee754/mpn2ldbl.c, ../sysdeps/ieee754/mpn2dbl.c, 
../sysdeps/ieee754/mpn2flt.c, ../sysdeps/i386/ldbl2mpn.c, 
../sysdeps/ieee754/dbl2mpn.c, __mpn_submul_1, __mpn_sub_n, gmp.h, 
../sysdeps/generic/mul_n.c, __mpn_mul_1, ../sysdeps/generic/mul.c, 
../sysdeps/generic/mod_1.c, __mpn_rshift, __mpn_lshift, 
../sysdeps/generic/udiv_qrnnd.c, ../sysdeps/generic/divrem.c, 
../sysdeps/generic/divmod_1.c, ../sysdeps/generic/cmp.c, __mpn_addmul_1, 
__mpn_add_n, ../sysdeps/generic/inlines.c, ../sysdeps/generic/swapcontext.c, 
../sysdeps/generic/makecontext.c, ../sysdeps/generic/setcontext.c, 
../sysdeps/generic/getcontext.c, ../sysdeps/wordsize-32/wcstoumax.c, 
../sysdeps/wordsize-32/wcstoimax.c, ../sysdeps/wordsize-32/strtoumax.c, 
../sysdeps/wordsize-32/strtoimax.c, ../misc/sys/syslog.h, 
../include/sys/syslog.h, fmtmsg.h, fmtmsg.c, ../misc/libgen.h, 
../include/libgen.h, xpg_basename.c, getsubopt.c, strfmon.c, strfmon_l.c, 
../stdio-common/printf.h, ../include/printf.h, ../libio/strfile.h, 
../stdlib/monetary.h, ../include/monetary.h, ../include/regex.h, rpmatch.c, 
l64a.c, a64l.c, /usr/include/asm/param.h, /usr/include/linux/param.h, 
../sysdeps/unix/sysv/linux/sys/param.h, canonicalize.c, 
../sysdeps/unix/sysv/linux/bits/waitflags.h, ../include/sys/wait.h, 
../sysdeps/posix/system.c, ../sysdeps/unix/sysv/linux/system.c, grouping.h, 
strtod.c, ../sysdeps/generic/strtold.c, strtold_l.c, strtod_l.c, strtof.c, 
strtof_l.c, fpioconst.h, longlong.h, ../sysdeps/i386/gmp-mparam.h, gmp-impl.h, 
strtol.c, strtoull.c, strtoull_l.c, strtoll.c, strtoll_l.c, strtoul_l.c, 
strtol_l.c, strtoul.c, drand48-iter.c, lcong48_r.c, seed48_r.c, srand48_r.c, 
jrand48_r.c, mrand48_r.c, nrand48_r.c, lrand48_r.c, 
../sysdeps/ieee754/ieee754.h, erand48_r.c, drand48_r.c, lcong48.c, seed48.c, 
srand48.c, jrand48.c, mrand48.c, nrand48.c, lrand48.c, erand48.c, drand48.c, 
rand_r.c, rand.c, random_r.c, random.c, ../wcsmbs/wcsmbsload.h, wctomb.c, 
wcstombs.c, mbtowc.c, mbstowcs.c, ../include/gconv.h, ../include/wchar.h, 
mblen.c, ../sysdeps/generic/lldiv.c, ../sysdeps/wordsize-32/lldiv.c, 
../sysdeps/generic/ldiv.c, ../sysdeps/generic/div.c, 
../sysdeps/generic/llabs.c, ../sysdeps/generic/inttypes.h, 
../sysdeps/wordsize-32/llabs.c, ../sysdeps/generic/labs.c, abs.c, 
cxa_finalize.c, cxa_atexit.c, exit.h, atexit.c, on_exit.c, exit.c, 
secure-getenv.c, ../include/search.h, ../sysdeps/generic/setenv.c, 
../sysdeps/generic/putenv.c, ../sysdeps/generic/stdint.h, 
../sysdeps/generic/getenv.c, ../sysdeps/generic/memcopy.h, 
../sysdeps/i386/memcopy.h, msort.c, qsort.c, bsearch.c, 
../sysdeps/i386/abort-instr.h, ../sysdeps/generic/abort.c, atoll.c, atol.c, 
atoi.c, atof.c, ../sysdeps/posix/sigset.c, ../sysdeps/posix/sigignore.c, 
sigrelse.c, sighold.c, ../sysdeps/unix/sysv/linux/sigqueue.c, 
../sysdeps/unix/sysv/linux/sigwaitinfo.c, 
../sysdeps/unix/sysv/linux/sigtimedwait.c, 
../sysdeps/unix/sysv/linux/bits/utsname.h, ../posix/sys/utsname.h, 
../include/sys/utsname.h, ../sysdeps/unix/sysv/linux/testrtsig.h, allocrtsig.c, 
sigorset.c, sigandset.c, sigisempty.c, ../sysdeps/posix/sysv_signal.c, 
siggetmask.c, ../include/stub-tag.h, ../sysdeps/generic/sigreturn.c, 
../sysdeps/unix/sysv/linux/sigreturn.c, sigismem.c, sigdelset.c, sigsetops.h, 
sigaddset.c, sigfillset.c, sigempty.c, signal.h, sigsetops.c, 
../sysdeps/posix/sigintr.c, __sigaltstack, 
../sysdeps/unix/sysv/linux/sigstack.c, 
../sysdeps/unix/sysv/linux/sigset-cvt-mask.h, ../sysdeps/posix/sigvec.c, 
../sysdeps/posix/sigpause.c, ../sysdeps/posix/sigsetmask.c, 
../sysdeps/posix/sigblock.c, ../sysdeps/posix/sigwait.c, 
../sysdeps/unix/sysv/linux/sigsuspend.c, 
../sysdeps/unix/sysv/linux/sigpending.c, __kill, 
../sysdeps/unix/sysv/linux/sigprocmask.c, 
../sysdeps/unix/sysv/linux/kernel_sigaction.h, 
../sysdeps/unix/sysv/linux/i386/sigaction.c, ../sysdeps/posix/killpg.c, 
../sysdeps/posix/raise.c, ../sysdeps/posix/signal.c, 
../sysdeps/unix/sysv/linux/signal.c, ../sysdeps/generic/jmp-unwind.c, 
__longjmp, ../sysdeps/generic/longjmp.c, 
../sysdeps/unix/sysv/linux/i386/sys/user.h, 
../sysdeps/unix/sysv/linux/i386/sys/ucontext.h, ../stdlib/ucontext.h, 
../include/ucontext.h, /usr/include/asm/sigcontext.h, 
../sysdeps/unix/sysv/linux/bits/sigcontext.h, 
../sysdeps/unix/sysv/linux/bits/signum.h, ../sysdeps/i386/bits/setjmp.h, 
../setjmp/setjmp.h, ../include/setjmp.h, ../sysdeps/generic/sigjmp.c, 
__sigsetjmp, __setjmp, _setjmp, setjmp, ../sysdeps/generic/fpu_control.c, 
../sysdeps/generic/setfpucw.c, ../sysdeps/libm-ieee754/s_signbitl.c, 
../sysdeps/libm-ieee754/s_ldexpl.c, __frexpl, __scalbnl, 
../sysdeps/libm-ieee754/s_modfl.c, __copysignl, __finitel, 
../sysdeps/libm-i387/s_isnanl.c, ../sysdeps/libm-i387/s_isinfl.c, 
../sysdeps/libm-ieee754/s_signbitf.c, ../sysdeps/libm-ieee754/s_ldexpf.c, 
__frexpf, _"
<- "_scalbnf, ../sysdeps/libm-ieee754/s_modff.c, __copysignf, __finitef, 
../sysdeps/libm-ieee754/s_isnanf.c, ../sysdeps/libm-ieee754/s_isinff.c, 
../sysdeps/libm-ieee754/s_signbit.c, ../sysdeps/libm-ieee754/s_ldexp.c, 
__frexp, __scalbn, ../sysdeps/libm-ieee754/s_modf.c, __copysign, __finite, 
../sysdeps/libm-ieee754/s_isnan.c, machine/endian.h, math_private.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/float.h, 
../math/bits/mathcalls.h, ../include/bits/mathcalls.h, 
../sysdeps/i386/fpu/bits/mathdef.h, ../sysdeps/ieee754/bits/nan.h, 
../sysdeps/i386/bits/huge_val.h, ../math/math.h, ../include/math.h, 
../sysdeps/libm-ieee754/s_isinf.c, open_catalog.c, 
../linuxthreads/sysdeps/pthread/bits/libc-lock.h, catgetsinfo.h, config.h, 
catgets.c, explodename.c, loadinfo.h, l10nflist.c, textdomain.c, localealias.c, 
loadmsgcat.c, finddomain.c, gettext.c, dgettext.c, hash-string.h, dcgettext.c, 
../sysdeps/i386/bits/byteswap.h, ../string/byteswap.h, ../include/byteswap.h, 
gettextP.h, gettext.h, bindtextdom.c, C_name.c, SYS_libc.c, C-collate.c, 
C-time.c, C-numeric.c, C-monetary.c, C-messages.c, C-ctype.c, lc-collate.c, 
lc-time.c, lc-numeric.c, lc-monetary.c, lc-messages.c, lc-ctype.c, 
freelocale.c, duplocale.c, newlocale.c, codeset_name.c, mb_cur_max.c, 
nl_langinfo.c, ../intl/loadinfo.h, localeinfo.h, localeconv.c, categories.def, 
loadlocale.c, ../sysdeps/unix/sysv/linux/i386/bits/mman.h, ../misc/sys/mman.h, 
../include/sys/mman.h, findlocale.c, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h, ../include/signal.h, 
../posix/sched.h, ../include/sched.h, ../include/errno.h, ../include/argz.h, 
programs/../../version.h, programs/config.h, setlocale.c, 
../locale/categories.def, ../include/bits/xopen_lim.h, 
../posix/bits/posix2_lim.h, ../include/bits/posix2_lim.h, 
/usr/include/linux/limits.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, 
../posix/bits/posix1_lim.h, ../include/bits/posix1_lim.h, ../include/limits.h, 
../include/nl_types.h, ../locale/langinfo.h, ../include/langinfo.h, 
ctype-info.c, ctype_l.c, ctype-extn.c, ../include/ctype.h, ctype.c, 
assert-perr.c, ../include/bits/string2.h, ../string/string.h, 
../include/string.h, ../libio/iolibio.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/bits/stdio_lim.h, 
../include/stdio.h, ../assert/assert.h, ../include/assert.h, assert.c, 
../sysdeps/generic/errno-loc.c, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/csu/version-info.h, 
../include/gnu/libc-version.h, ../version.h, version.c, ../include/set-hooks.h, 
set-init.c, ../sysdeps/generic/bits/elfclass.h, ../include/link.h, 
../sysdeps/generic/bits/dlfcn.h, ../include/dlfcn.h, ../include/elf.h, 
../sysdeps/unix/sysv/linux/sys/ttydefaults.h, /usr/include/asm/ioctl.h, 
/usr/include/asm/ioctls.h, ../sysdeps/unix/sysv/linux/bits/ioctls.h, 
../misc/sys/ioctl.h, ../include/sys/ioctl.h, ../stdlib/alloca.h, 
../include/alloca.h, ../include/stdlib.h, ../sysdeps/unix/sysv/linux/paths.h, 
../sysdeps/unix/sysv/linux/bits/stat.h, ../include/sys/stat.h, 
../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, ../io/fcntl.h, 
../include/fcntl.h, /usr/include/asm/errno.h, /usr/include/linux/errno.h, 
../sysdeps/unix/sysv/linux/bits/errno.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, ../sysdeps/i386/bits/select.h, 
../misc/sys/select.h, ../include/sys/select.h, ../sysdeps/i386/bits/endian.h, 
../string/endian.h, ../include/endian.h, ../include/time.h, 
../include/sys/types.h, ../sysdeps/unix/sysv/linux/init-first.h, 
/usr/include/asm/ptrace.h, /usr/include/linux/ptrace.h, 
/usr/include/linux/linkage.h, /usr/include/linux/personality.h, 
../sysdeps/i386/fpu_control.h, ../include/fpu_control.h, 
../sysdeps/i386/sysdep.h, /usr/include/asm/unistd.h, 
../sysdeps/unix/sysv/linux/sys/syscall.h, ../sysdeps/generic/sysdep.h, 
../sysdeps/unix/sysdep.h, ../sysdeps/unix/i386/sysdep.h, 
../sysdeps/unix/sysv/linux/i386/sysdep.h, ../include/getopt.h, 
../sysdeps/generic/bits/confname.h, ../sysdeps/wordsize-32/bits/wordsize.h, 
../sysdeps/generic/bits/environments.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h, ../include/unistd.h, 
dl-minimal.c, ../sysdeps/generic/dl-e"
<- "nviron.c, ../sysdeps/i386/dl-machine.h, 
../sysdeps/unix/sysv/linux/i386/dl-procinfo.h, ../sysdeps/generic/dl-sysdep.c, 
../sysdeps/unix/sysv/linux/dl-sysdep.c, dl-profile.c, dl-version.c, dl-misc.c, 
dl-debug.c, dl-init.c, dl-error.c, dl-runtime.c, dl-deps.c, do-rel.h, 
dl-reloc.c, dl-object.c, do-lookup.h, ../sysdeps/generic/dl-hash.h, 
dl-lookup.c, ../sysdeps/generic/dl-cache.c, dynamic-link.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/elf/trusted-dirs.h, 
../sysdeps/unix/sysv/linux/i386/dl-librecon.h, ../sysdeps/generic/hp-timing.h, 
../sysdeps/generic/entry.h\n"
   "(gdb) "
#  Getting sources...done.
#  Open Source is an idea whose time has finally come.  See 
http://www.opensource.org/.
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\".\n"
   "Unix child process:\n"
   "\tUsing the running image of attached Pid 18421.\n"
   "\tWhile running this, GDB does not access memory from...\n"
   "Local exec file:\n"
   "\t`/tmp/test/ospf.out\', file type elf32-i386.\n"
   "\tEntry point: 0x8049400\n"
   "\t0x080480f4 - 0x08048107 is .interp\n"
   "\t0x08048108 - 0x08048128 is .note.ABI-tag\n"
   "\t0x08048128 - 0x0804838c is .hash\n"
   "\t0x0804838c - 0x080488cc is .dynsym\n"
   "\t0x080488cc - 0x08048b86 is .dynstr\n"
   "\t0x08048b86 - 0x08048c2e is .gnu.version\n"
   "\t0x08048c30 - 0x08048c60 is .gnu.version_r\n"
   "\t0x08048c60 - 0x08048c68 is .rel.got\n"
   "\t0x08048c68 - 0x08048c80 is .rel.bss\n"
   "\t0x08048c80 - 0x08048ee8 is .rel.plt\n"
   "\t0x08048ee8 - 0x08048f17 is .init\n"
   "\t0x08048f18 - 0x080493f8 is .plt\n"
   "\t0x08049400 - 0x080cb4fc is .text\n"
   "\t0x080cb4fc - 0x080cb516 is .fini\n"
   "\t0x080cb520 - 0x080cdc4c is .rodata\n"
   "\t0x080cec60 - 0x080f7a08 is .data\n"
   "\t0x080f7a08 - 0x080f7a0c is .eh_frame\n"
   "\t0x080f7a0c - 0x080f7a14 is .ctors\n"
   "\t0x080f7a14 - 0x080f7a1c is .dtors\n"
   "\t0x080f7a1c - 0x080f7b60 is .got\n"
   "\t0x080f7b60 - 0x080f7c00 is .dynamic\n"
   "\t0x080f7c00 - 0x080fbf38 is .bss\n"
   "\t0x4001b0d4 - 0x4001dd70 is .hash in /lib/libc.so.6\n"
   "\t0x4001dd70 - 0x40024fd0 is .dynsym in /lib/libc.so.6\n"
   "\t0x40024fd0 - 0x4002cb0d is .dynstr in /lib/libc.so.6\n"
   "\t0x4002cb0e - 0x4002d95a is .gnu.version in /lib/libc.so.6\n"
   "\t0x4002d95c - 0x4002da24 is .gnu.version_d in /lib/libc.so.6\n"
   "\t0x4002da24 - 0x4002da64 is .gnu.version_r in /lib/libc.so.6\n"
   "\t0x4002da64 - 0x4002dac4 is .rel.rodata in /lib/libc.so.6\n"
   "\t0x4002dac4 - 0x4002db2c is .rel.eh_frame in /lib/libc.so.6\n"
   "\t0x4002db2c - 0x4002db44 is .rel__libc_subinit in /lib/libc.so.6\n"
   "\t0x4002db44 - 0x4002dca4 is .rel__libc_subfreeres in /lib/libc.so.6\n"
   "\t0x4002dca4 - 0x4002dcac is .rel__libc_atexit in /lib/libc.so.6\n"
   "\t0x4002dcac - 0x40030564 is .rel.data in /lib/libc.so.6\n"
   "\t0x40030564 - 0x4003056c is .rel.ctors in /lib/libc.so.6\n"
   "\t0x4003056c - 0x40030cac is .rel.got in /lib/libc.so.6\n"
   "\t0x40030cac - 0x40031a84 is .rel.plt in /lib/libc.so.6\n"
   "\t0x40031a84 - 0x40033644 is .plt in /lib/libc.so.6\n"
   "\t0x40033650 - 0x400fb988 is .text in /lib/libc.so.6\n"
   "\t0x400fb990 - 0x400fb9d1 is .fini in /lib/libc.so.6\n"
   "\t0x400fb9e0 - 0x4010799e is .rodata in /lib/libc.so.6\n"
   "\t0x4010799e - 0x401079b1 is .interp in /lib/libc.so.6\n"
   "\t0x401089c0 - 0x4010ae7c is .data in /lib/libc.so.6\n"
   "\t0x4010ae7c - 0x4010ae88 is __libc_subinit in /lib/libc.so.6\n"
   "\t0x4010ae88 - 0x4010af38 is __libc_subfreeres in /lib/libc.so.6\n"
   "\t0x4010af38 - 0x4010af3c is __libc_atexit in /lib/libc.so.6\n"
   "\t0x4010af3c - 0x4010b1d8 is .eh_frame in /lib/libc.so.6\n"
   "\t0x4010b1d8 - 0x4010b1e4 is .ctors in /lib/libc.so.6\n"
   "\t0x4010b1e4 - 0x4010b1ec is .dtors in /lib/libc.so.6\n"
   "\t0x4010b1ec - 0x4010bc84 is .got in /lib/libc.so.6\n"
   "\t0x4010bc84 - 0x4010bd3c is .dynamic in /lib/libc.so.6\n"
   "\t0x4010bd40 - 0x4010f85c is .bss in /lib/libc.so.6\n"
   "\t0x40000094 - 0x400002f4 is .hash in /lib/ld-linux.so.2\n"
   "\t0x400002f4 - 0x40000824 is .dynsym in /lib/ld-linux.so.2\n"
   "\t0x40000824 - 0x40001401 is .dynstr in /lib/ld-linux.so.2\n"
   "\t0x40001402 - 0x400014a8 is .gnu.version in /lib/ld-linux.so.2\n"
   "\t0x400014a8 - 0x40001528 is .gnu.version_d in /lib/ld-linux.so.2\n"
   "\t0x40001528 - 0x40001538 is .rel.data in /lib/ld-linux.so.2\n"
   "\t0x40001538 - 0x40001728 is .rel.got in /lib/ld-linux.so.2\n"
   "\t0x40001728 - 0x400017f0 is .rel.plt in /lib/ld-linux.so.2\n"
   "\t0x400017f0 - 0x40001990 is .plt in /lib/ld-linux.so.2\n"
   "\t0x40001990 - 0x400104ed is .text in /lib/ld-linux.so.2\n"
   "\t0x40010500 - 0x40012840 is .rodata in /lib/ld-linux.so.2\n"
   "\t0x40013840 - 0x40013868 is .data in /lib/ld-linux.so.2\n"
   "\t0x40013868 - 0x400139d0 is .got in /lib/ld-linux.so.2\n"
   "\t0x400139d0 - 0x40013a58 is .dynamic in /lib/ld-linux.so.2\n"
   "\t0x40013a60 - 0x40013ed0 is .bss in /lib/ld-linux.so.2\n"
   "(gdb) "
-> "info program"
<- "\tUsing the running image of attached Pid 18421.\n"
   "Program stopped at 0x804df3f.\n"
   "It stopped after being stepped.\n"
   "(gdb) "
#  Getting sources...
-> "info sources"
<- "Source files for which symbols have been read in:\n"
   "\n"
   "lsl_without_header_translation.c, lslmsg.c, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
/home/nsama/bsd/psr/ospf/include/lslproto.h, 
/home/nsama/bsd/psr/ospf/include/visnpstr.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, vlslstr.h, lslctrl.c, 
/usr/local/include/time.h, lsl.h, /usr/local/include/stdlib.h, 
/usr/local/include/sys/types.h, /home/nsama/bsd/psr/ospf/include/rwos.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, klsl.h, 
vlsl.h, rwos_lsl_api.h, vlslctrl.h, bin_ospf/trace_table.c, 
/home/nsama/bsd/psr/common/include/nxtrace.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, main.c, 
/usr/local/include/stdio.h, /usr/local/include/features.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/bits/types.h, /usr/local/include/libio.h, 
/usr/local/include/_G_config.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/endian.h, /usr/local/include/bits/endian.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/select.h, 
/usr/local/include/bits/sigset.h, /usr/local/include/sys/sysmacros.h, 
/usr/local/include/alloca.h, /usr/local/include/string.h, 
/usr/local/include/unistd.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/getopt.h, 
/usr/local/include/sys/time.h, /usr/local/include/bits/time.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, ../drivers/eth860/eth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/veth860quicc.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
/home/nsama/bsd/psr/ospf/include/acl.h, 
/home/nsama/bsd/psr/ospf/include/x_lists.h, 
/home/nsama/bsd/psr/ospf/include/map.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/common/include/nxtypes.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, init.c, 
../include/libc-symbols.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, ../include/libintl.h, 
../intl/libintl.h, ../include/features.h, ../include/sys/cdefs.h, 
../misc/sys/cdefs.h, ../include/locale.h, ../locale/locale.h, 
../include/xlocale.h, ../locale/xlocale.h, 
../sysdeps/unix/sysv/linux/_G_config.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, ../sysdeps/generic/libc-start.c, 
../include/errno.h, ../sysdeps/unix/sysv/linux/bits/errno.h, 
/usr/include/linux/errno.h, /usr/include/asm/errno.h, ../include/fcntl.h, 
../io/fcntl.h, ../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, 
../posix/sys/types.h, ../include/sys/stat.h, ../io/sys/stat.h, ../time/time.h, 
../sysdeps/unix/sysv/linux/bits/stat.h, ../sysdeps/unix/sysv/linux/paths.h, 
../include/stdlib.h, ../stdlib/stdlib.h, ../include/alloca.h, 
../stdlib/alloca.h, ../posix/unistd.h, ../include/sys/ioctl.h, 
../misc/sys/ioctl.h, ../sysdeps/unix/sysv/linux/bits/ioctls.h, 
/usr/include/asm/ioctls.h, /usr/include/asm/ioctl.h, 
../sysdeps/unix/sysv/linux/bits/ioctl-types.h, 
../sysdeps/unix/sysv/linux/sys/ttydefaults.h, ../elf/ldsodefs.h, 
../include/elf.h, ../elf/elf.h, ../sysdeps/generic/stdint.h, 
../include/dlfcn.h, ../elf/dlfcn.h, ../sysdeps/generic/bits/dlfcn.h, 
../include/link.h, ../elf/link.h, ../sysdeps/generic/bits/elfclass.h, 
../sysdeps/unix/sysv/linux/init-first.c, ../include/unistd.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h, 
../sysdeps/generic/bits/environments.h, ../sysdeps/wordsize-32/bits/wordsize.h, 
../sysdeps/generic/bits/confname.h, ../include/getopt.h, ../posix/getopt.h, 
../sysdeps/unix/sysv/linux/i386/sysdep.h, ../sysdeps/unix/i386/sysdep.h, 
../sysdeps/unix/sysdep.h, ../sysdeps/generic/sysdep.h, 
../sysdeps/unix/sysv/linux/sys/syscall.h, /usr/include/asm/unistd.h, 
../sysdeps/i386/sysdep.h, ../include/fpu_control.h, 
../sysdeps/i386/fpu_control.h, /usr/include/linux/personality.h, 
/usr/include/linux/linkage.h, /usr/include/linux/ptrace.h, 
/usr/include/asm/ptrace.h, ../sysdeps/unix/sysv/linux/init-first.h, 
../include/sys/types.h, ../include/time.h, ../include/endian.h, 
../string/endian.h, ../sysdeps/i386/bits/endian.h, ../include/sys/select.h, 
../misc/sys/select.h, ../sysdeps/i386/bits/select.h, 
../sysdeps/unix/sysv/linux/bits/sigset.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, soinit.c, __select, dl-fini.c, 
dl-load.c, dl-dst.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/elf/trusted-dirs.h, 
../string/bits/string2.h, ../sysdeps/i386/dl-machine.h, 
../stdio-common/_itoa.h, dynamic-link.h, rtld.c, ../include/string.h, 
../string/string.h, ../sysdeps/i386/bits/string.h, ../include/bits/string2.h, 
../include/sys/mman.h, ../misc/sys/mman.h, 
../sysdeps/unix/sysv/linux/i386/bits/mman.h, ../sysdeps/generic/entry.h, 
../sysdeps/generic/hp-timing.h, ../sysdeps/unix/sysv/linux/sys/param.h, 
../include/limits.h, ../include/bits/posix1_lim.h, ../posix/bits/posix1_lim.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, 
/usr/include/linux/limits.h, ../include/bits/posix2_lim.h, 
../posix/bits/posix2_lim.h, ../include/bits/xopen_lim.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/bits/stdio_lim.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/include/linux/param.h, /usr/include/asm/param.h, ../include/assert.h, 
../assert/assert.h, ../sysdeps/unix/sysv/linux/i386/dl-librecon.h, do-rel.h\n"
   "\n"
   "Source files for which symbols will be read in on demand:\n"
   "\n"
   "src/paramList.c, fast_path_ip_api.c, eth860phy.c, 
/home/nsama/bsd/psr/ospf/include/x_sockets.h, x_sockets.c, x_queue.c, 
sortlist.c, message_digest.h, message_digest_structures.h, 
message_digest_constants.h, message_digest.c, lsltx.c, vnvlsl.h, lslconfg.c, 
ospf_pdu.h, ospf_pdu.c, rtsrc/rtevalstub.c, rtsrc/asn1rt.c, rtsrc/asn1ber.c, 
rtsrc/asn1type.h, rtsrc/asn1per.h, rtsrc/asn1per.c, scp_api.c, scp.c, 
/usr/local/include/sys/errno.h, /home/nsama/bsd/psr/common/include/nxtrace.h, 
net.c, rtt.c, /home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1type.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/resource.h, /usr/local/include/sys/resource.h, 
sendrecv.c, scp_debug.c, /usr/local/include/bits/in.h, 
/usr/local/include/time.h, net.h, scp_debug.h, errors.h, scp_api.h, rtt.h, 
/home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1per.h, scp.h, scp_ctxt.h, 
/home/nsama/bsd/psr/apollo/common/include/mercury.h, 
/home/nsama/bsd/psr/apollo/common/nxip/include/iobuf.h, 
/home/nsama/bsd/psr/apollo/common/include/queue.h, 
/home/nsama/bsd/psr/apollo/common/include/iaclib.h, scp_ctxt.c, 
/home/nsama/bsd/psr/common/include/paramList.h, 
/usr/local/include/sys/syslog.h, /usr/local/include/syslog.h, src/nxtrace.c, 
src/ftobj.c, /usr/local/include/sys/types.h, /usr/local/include/unistd.h, 
src/ftlib.c, /home/nsama/bsd/psr/ft/include/ftmsgs.h, 
/usr/local/include/netinet/in.h, /usr/local/include/bits/socket.h, 
/usr/local/include/ctype.h, src/ftenv.c, xtm_clients.c, xtm_timer.h, 
xtm_timer.c, xtm_routes.h, /home/nsama/bsd/psr/ospf/include/x_lists.h, 
../../drivers/eth860/veth860.h, ../../drivers/eth860/veth860str.h, 
../../drivers/eth860/veth860quicc.h, ../../drivers/eth860/keth860.h, 
../../drivers/eth860/eth860.h, ../ip/vipstr.h, ../ip/varpuser.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, ../ip/vudpstr.h, ../ip/vudpbuf.h, 
../ip/vipusstr.h, /home/nsama/bsd/psr/ospf/include/visnpstr.h, xtm_routes.c, 
xtm_structures.h, xtm_clients.h, /usr/local/include/stdint.h, xtm_print.c, 
xtm_print.h, xtm_internal_clients.c, xtm_config.h, xtm_internal_clients.h, 
xtm_initialize.c, rtm_structures.h, rtm_patricia_32_bits_key.c, rtm_control.c, 
rtm_utilities.c, rtm_timer.c, rtm_queue.c, rtm_print_utilities.c, 
rtm_patricia_32_bits_key_structures.h, rtm_patricia_32_bits_key.h, 
rtm_patricia_32_bits_key_api.c, rtm_initialize.c, rtm_get_config.c, 
rtm_explib.c, rtm_config.h, rtm_globals.h, rtm_prototypes.h, rtm_explib.h, 
rtm_enums.h, rtm_constants.h, rtm_patricia_32_bits_key_prototypes.h, 
rtm_patricia_32_bits_key_constants.h, rtm.h, rtm_configuration.c, 
ospf_routing_table_updates.c, ospf_patricia_32_bits_key.c, 
ospf_inter_area_route_calculation.c, ospf_external_route_calculation.c, 
ospf_designated_router_election.c, ospf_routing_table.c, 
ospf_receive_database.c, ospf_patricia_route_table.c, ospf_neighbor_events.c, 
ospf_link_state_database.c, ospf_interface_events.c, ospf_hello.c, 
ospf_flood.c, ospf_external_routes.c, ospf_dijkstra.c, ospf_database_summary.c, 
ospf_control.c, ospf_checksum.c, ospf_transmit_acknowledgement.c, 
../xtm/xtm_clients.h, ../rtm/rtm_enums.h, ../rtm/rtm_constants.h, 
../xtm/xtm_routes.h, ../xtm/xtm_structures.h, 
/home/nsama/bsd/psr/asn1/ospf_cim/ospf_pdu.h, 
/home/nsama/bsd/psr/asn1/nxscp/encode_decode.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_api.h, 
/home/nsama/bsd/psr/asn1/nxscp/sendrecv.h, 
/home/nsama/bsd/psr/asn1/nxscp/rtt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_ctxt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp.h, /usr/local/include/sys/socket.h, 
ospf_cli.h, ospf_cli.c, ospf_shortest_path_calculation.c, 
ospf_routing_table_lookups.c, ospf_receive_acknowledgement.c, 
ospf_patricia_32_bits_key_api.c, ospf_neighbor_state_machine.h, 
ospf_neighbor_state_machine.c, ospf_link_state_advertisements.c, 
ospf_interface_state_machine.h, ospf_interface_state_machine.c, 
ospf_utilities.c, ospf_transmit_utilities.c, ospf_transmit_update.c, 
ospf_transmit_request.c, ospf_transmit_database.c, ospf_transmit.c, 
/home/nsama/bsd/psr/ospf/include/map.h, ospf_to_rtm.c, ospf_timer.c, 
ospf_snmp.h, ospf_snmp.c, ospf_receive_utilities.c, ospf_receive_update.c, 
ospf_receive_request.c, ospf_receive_packet.c, ospf_print_utilities.c, 
ospf_list_utilities.c, ospf_interface.c, ../ip/ip_header_translation.h, 
../ip/vip.h, ../ip/vicmpstr.h, ../ip/vicmpusr.h, ../ip/kicmp.h, 
../ip/vrip2str.h, ../ip/vripstr.h, ../ip/kripv2.h, ../ip/krip.h, 
../ip/viprastr.h, ../ip/vrarpstr.h, ../ip/vrarpusr.h, ../ip/varpstr.h, 
../ip/karp.h, ../ip/vudpuser.h, ../ip/kudp.h, 
../ip/udp_raw_interface_structures.h, ../ip/udp_raw_interface.h, 
../ip/udp_socket_interface.h, ../ip/viprtstr.h, ../ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrstr.h, 
/home/nsama/bsd/psr/ospf/include/rwos.h, ../ip/ip.h, ospf_structures.h, 
ospf_initialization.c, ospf_configuration.h, ospf_globals.h, 
ospf_patricia_route_table.h, ospf_prototypes.h, 
ospf_patricia_32_bits_key_prototypes.h, ospf_enums.h, ospf_constants.h, 
../ip/kroute.h, /home/nsama/bsd/psr/ospf/include/lslproto.h, 
/usr/local/include/libio.h, ospf.h, ospf_configuration.c, 
patricia_64_bits_key.c, mfapi.c, b_tree_update.c, b_tree_console.c, 
b_tree_api.c, b_tree.c, patricia_update.c, patricia_console.c, 
patricia_access.c, patricia_64_bits_key_api.c, mft_utils.c, mft.c, 
mfapi_rsrr_support.c, mfapi_init.c, mfapi_console.c, mfapi_globals.h, 
mfapi_explib.h, mfapi_prototypes.h, mfapi_structures.h, mfapi_enums.h, 
mfapi_constants.h, patricia_64_bits_key_prototypes.h, 
patricia_64_bits_key_structures.h, patricia_64_bits_key_constants.h, 
patricia_64_bits_key.h, ../ip/kip.h, ../ip/vipktstr.h, ../ip/kipuser.h, 
../ip/ipexplib.h, mfapi.h, mfapi_api.c, ipconfig.c, ip_port_config.c, 
ip_old_port_config.c, icmpprnt.c, ripv2reppr.c, ipsrcrt.c, ipremacc.c, 
ipreassm.c, ipoptns.c, ipmfwdr.c, ipfwdr.c, ipfragtx_fragment.c, ipfragtx.c, 
ipctrl_route_cache.c, ipctrl.c, ipbuf.c, ip_static_routes_from_rtm.c, 
ip_header_translation.c, ip_config_static_routes.c, icmptx.c, icmprxpr.c, 
vicmp.h, icmprx.c, arptx.c, arprx.c, arplist.c, arp.c, udptx.c, udprx.c, 
udp_socket_interface.c, udp_raw_interface.c, ripv2tx.c, ripv2rxrep.c, 
ripv2rx.c, ripv2key.c, riptxrep.c, riptx.c, riprxrep.c, riprx.c, ripreppr.c, 
ripinit.c, /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
vrip2snmp.h, rip2snmp.c, rip2auth.c, rip.c, rarp.c, iputil.c, iptxpr.c, iptx.c, 
iptransp.c, iptimer.c, vudpsnmp.h, vicmsnmp.h, varpsnmp.h, vipsnmp.h, ipsnmp.c, 
iprxpr.c, iprxhdpr.c, iprxassm.c, iprx_forwarder.c, iprx.c, iproute_utility.c, 
iproute.c, vipprint.h, ipprint.c, ipnwcnfg_get.c, ipnwcnfg.c, 
../fast_path_ip/fast_path_ip_structures.h, ipinit.c, ipexcnfg.c, 
ipconfig_set.c, vnvip.h, vipstr.h, vudpstr.h, vudpbuf.h, vipusstr.h, 
ipconfig_get.c, ip_header_translation.h, vip.h, 
/home/nsama/bsd/psr/ospf/include/vnvrmstr.h, kip.h, vicmpstr.h, vicmpusr.h, 
kicmp.h, vrip2str.h, vripstr.h, kripv2.h, krip.h, viprastr.h, vrarpstr.h, 
vrarpusr.h, varpstr.h, varpuser.h, karp.h, vudpuser.h, kudp.h, 
udp_raw_interface_structures.h, udp_raw_interface.h, udp_socket_interface.h, 
vipktstr.h, kipuser.h, viprtstr.h, iplib.h, ../rtm/rtm_explib.h, 
../rtm/rtm_patricia_32_bits_key_prototypes.h, 
../rtm/rtm_patricia_32_bits_key_structures.h, 
../rtm/rtm_patricia_32_bits_key_constants.h, ../rtm/rtm_lib.h, kroute.h, 
../fast_path_ip/fast_path_ip_if.h, ../mfapi/mfapi_explib.h, 
../mfapi/mfapi_structures.h, ../mfapi/mfapi_constants.h, 
../mfapi/patricia_64_bits_key_prototypes.h, 
../mfapi/patricia_64_bits_key_structures.h, 
../mfapi/patricia_64_bits_key_constants.h, ../mfapi/patricia_64_bits_key.h, 
../mfapi/mfapi_enums.h, ip.h, fast_path_ip_support.c, fast_path_ip_cache.c, 
fast_path_ip_receive.c, fast_path_ip_printf.c, vnvfast_path_ip.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/types.h, 
/usr/local/include/stdlib.h, fast_path_ip_imported_function_prototypes.h, 
fast_path_ip_if.h, fast_path_ip_prototypes.h, fast_path_ip_defines.h, 
fast_path_ip_globals.h, fast_path_ip_structures.h, fast_path_ip_enums.h, 
fast_path_ip.h, fast_path_ip_init.c, rw_memory_functions.c, rwos_scheduler.c, 
rw_dispatcher_structures.h, rw_time_stamp_functions.c, rw_event_functions.c, 
rw_host_os_interface.h, rw_dispatcher_functions.h, rw_dispatcher_globals.h, 
rw_dispatcher_functions.c, rwcontainer.c, rw_linked_list_functions.h, 
rw_linked_list_structures.h, rw_container_functions.h, rw_linked_list.c, 
/home/nsama/bsd/psr/ospf/include/x_queue.h, /usr/local/include/bits/fcntl.h, 
/usr/local/include/fcntl.h, phyLane.c, veth860str.h, eth860ctrl.c, 
eth860util.c, eth860tx.c, ../include/phy.h, veth860quicc.h, 
/usr/local/include/bits/stat.h, /usr/local/include/sys/stat.h, eth860rx.c, 
/home/nsama/bsd/psr/ft/include/fttrace.h, 
/home/nsama/bsd/psr/common/include/nxlimits.h, /usr/local/include/arpa/inet.h, 
/usr/local/include/bits/byteswap.h, /usr/local/include/bits/wordsize.h, 
/usr/local/include/asm/sockios.h, /usr/local/include/asm/socket.h, 
/usr/local/include/bits/sockaddr.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/local/include/bits/posix2_lim.h, /usr/local/include/linux/limits.h, 
/usr/local/include/bits/local_lim.h, /usr/local/include/bits/posix1_lim.h, 
/usr/local/include/limits.h, /home/nsama/bsd/psr/ft/include/ftlib.h, 
/home/nsama/bsd/psr/ospf/include/vcrsstr.h, 
../../stacks/ip/ip_header_translation.h, ../../stacks/ip/vip.h, 
../../stacks/ip/vipstr.h, ../../stacks/ip/kip.h, ../../stacks/ip/vicmpstr.h, 
../../stacks/ip/vicmpusr.h, ../../stacks/ip/kicmp.h, 
../../stacks/ip/vrip2str.h, ../../stacks/ip/vripstr.h, 
../../stacks/ip/kripv2.h, ../../stacks/ip/krip.h, ../../stacks/ip/viprastr.h, 
../../stacks/ip/vrarpstr.h, ../../stacks/ip/vrarpusr.h, 
../../stacks/ip/varpstr.h, ../../stacks/ip/varpuser.h, ../../stacks/ip/karp.h, 
../../stacks/ip/vudpstr.h, ../../stacks/ip/vudpbuf.h, 
../../stacks/ip/vudpuser.h, ../../stacks/ip/kudp.h, 
../../stacks/ip/udp_raw_interface_structures.h, 
../../stacks/ip/udp_raw_interface.h, ../../stacks/ip/udp_socket_interface.h, 
../../stacks/ip/vipktstr.h, ../../stacks/ip/vipusstr.h, 
../../stacks/ip/kipuser.h, ../../stacks/ip/viprtstr.h, ../../stacks/ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrsnstr.h, ../../stacks/rtm/rtm_explib.h, 
../../stacks/rtm/rtm_enums.h, ../../stacks/rtm/rtm_constants.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_prototypes.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_structures.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_constants.h, 
../../stacks/rtm/rtm_lib.h, ../../stacks/ip/kroute.h, 
../../stacks/fast_path_ip/fast_path_ip_if.h, ../../stacks/mfapi/mfapi_explib.h, 
../../stacks/mfapi/mfapi_structures.h, ../../stacks/mfapi/mfapi_constants.h, 
../../stacks/mfapi/patricia_64_bits_key_prototypes.h, 
../../stacks/mfapi/patricia_64_bits_key_structures.h, 
../../stacks/mfapi/patricia_64_bits_key_constants.h, 
../../stacks/mfapi/patricia_64_bits_key.h, ../../stacks/mfapi/mfapi_enums.h, 
../../stacks/ip/ip.h, vnveth860.h, veth860.h, keth860.h, eth860.h, 
eth860init.c, socket_tcp_stubs.c, socket_call_back.c, socket.c, 
socket_old_compatibility_interface.h, 
/home/nsama/bsd/psr/ospf/include/vethstr.h, 
socket_old_compatibility_interface.c, socket_configuration.h, 
socket_functions.h, socket_globals.h, socket_structures.h, socket.h, 
../stacks/ip/udp_raw_interface_structures.h, ../stacks/ip/udp_raw_interface.h, 
../stacks/ip/udp_socket_interface.h, socket_tcp_stubs_include.h, 
../stacks/ip/vipusstr.h, ../stacks/ip/kipuser.h, socket_include.h, 
socket_utility.c, x_lists.c, /home/nsama/bsd/psr/ospf/include/acl.h, map.c, 
/home/nsama/bsd/psr/apollo/common/include/nxutil.h, 
/usr/local/include/asm/errno.h, /usr/local/include/linux/errno.h, 
/usr/local/include/bits/errno.h, /usr/local/include/errno.h, acl.c, snmpncfg.c, 
snmpglbl.c, miscutls.c, listutls.c, convutls.c, accesnmp.c, nvrmutil.c, 
vnvram.h, knvram.h, nvram.c, lsl_network_protocol_decode.c, 
/usr/local/include/stdio.h, lslbuff.c, lsl_old_socket_compatibility.c, 
/home/nsama/bsd/psr/common/include/nxtypes.h, lslutil.c, 
/home/nsama/bsd/psr/ospf/include/ktr.h, lsltoken.c, lsltimer.c, vlslsnmp.h, 
lslsnmp.c, lslsnap.c, lslrx.c, lslport.c, vlslstr.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860quicc.h, lslinit.c, 
vlslctrl.h, rwos_lsl_api.h, vlsl.h, klsl.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, lsl.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, ../drivers/eth860/veth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/eth860.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, /usr/local/include/bits/time.h, 
/usr/local/include/sys/time.h, /usr/local/include/getopt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/string.h, /usr/local/include/alloca.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/endian.h, 
/usr/local/include/endian.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/_G_config.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/features.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../sysdeps/unix/sysv/linux/_G_config.h, ../locale/xlocale.h, 
../include/xlocale.h, ../locale/locale.h, ../include/locale.h, 
../misc/sys/cdefs.h, ../include/sys/cdefs.h, ../include/features.h, 
../intl/libintl.h, ../include/libintl.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, 
../include/libc-symbols.h, /usr/include/bits/sigthread.h, 
/usr/include/bits/sched.h, /usr/include/bits/pthreadtypes.h, 
/usr/include/bits/sigset.h, /usr/include/signal.h, /usr/include/bits/time.h, 
/usr/include/time.h, /usr/include/sched.h, /usr/include/pthread.h, 
../../gcc/gthr-posix.h, gthr-default.h, ../../gcc/gthr.h, ../../gcc/frame.h, 
../../gcc/dwarf2.h, ../../gcc/frame.c, ../../gcc/libgcc2.c, 
../../gcc/longlong.h, include/stddef.h, ../../gcc/defaults.h, 
../../gcc/machmode.def, ../../gcc/gansidecl.h, ../../gcc/machmode.h, 
../../gcc/getopt.h, /usr/include/bits/confname.h, 
/usr/include/bits/posix_opt.h, /usr/include/unistd.h, /usr/include/alloca.h, 
/usr/include/sys/sysmacros.h, /usr/include/bits/select.h, 
/usr/include/sys/select.h, /usr/include/bits/endian.h, /usr/include/endian.h, 
/usr/include/bits/types.h, /usr/include/sys/types.h, /usr/include/gnu/stubs.h, 
/usr/include/sys/cdefs.h, /usr/include/features.h, /usr/include/stdlib.h, 
../../gcc/config/i386/perform.h, ../../gcc/config/svr4.h, 
../../gcc/config/linux.h, ../../gcc/config/i386/unix.h, 
../../gcc/config/i386/att.h, ../../gcc/config/i386/i386.h, 
../../gcc/config/i386/linux.h, tm.h, ../../gcc/config/i386/xm-i386.h, 
tconfig.h, interp.c, sofini.c, ../string/bits/string2.h, 
../sysdeps/unix/sysv/linux/dl-origin.c, dl-profstub.c, dl-addr.c, 
../elf/dlfcn.h, ../elf/elf.h, ../elf/ldsodefs.h, dl-symbol.c, dl-close.c, 
dl-dst.h, ../linuxthreads/sysdeps/pthread/pthread.h, dl-open.c, 
../sysdeps/gnu/getutmp.c, ../sysdeps/gnu/getutmpx.c, 
../sysdeps/generic/updwtmpx.c, ../sysdeps/generic/utmpxname.c, 
../sysdeps/generic/pututxline.c, ../sysdeps/generic/getutxline.c, 
../sysdeps/generic/getutxid.c, ../sysdeps/generic/endutxent.c, 
../sysdeps/generic/getutxent.c, ../sysdeps/gnu/bits/utmpx.h, 
../sysdeps/gnu/utmpx.h, ../sysdeps/generic/setutxent.c, 
../stdio-common/_itoa.h, ../sysdeps/unix/sysv/linux/ptsname.c, 
../sysdeps/unix/sysv/linux/unlockpt.c, pty-private.h, 
../sysdeps/unix/grantpt.c, ../sysdeps/unix/sysv/linux/grantpt.c, 
../sysdeps/unix/bsd/getpt.c, ../sysdeps/unix/sysv/linux/getpt.c, 
../sysdeps/generic/updwtmp.c, ../sysdeps/unix/sysv/linux/updwtmp.c, utmpname.c, 
programs/utmpd.h, utmp_daemon.c, utmp-private.h, ../sysdeps/gnu/bits/utmp.h, 
../sysdeps/generic/utmp_file.c, ../sysdeps/unix/sysv/linux/utmp_file.c, 
getutline_r.c, getutid_r.c, getutline.c, getutid.c, getutent_r.c, getutent.c, 
../sysdeps/generic/fdetach.c, ../sysdeps/generic/fattach.c, 
../sysdeps/generic/putpmsg.c, ../sysdeps/generic/putmsg.c, 
../sysdeps/generic/getpmsg.c, ../sysdeps/generic/getmsg.c, 
../sysdeps/generic/bits/stropts.h, stropts.h, ../sysdeps/generic/isastream.c, 
nscd-client.h, nscd_gethst_r.c, ../sysdeps/unix/sysv/linux/bits/socket.h, 
../posix/sys/types.h, nscd_getgr_r.c, nscd_proto.h, nscd_getpw_r.c, 
xdr_intXX_t.c, create_xid.c, ../sysdeps/unix/sysv/linux/bits/uio.h, svc_unix.c, 
clnt_unix.c, ../ctype/ctype.h, xcrypt.c, svcauth_des.c, rtime.c, openchild.c, 
../misc/search.h, ../resolv/resolv.h, ../nss/nsswitch.h, netname.c, 
rpc/key_prot.h, key_prot.c, ../sunrpc/rpc/key_prot.h, 
../include/rpc/key_prot.h, ../sunrpc/rpc/clnt.h, key_call.c, des_soft.c, 
../crypt/sysdeps/unix/des_impl.c, ../sunrpc/rpc/rpc_des.h, ../include/des.h, 
des_crypt.c, authdes_prot.c, rpc/des_crypt.h, auth_des.c, xdr_sizeof.c, 
publickey.c, xdr_stdio.c, xdr_ref.c, xdr_rec.c, xdr_mem.c, xdr_float.c, 
xdr_array.c, xdr.c, svc_udp.c, svc_tcp.c, svc_simple.c, svc_run.c, svc_raw.c, 
../sunrpc/rpc/svc.h, svc_authux.c, svc_auth.c, svc.c, rpc_cmsg.c, rpc_common.c, 
rpc_prot.c, ../sunrpc/rpc/pmap_rmt.h, ../include/rpc/pmap_rmt.h, pmap_rmt.c, 
pmap_prot2.c, pmap_prot.c, pm_getport.c, pm_getmaps.c, ../inet/netinet/in.h, 
pmap_clnt.c, ../sunrpc/rpc/rpc_msg.h, getrpcport.c, ../sunrpc/rpc/pmap_prot.h, 
../include/rpc/pmap_prot.h, get_myaddr.c, rpc_dtable.c, 
../sysdeps/unix/sysv/linux/bits/ioctl-types.h, clnt_udp.c, 
../sunrpc/rpc/pmap_clnt.h, ../include/rpc/pmap_clnt.h, clnt_tcp.c, clnt_simp.c, 
clnt_raw.c, ../sunrpc/rpc/xdr.h, ../sunrpc/rpc/auth.h, clnt_perr.c, 
../include/sys/errno.h, ../socket/sys/socket.h, ../sunrpc/rpc/svc_auth.h, 
../include/rpc/svc_auth.h, ../include/rpc/svc.h, ../sunrpc/rpc/auth_des.h, 
../include/rpc/auth_des.h, ../include/rpc/rpc_msg.h, ../socket/sys/un.h, 
../include/rpc/clnt.h, ../sunrpc/rpc/rpc.h, ../include/rpc/rpc.h, clnt_gen.c, 
bindrsvprt.c, authuxprot.c, ../sunrpc/rpc/auth_unix.h, 
../include/rpc/auth_unix.h, auth_unix.c, ../include/rpc/xdr.h, 
../include/rpc/auth.h, ../sunrpc/rpc/types.h, ../include/rpc/types.h, 
auth_none.c, ../sysdeps/unix/sysv/linux/if_index.c, ../resolv/netdb.h, 
getnameinfo.c, in6_addr.c, ../nss/getXXbyYY_r.c, getaliasname_r.c, 
../nss/getXXbyYY.c, getaliasname.c, ../nss/getXXent.c, getaliasent.c, 
../nss/getXXent_r.c, ../inet/aliases.h, ../include/aliases.h, getaliasent_r.c, 
getnetgrent.c, netgroup.h, getnetgrent_r.c, ../libio/bits/stdio.h, ruserpass.c, 
rexec.c, rcmd.c, ether_ntoh.c, ../sysdeps/unix/sysv/linux/net/if_arp.h, 
../sysdeps/unix/sysv/linux/net/ethernet.h, 
../sysdeps/unix/sysv/linux/netinet/if_ether.h, ether_ntoa_r.c, ether_ntoa.c, 
ether_line.c, ether_hton.c, ether_aton_r.c, /usr/include/linux/if_ether.h, 
../inet/netinet/ether.h, ../include/netinet/ether.h, ether_aton.c, 
getrpcbynumber_r.c, getrpcbyname_r.c, getrpcent_r.c, getrpcbynumber.c, 
getrpcbyname.c, getrpcent.c, getservent_r.c, getservent.c, getsrvbypt_r.c, 
getsrvbypt.c, getsrvbynm_r.c, getsrvbynm.c, getprtname_r.c, getprtname.c, 
getprtent_r.c, getprtent.c, getproto_r.c, getproto.c, getnetbynm_r.c, 
getnetent_r.c, getnetent.c, getnetbynm.c, getnetbyad_r.c, getnetbyad.c, 
gethstent_r.c, gethstent.c, ../nss/digits_dots.c, gethstbynm_r.c, 
gethstbynm2_r.c, gethstbynm2.c, gethstbynm.c, ../resolv/res_hconf.h, 
../grp/grp.h, gethstbyad_r.c, gethstbyad.c, herrno.c, inet_net.c, inet_ntoa.c, 
inet_netof.c, inet_mkadr.c, inet_lnaof.c, htons, htonl, 
../sysdeps/generic/elf/backtracesymsfd.c, 
../sysdeps/generic/elf/backtracesyms.c, ../debug/execinfo.h, 
../include/execinfo.h, ../sysdeps/i386/backtrace.c, no-tsd.c, weaks.c, 
XXX-lookup.c, alias-lookup.c, key-lookup.c, netgrp-lookup.c, spwd-lookup.c, 
ethers-lookup.c, rpc-lookup.c, pwd-lookup.c, grp-lookup.c, network-lookup.c, 
hosts-lookup.c, service-lookup.c, nsswitch.h, proto-lookup.c, databases.def, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/gnu/lib-names.h, nsswitch.c, 
res_hconf.h, ../sysdeps/unix/sysv/linux/net/if.h, ../string/memory.h, 
../include/memory.h, res_hconf.c, ../stdlib/stdlib.h, res_init.c, nsap_addr.c, 
inet_pton.c, inet_ntop.c, inet_addr.c, ../conf/portability.h, herror.c, 
../misc/sysexits.h, ../include/sysexits.h, argp-eexst.c, argp.h, argp-xinl.c, 
argp-pvh.c, argp-pv.c, argp-parse.c, argp-fmtstream.h, argp-help.c, 
argp-fs-xinl.c, argp-namefrob.h, argp-fmtstream.c, argp-ba.c, lckpwdf.c, 
fgetspent_r.c, sgetspent_r.c, getspnam_r.c, getspent_r.c, putspent.c, 
fgetspent.c, sgetspent.c, getspnam.c, ../shadow/shadow.h, ../include/shadow.h, 
getspent.c, cname-lookup.h, wcextra_l.c, wctype_l.c, towctrans_l.c, 
iswctype_l.c, wcfuncs_l.c, wcextra.c, towctrans.c, wctrans.c, iswctype.c, 
wctype.c, ../locale/localeinfo.h, wcfuncs.c, gconv.h, gconv_int.h, 
../time/time.h, gconv_dl.c, ../iconv/skeleton.c, ../iconv/loop.c, 
gconv_simple.c, gconv_builtin.c, gconv_builtin.h, ../libio/libio.h, 
gconv_conf.c, ../posix/regex.h, ../elf/link.h, gconv_db.c, gconv_close.c, 
gconv.c, gconv_open.c, iconv_close.c, iconv.h, iconv.c, iconv_open.c, 
../sysdeps/generic/prof-freq.c, bb_exit_func.c, 
../sysdeps/generic/bb_init_func.c, 
../sysdeps/unix/sysv/linux/i386/sigcontextinfo.h, 
../sysdeps/unix/sysv/linux/i386/profil-counter.h, ../sysdeps/posix/profil.c, 
../sysdeps/unix/sysv/linux/profil.c, ../sysdeps/generic/atomicity.h, 
../sysdeps/i386/machine-gmon.h, ../gmon/sys/gmon.h, mcount.c, 
../gmon/sys/gmon_out.h, ../include/sys/gmon_out.h, ../include/sys/gmon.h, 
gmon.c, ../sysdeps/unix/sysv/linux/shmctl.c, 
../sysdeps/unix/sysv/linux/shmget.c, ../sysdeps/unix/sysv/linux/shmdt.c, 
../sysdeps/gnu/bits/shm.h, ../sysvipc/sys/shm.h, ../include/sys/shm.h, 
../sysdeps/unix/sysv/linux/shmat.c, ../sysdeps/unix/sysv/linux/semctl.c, 
../sysdeps/unix/sysv/linux/semget.c, ../sysdeps/gnu/bits/sem.h, 
../sysvipc/sys/sem.h, ../include/sys/sem.h, ../sysdeps/unix/sysv/linux/semop.c, 
../sysdeps/unix/sysv/linux/msgctl.c, ../sysdeps/unix/sysv/linux/msgget.c, 
../sysdeps/unix/sysv/linux/msgrcv.c, ../sysdeps/gnu/bits/msq.h, 
../sysvipc/sys/msg.h, ../include/sys/msg.h, 
../sysdeps/unix/sysv/linux/msgsnd.c, ../sysdeps/gnu/bits/ipc.h, 
../include/bits/ipc.h, ../sysvipc/sys/ipc.h, ../include/sys/ipc.h, ftok.c, 
../sysdeps/unix/sysv/linux/netrose/rose.h, 
../sysdeps/unix/sysv/linux/netpacket/packet.h, 
../sysdeps/unix/sysv/linux/netipx/ipx.h, 
../sysdeps/unix/sysv/linux/neteconet/ec.h, 
../sysdeps/unix/sysv/linux/netax25/ax25.h, /usr/include/linux/atalk.h, 
/usr/include/asm/types.h, ../sysdeps/unix/sysv/linux/netatalk/at.h, 
../sysdeps/unix/sysv/linux/netash/ash.h, ../sysdeps/unix/sysv/linux/sa_len.c, 
../sysdeps/unix/sysv/linux/cmsg_nxthdr.c, ../sysdeps/posix/isfdtype.c, 
__socketpair, __socket, __shutdown, setsockopt, __libc_sendto, __libc_sendmsg, 
__libc_send, __libc_recvmsg, __libc_recvfrom, __libc_recv, listen, 
__getsockopt, getsockname, __getpeername, __libc_connect, bind, __libc_accept, 
uselib, sysinfo, sendfile, quotactl, query_module, prctl, __personality, 
nfsservctl, __munlockall, __munlock, __mremap, __mount, __mlockall, __mlock, 
klogctl, init_module, get_kernel_syms, delete_module, create_module, capset, 
capget, bdflush, __adjtimex, __modify_ldt, __umount2, __umount, 
../sysdeps/unix/sysv/linux/getresgid.c, ../sysdeps/unix/sysv/linux/getresuid.c, 
../sysdeps/unix/sysv/linux/llseek.c, __clone, /usr/include/linux/lists.h, 
/usr/include/linux/sysctl.h, ../sysdeps/unix/sysv/linux/sys/sysctl.h, 
../sysdeps/unix/sysv/linux/sysctl.c, 
../sysdeps/unix/sysv/linux/i386/setresuid.c, 
../sysdeps/unix/sysv/linux/i386/setresgid.c, 
../sysdeps/unix/sysv/linux/i386/setfsuid.c, 
../sysdeps/unix/sysv/linux/sys/fsuid.h, 
../sysdeps/unix/sysv/linux/i386/setfsgid.c, __vm86, iopl, ioperm, init-misc.c, 
regexp.h, regexp.c, dirname.c, ../sysdeps/unix/sysv/linux/getsysstats.c, 
../sysdeps/unix/sysv/linux/bits/ustat.h, sys/ustat.h, 
../sysdeps/unix/sysv/linux/ustat.c, error.h, error.c, ../misc/err.h, 
../include/err.h, err.c, lsearch.c, tsearch.c, hsearch_r.c, hsearch.c, 
../sysdeps/i386/fpu/bits/mathinline.h, efgcvt_r.c, qefgcvt_r.c, efgcvt.c, 
qefgcvt.c, __mmap64, ../sysdeps/generic/madvise.c, 
../sysdeps/unix/sysv/linux/madvise.c, __libc_msync, __mprotect, __munmap, 
__mmap, daemon.c, syscall, syslog.c, ttyslot.c, ../posix/unistd.h, getpass.c, 
../misc/sys/file.h, ../include/sys/file.h, getusershell.c, ../misc/ttyent.h, 
../include/ttyent.h, getttyent.c, insremque.c, ../sysdeps/generic/fchflags.c, 
../sysdeps/generic/chflags.c, ../sysdeps/unix/sysv/linux/ftruncate64.c, 
../sysdeps/unix/sysv/linux/truncate64.c, __ftruncate, truncate, ../io/utime.h, 
../include/utime.h, ../sysdeps/posix/utimes.c, mntent_r.c, mntent.c, fstab.h, 
fstab.c, ../sysdeps/unix/sysv/linux/sys/ptrace.h, 
../sysdeps/unix/sysv/linux/ptrace.c, ../sysdeps/generic/stty.c, 
../misc/sgtty.h, ../include/sgtty.h, ../sysdeps/generic/gtty.c, 
../sysdeps/unix/sysv/linux/usleep.c, ../sysdeps/unix/bsd/ualarm.c, 
../sysdeps/unix/sysv/linux/ualarm.c, mkstemp.c, mktemp.c, __swapoff, __swapon, 
vhangup, ../sysdeps/generic/revoke.c, ../sysdeps/unix/sysv/linux/gethostid.c, 
../sysdeps/unix/sysv/linux/sethostid.c, 
../sysdeps/unix/sysv/linux/sys/reboot.h, ../sysdeps/unix/sysv/linux/reboot.c, 
fdatasync, sync, __libc_fsync, chroot, acct, ../sysdeps/generic/pselect.c, 
setdomainname, ../sysdeps/generic/getdomain.c, sethostname, 
../sysdeps/unix/sysv/linux/gethostname.c, ../sysdeps/posix/getdtsz.c, 
../sysdeps/unix/getpagesize.c, ../sysdeps/unix/sysv/linux/i386/setegid.c, 
../sysdeps/unix/sysv/linux/i386/seteuid.c, 
../sysdeps/unix/sysv/linux/i386/setregid.c, 
../sysdeps/unix/sysv/linux/i386/setreuid.c, ../sysdeps/posix/writev.c, 
../sysdeps/unix/sysv/linux/writev.c, ../sysdeps/posix/readv.c, 
../misc/sys/uio.h, ../include/sys/uio.h, ../sysdeps/unix/sysv/linux/readv.c, 
__ioctl, ../sysdeps/generic/sstk.c, ../sysdeps/generic/sbrk.c, 
../sysdeps/unix/sysv/linux/i386/brk.c, nice, setpriority, 
../sysdeps/unix/sysv/linux/getpriority.c, ../resource/sys/vtimes.h, 
../include/sys/vtimes.h, ../sysdeps/generic/vtimes.c, ../resource/sys/vlimit.h, 
../include/sys/vlimit.h, ../sysdeps/generic/vlimit.c, ../resource/ulimit.h, 
../include/ulimit.h, ../sysdeps/unix/sysv/linux/ulimit.c, __getrusage, 
../sysdeps/generic/setrlimit64.c, ../sysdeps/generic/getrlimit64.c, setrlimit, 
__getrlimit, tcgetsid.c, cfmakeraw.c, ../sysdeps/unix/common/tcsendbrk.c, 
../sysdeps/unix/bsd/sun/sunos4/tcflush.c, ../sysdeps/unix/sysv/linux/tcflush.c, 
../sysdeps/unix/bsd/sun/sunos4/tcflow.c, ../sysdeps/unix/sysv/linux/tcflow.c, 
../sysdeps/unix/sysv/linux/tcdrain.c, ../sysdeps/unix/bsd/tcsetpgrp.c, 
../sysdeps/unix/sysv/linux/tcsetpgrp.c, ../sysdeps/unix/bsd/tcgetpgrp.c, 
../sysdeps/unix/sysv/linux/tcgetpgrp.c, ../sysdeps/unix/sysv/linux/tcgetattr.c, 
../sysdeps/unix/sysv/linux/kernel_termios.h, 
../sysdeps/unix/sysv/linux/tcsetattr.c, cfsetspeed.c, ../termios/termios.h, 
../sysdeps/unix/sysv/linux/speed.c, ../sysdeps/unix/bsd/poll.c, 
../sysdeps/unix/sysv/linux/bits/poll.h, ../io/sys/poll.h, 
../include/sys/poll.h, ../sysdeps/unix/sysv/linux/poll.c, fts.h, fts.c, ftw.c, 
ftw64.c, ../io/ftw.h, ../include/ftw.h, __rmdir, __unlink, __readlink, 
__symlink, __link, ../sysdeps/unix/sysv/linux/bits/termios.h, 
../include/termios.h, ../sysdeps/posix/isatty.c, 
../sysdeps/unix/sysv/linux/ttyname_r.c, ../sysdeps/unix/sysv/linux/ttyname.c, 
__lchown, __fchown, ../sysdeps/unix/sysv/linux/i386/chown.c, ../io/sys/stat.h, 
getdirname.c, getwd.c, ../sysdeps/posix/getcwd.c, 
../sysdeps/unix/sysv/linux/getcwd.c, __fchdir, __chdir, creat64.c, creat.c, 
__pipe, __dup2, __dup, ../sysdeps/generic/lockf64.c, lockf.c, __flock, 
__libc_fcntl, ../sysdeps/posix/euidaccess.c, __access, 
../sysdeps/unix/sysv/linux/lseek64.c, __libc_lseek, __libc_write, __libc_read, 
__libc_close, ../sysdeps/posix/open64.c, __libc_open, __mkdir, __fchmod, 
__chmod, __umask, ../sysdeps/unix/sysv/linux/fstatvfs64.c, 
../sysdeps/unix/sysv/linux/bits/statvfs.h, 
../sysdeps/unix/sysv/linux/statvfs64.c, 
../sysdeps/unix/sysv/linux/internal_statvfs.c, 
../sysdeps/unix/sysv/linux/fstatvfs.c, sys/statvfs.h, 
../sysdeps/unix/sysv/linux/sys/mount.h, ../misc/mntent.h, ../include/mntent.h, 
../sysdeps/unix/sysv/linux/statvfs.c, ../sysdeps/unix/sysv/linux/fstatfs64.c, 
../sysdeps/unix/sysv/linux/statfs64.c, __fstatfs, __statfs, 
../sysdeps/unix/sysv/linux/xstatconv.c, ../sysdeps/unix/sysv/linux/lxstat64.c, 
../sysdeps/unix/sysv/linux/fxstat64.c, ../sysdeps/unix/sysv/linux/xstat64.c, 
../sysdeps/unix/sysv/linux/xmknod.c, ../sysdeps/unix/sysv/linux/lxstat.c, 
../sysdeps/unix/sysv/linux/fxstat.c, ../sysdeps/unix/sysv/linux/kernel_stat.h, 
../sysdeps/unix/sysv/linux/xstat.c, ../sysdeps/unix/mkfifo.c, utime, environ.c, 
../sysdeps/generic/init-posix.c, ../sysdeps/posix/pwrite64.c, 
../sysdeps/unix/sysv/linux/i386/pwrite64.c, ../sysdeps/posix/pread64.c, 
../sysdeps/unix/sysv/linux/i386/pread64.c, ../sysdeps/posix/pwrite.c, 
../sysdeps/unix/sysv/linux/i386/pwrite.c, ../sysdeps/posix/pread.c, 
../sysdeps/unix/sysv/linux/i386/pread.c, ../posix/glob.h, ../posix/wordexp.h, 
../include/wordexp.h, wordexp.c, ../sysdeps/posix/gai_strerror.c, 
../inet/arpa/inet.h, ../include/arpa/inet.h, ../sunrpc/rpc/netdb.h, 
../include/sys/un.h, ../sysdeps/posix/getaddrinfo.c, __sched_rr_get_interval, 
__sched_get_priority_min, __sched_get_priority_max, __sched_yield, 
__sched_getscheduler, __sched_setscheduler, __sched_getparam, __sched_setparam, 
../posix/getopt.h, getopt_init.c, getopt1.c, getopt.h, getopt.c, 
../sysdeps/unix/confstr.h, confstr.c, regex.c, fnmatch.c, 
../sysdeps/generic/glob.c, ../sysdeps/unix/sysv/linux/glob64.c, 
../include/glob.h, ../posix/fnmatch.h, ../include/fnmatch.h, 
../sysdeps/posix/fpathconf.c, ../sysdeps/unix/sysv/linux/fpathconf.c, 
/usr/include/linux/kernel.h, ../sysdeps/unix/sysv/linux/sys/sysinfo.h, 
../include/sys/sysinfo.h, ../pwd/pwd.h, ../sysdeps/posix/sysconf.c, 
../sysdeps/posix/pathconf.c, ../sysdeps/unix/sysv/linux/linux_fsinfo.h, 
../sysdeps/unix/sysv/linux/bits/statfs.h, ../io/sys/statfs.h, 
../include/sys/statfs.h, ../sysdeps/unix/sysv/linux/pathconf.c, 
../sysdeps/generic/setlogin.c, ../sysdeps/unix/getlogin_r.c, ../login/utmp.h, 
../include/utmp.h, ../sysdeps/unix/getlogin.c, __setsid, getsid, setpgrp.c, 
bsd-getpgrp.c, getpgrp, __setpgid, __getpgid, 
../sysdeps/generic/group_member.c, ../sysdeps/unix/sysv/linux/i386/setgid.c, 
../sysdeps/unix/sysv/linux/i386/setuid.c, 
../sysdeps/unix/sysv/linux/i386/getgroups.c, __getegid, __getgid, __geteuid, 
__getuid, __getppid, __getpid, execlp.c, execvp.c, execl.c, 
../sysdeps/i386/stackinfo.h, execle.c, execv.c, ../sysdeps/generic/fexecve.c, 
../sysdeps/unix/sysv/linux/execve.c, _exit, __vfork, __libc_fork, 
__libc_nanosleep, __libc_pause, ../sysdeps/unix/sysv/linux/bits/sigset.h, 
../sysdeps/unix/sysv/linux/sleep.c, alarm, ../sysdeps/posix/waitid.c, __wait4, 
../sysdeps/unix/bsd/bsd4.4/wait3.c, ../sysdeps/unix/sysv/linux/wait3.c, 
../sysdeps/unix/sysv/linux/waitpid.c, 
../sysdeps/unix/sysv/linux/bits/resource.h, ../resource/sys/resource.h, 
../include/sys/resource.h, ../sysdeps/generic/bits/waitstatus.h, 
../posix/sys/wait.h, ../sysdeps/unix/bsd/bsd4.4/wait.c, 
../sysdeps/unix/sysv/linux/wait.c, __times, uname, fgetpwent_r.c, getpwuid_r.c, 
getpwnam_r.c, getpwent_r.c, getpwuid.c, getpwnam.c, getpwent.c, putpwent.c, 
getpw.c, fgetpwent.c, ../nss/nss_files/files-parse.c, fgetgrent_r.c, 
getgrnam_r.c, ../include/sys/socket.h, ../include/rpc/netdb.h, 
../include/netdb.h, ../nscd/nscd_proto.h, getgrgid_r.c, getgrent_r.c, 
putgrent.c, getgrnam.c, getgrgid.c, getgrent.c, 
../sysdeps/unix/sysv/linux/i386/setgroups.c, ../resolv/sys/bitypes.h, 
../include/sys/bitypes.h, ../include/resolv.h, ../nss/nss.h, ../include/nss.h, 
../sysdeps/unix/sysv/linux/bits/in.h, /usr/include/asm/sockios.h, 
/usr/include/asm/socket.h, ../sysdeps/generic/bits/sockaddr.h, 
../include/netinet/in.h, ../resolv/arpa/nameser.h, ../include/arpa/nameser.h, 
../include/nsswitch.h, initgroups.c, ../include/grp.h, fgetgrent.c, 
../sysdeps/unix/sysv/linux/getdirentries.c, 
../sysdeps/unix/sysv/linux/getdirentries64.c, 
../sysdeps/unix/sysv/linux/getdents.c, ../sysdeps/unix/sysv/linux/getdents64.c, 
versionsort64.c, alphasort64.c, scandir64.c, 
../sysdeps/unix/sysv/linux/readdir64_r.c, 
../sysdeps/unix/sysv/linux/readdir64.c, ../sysdeps/unix/dirfd.c, 
/usr/include/asm/posix_types.h, /usr/include/linux/stddef.h, 
/usr/include/linux/posix_types.h, versionsort.c, alphasort.c, scandir.c, 
../sysdeps/unix/dirstream.h, ../sysdeps/unix/telldir.c, 
../sysdeps/unix/seekdir.c, ../sysdeps/unix/rewinddir.c, 
../sysdeps/unix/readdir_r.c, ../dirent/dirent.h, ../sysdeps/unix/readdir.c, 
../sysdeps/unix/closedir.c, ../sysdeps/unix/sysv/linux/bits/dirent.h, 
../include/dirent.h, ../sysdeps/unix/opendir.c, 
../sysdeps/unix/sysv/linux/ntp_gettime.c, getdate.c, strptime.c, 
../time/sys/timeb.h, ../include/sys/timeb.h, ../sysdeps/unix/bsd/ftime.c, 
../sysdeps/unix/sysv/linux/ftime.c, timegm.c, dysize.c, stime, __setitimer, 
__getitimer, tzfile.c, ../timezone/tzfile.h, tzset.c, 
../sysdeps/unix/sysv/linux/sys/timex.h, ../sysdeps/unix/sysv/linux/adjtime.c, 
__settimeofday, __gettimeofday, time, strftime.c, mktime.c, localtime.c, 
gmtime.c, ../include/values.h, difftime.c, ctime_r.c, ctime.c, 
../posix/sys/times.h, ../include/sys/times.h, 
../sysdeps/unix/sysv/linux/clock.c, asctime.c, offtime.c, ../iconv/gconv.h, 
../iconv/gconv_int.h, wcsmbsload.h, wcsmbsload.c, wcsncase.c, wcsncase_l.c, 
wcscasecmp.c, wcscasecmp_l.c, ../string/../locale/weight.h, 
../string/strxfrm.c, wcsxfrm.c, wcsxfrm_l.c, ../string/strcoll.c, wcscoll.c, 
wcscoll_l.c, ../wctype/cname-lookup.h, wcwidth.h, wcswidth.c, 
../wctype/../locale/categories.def, ../wctype/../locale/../intl/loadinfo.h, 
../wctype/../locale/localeinfo.h, wcwidth.c, ../string/../locale/localeinfo.h, 
../string/../locale/categories.def, ../string/../locale/../intl/loadinfo.h, 
../stdlib/gmp.h, ../stdlib/grouping.h, ../stdlib/strtod.c, wcstof.c, 
wcstof_l.c, wcstold.c, wcstold_l.c, wcstod.c, wcstod_l.c, ../stdlib/strtol.c, 
wcstoull.c, wcstoull_l.c, wcstoll.c, wcstoll_l.c, wcstoul_l.c, 
../stdlib/../locale/localeinfo.h, wcstol_l.c, 
../stdlib/../locale/../intl/loadinfo.h, wcstoul.c, wcstol.c, 
../stdlib/../locale/categories.def, wcsnlen.c, wcsnrtombs.c, mbsnrtowcs.c, 
wcsrtombs.c, mbsrtowcs.c, wcrtomb.c, mbrtowc.c, mbrlen.c, mbsinit.c, wctob.c, 
../locale/../intl/loadinfo.h, ../catgets/nl_types.h, btowc.c, wcpncpy.c, 
wcpcpy.c, wmemset.c, wmemmove.c, wmemcpy.c, wmemcmp.c, wmemchr.c, wcsstr.c, 
wcstok.c, wcsspn.c, wcsrchr.c, wcspbrk.c, wcsncpy.c, wcsncmp.c, wcsncat.c, 
wcslen.c, wcsdup.c, wcscspn.c, wcscpy.c, wcscmp.c, wcschr.c, wcscat.c, 
../sysdeps/i386/bits/string.h, string-inlines.c, ../locale/weight.h, strxfrm.c, 
strxfrm_l.c, strcoll.c, strcoll_l.c, basename.c, envz.h, envz.c, 
../string/argz.h, argz-replace.c, argz-addsep.c, argz-stringify.c, 
argz-insert.c, argz-extract.c, argz-delete.c, argz-next.c, argz-ctsep.c, 
argz-create.c, argz-count.c, argz-append.c, __strchrnul, __rawmemchr, 
../sysdeps/generic/memmem.c, memfrob.c, strfry.c, swab.c, 
../sysdeps/generic/strcasestr.c, ../sysdeps/generic/strsep.c, 
../sysdeps/generic/wordcopy.c, ../sysdeps/generic/memcpy.c, 
../sysdeps/generic/memccpy.c, ../sysdeps/generic/strncase.c, 
../sysdeps/generic/strncase_l.c, ../sysdeps/generic/strcasecmp.c, 
../sysdeps/generic/strcasecmp_l.c, __stpncpy, __stpcpy, 
../sysdeps/generic/ffsll.c, ../sysdeps/i386/ffs.c, ../sysdeps/i386/bzero.c, 
../sysdeps/generic/memmove.c, ../sysdeps/generic/bcopy.c, 
../sysdeps/generic/mempcpy.c, ../sysdeps/i386/memset.c, 
../sysdeps/generic/pagecopy.h, memcmp, memchr, __strtok_r, strtok, 
../sysdeps/generic/strstr.c, strspn, strsignal.c, strpbrk, strrchr, 
../sysdeps/generic/strncpy.c, ../sysdeps/generic/strncmp.c, 
../sysdeps/generic/strncat.c, strnlen.c, ../sysdeps/i386/strlen.c, 
../sysdeps/generic/_strerror.c, strerror.c, strndup.c, strdup.c, strverscmp.c, 
strcspn, ../sysdeps/generic/strcpy.c, ../sysdeps/generic/strcmp.c, strchr, 
../sysdeps/generic/strcat.c, set-freeres.c, obstack.h, obstack.c, 
../include/ldsodefs.h, mtrace.c, ../malloc/mcheck.h, ../include/mcheck.h, 
mcheck.c, ../sysdeps/generic/morecore.c, malloc.h, 
../linuxthreads/sysdeps/pthread/bits/libc-tsd.h, thread-m.h, malloc.c, 
oldstdfiles.c, oldfileops.c, strops.c, stdio.c, stdfiles.c, genops.c, 
fileops.c, iofputs_u.c, iofgets_u.c, iofwrite_u.c, iofread_u.c, peekc.c, 
putchar_u.c, putc_u.c, iofflush_u.c, getchar_u.c, getc_u.c, fputc_u.c, 
ferror_u.c, feof_u.c, clearerr_u.c, libio.h, oldtmpfile.c, oldpclose.c, 
oldiopopen.c, oldiofclose.c, oldiofdopen.c, libioP.h, oldiofopen.c, 
../sysdeps/posix/libc_fatal.c, ftello64.c, fseeko64.c, freopen64.c, ftello.c, 
fseeko.c, fcloseall.c, ../malloc/obstack.h, ../include/obstack.h, obprintf.c, 
vsnprintf.c, vscanf.c, iovdprintf.c, ../malloc/malloc.h, ../include/malloc.h, 
vasprintf.c, setlinebuf.c, setbuf.c, rewind.c, putchar.c, putc.c, pclose.c, 
memstream.c, getchar.c, getc.c, fseek.c, freopen.c, fputc.c, fileno.c, 
ferror.c, feof.c, stdio.h, clearerr.c, iofsetpos64.c, iofopen64.c, 
iofgetpos64.c, iovsscanf.c, strfile.h, iovsprintf.c, ioungetc.c, iosprintf.c, 
iosetvbuf.c, iosetbuffer.c, ioseekpos.c, ioseekoff.c, ioputs.c, 
../sysdeps/unix/sysv/linux/bits/siginfo.h, 
../sysdeps/unix/sysv/linux/bits/sigaction.h, ../signal/signal.h, iopopen.c, 
iopadn.c, iogets.c, iogetline.c, iogetdelim.c, iofwrite.c, ioftell.c, 
iofsetpos.c, iofread.c, iofputs.c, iofopncook.c, iofopen.c, iofgets.c, 
iofgetpos.c, bits/stdio.h, ../libio/stdio.h, iofflush.c, iofdopen.c, 
iofclose.c, iolibio.h, filedoalloc.c, ../sysdeps/gnu/siglist.h, 
../sysdeps/unix/sysv/linux/siglist.h, ../sysdeps/gnu/siglist.c, 
../sysdeps/gnu/errlist.c, ../sysdeps/unix/sysv/linux/errlist.h, 
../sysdeps/unix/sysv/linux/sizes.h, ../sysdeps/unix/sysv/linux/errlist.c, 
../sysdeps/generic/lockfile.c, rename, ../sysdeps/posix/remove.c, putw.c, 
getw.c, getline.c, ../sysdeps/unix/sysv/linux/bits/time.h, ../time/sys/time.h, 
../include/sys/time.h, ../sysdeps/posix/tempname.c, tempnam.c, tmpnam_r.c, 
tmpnam.c, tmpfile64.c, tmpfile.c, ../sysdeps/unix/sysv/linux/bits/sigstack.h, 
psignal.c, perror.c, sscanf.c, scanf.c, fscanf.c, ../wctype/wctype.h, 
../include/wctype.h, vfscanf.c, dprintf.c, asprintf.c, sprintf.c, snprintf.c, 
printf.c, fprintf.c, printf_size.c, _itoa.h, ../sysdeps/generic/printf_fphex.c, 
../wcsmbs/wchar.h, printf-parse.h, printf-prs.c, reg-printf.c, 
../stdlib/fpioconst.h, ../libio/libioP.h, printf_fp.c, vprintf.c, vfprintf.c, 
itoa-digits.c, ../stdlib/longlong.h, ../stdlib/gmp-impl.h, _itoa.c, 
../linuxthreads/sysdeps/pthread/bits/stdio-lock.h, ../include/pwd.h, 
../sysdeps/posix/cuserid.c, ../sysdeps/posix/ctermid.c, fpioconst.c, 
mp_clz_tab.c, ../sysdeps/ieee754/mpn2ldbl.c, ../sysdeps/ieee754/mpn2dbl.c, 
../sysdeps/ieee754/mpn2flt.c, ../sysdeps/i386/ldbl2mpn.c, 
../sysdeps/ieee754/dbl2mpn.c, __mpn_submul_1, __mpn_sub_n, gmp.h, 
../sysdeps/generic/mul_n.c, __mpn_mul_1, ../sysdeps/generic/mul.c, 
../sysdeps/generic/mod_1.c, __mpn_rshift, __mpn_lshift, 
../sysdeps/generic/udiv_qrnnd.c, ../sysdeps/generic/divrem.c, 
../sysdeps/generic/divmod_1.c, ../sysdeps/generic/cmp.c, __mpn_addmul_1, 
__mpn_add_n, ../sysdeps/generic/inlines.c, ../sysdeps/generic/swapcontext.c, 
../sysdeps/generic/makecontext.c, ../sysdeps/generic/setcontext.c, 
../sysdeps/generic/getcontext.c, ../sysdeps/wordsize-32/wcstoumax.c, 
../sysdeps/wordsize-32/wcstoimax.c, ../sysdeps/wordsize-32/strtoumax.c, 
../sysdeps/wordsize-32/strtoimax.c, ../misc/sys/syslog.h, 
../include/sys/syslog.h, fmtmsg.h, fmtmsg.c, ../misc/libgen.h, 
../include/libgen.h, xpg_basename.c, getsubopt.c, strfmon.c, strfmon_l.c, 
../stdio-common/printf.h, ../include/printf.h, ../libio/strfile.h, 
../stdlib/monetary.h, ../include/monetary.h, ../include/regex.h, rpmatch.c, 
l64a.c, a64l.c, /usr/include/asm/param.h, /usr/include/linux/param.h, 
../sysdeps/unix/sysv/linux/sys/param.h, canonicalize.c, 
../sysdeps/unix/sysv/linux/bits/waitflags.h, ../include/sys/wait.h, 
../sysdeps/posix/system.c, ../sysdeps/unix/sysv/linux/system.c, grouping.h, 
strtod.c, ../sysdeps/generic/strtold.c, strtold_l.c, strtod_l.c, strtof.c, 
strtof_l.c, fpioconst.h, longlong.h, ../sysdeps/i386/gmp-mparam.h, gmp-impl.h, 
strtol.c, strtoull.c, strtoull_l.c, strtoll.c, strtoll_l.c, strtoul_l.c, 
strtol_l.c, strtoul.c, drand48-iter.c, lcong48_r.c, seed48_r.c, srand48_r.c, 
jrand48_r.c, mrand48_r.c, nrand48_r.c, lrand48_r.c, 
../sysdeps/ieee754/ieee754.h, erand48_r.c, drand48_r.c, lcong48.c, seed48.c, 
srand48.c, jrand48.c, mrand48.c, nrand48.c, lrand48.c, erand48.c, drand48.c, 
rand_r.c, rand.c, random_r.c, random.c, ../wcsmbs/wcsmbsload.h, wctomb.c, 
wcstombs.c, mbtowc.c, mbstowcs.c, ../include/gconv.h, ../include/wchar.h, 
mblen.c, ../sysdeps/generic/lldiv.c, ../sysdeps/wordsize-32/lldiv.c, 
../sysdeps/generic/ldiv.c, ../sysdeps/generic/div.c, 
../sysdeps/generic/llabs.c, ../sysdeps/generic/inttypes.h, 
../sysdeps/wordsize-32/llabs.c, ../sysdeps/generic/labs.c, abs.c, 
cxa_finalize.c, cxa_atexit.c, exit.h, atexit.c, on_exit.c, exit.c, 
secure-getenv.c, ../include/search.h, ../sysdeps/generic/setenv.c, 
../sysdeps/generic/putenv.c, ../sysdeps/generic/stdint.h, 
../sysdeps/generic/getenv.c, ../sysdeps/generic/memcopy.h, 
../sysdeps/i386/memcopy.h, msort.c, qsort.c, bsearch.c, 
../sysdeps/i386/abort-instr.h, ../sysdeps/generic/abort.c, atoll.c, atol.c, 
atoi.c, atof.c, ../sysdeps/posix/sigset.c, ../sysdeps/posix/sigignore.c, 
sigrelse.c, sighold.c, ../sysdeps/unix/sysv/linux/sigqueue.c, 
../sysdeps/unix/sysv/linux/sigwaitinfo.c, 
../sysdeps/unix/sysv/linux/sigtimedwait.c, 
../sysdeps/unix/sysv/linux/bits/utsname.h, ../posix/sys/utsname.h, 
../include/sys/utsname.h, ../sysdeps/unix/sysv/linux/testrtsig.h, allocrtsig.c, 
sigorset.c, sigandset.c, sigisempty.c, ../sysdeps/posix/sysv_signal.c, 
siggetmask.c, ../include/stub-tag.h, ../sysdeps/generic/sigreturn.c, 
../sysdeps/unix/sysv/linux/sigreturn.c, sigismem.c, sigdelset.c, sigsetops.h, 
sigaddset.c, sigfillset.c, sigempty.c, signal.h, sigsetops.c, 
../sysdeps/posix/sigintr.c, __sigaltstack, 
../sysdeps/unix/sysv/linux/sigstack.c, 
../sysdeps/unix/sysv/linux/sigset-cvt-mask.h, ../sysdeps/posix/sigvec.c, 
../sysdeps/posix/sigpause.c, ../sysdeps/posix/sigsetmask.c, 
../sysdeps/posix/sigblock.c, ../sysdeps/posix/sigwait.c, 
../sysdeps/unix/sysv/linux/sigsuspend.c, 
../sysdeps/unix/sysv/linux/sigpending.c, __kill, 
../sysdeps/unix/sysv/linux/sigprocmask.c, 
../sysdeps/unix/sysv/linux/kernel_sigaction.h, 
../sysdeps/unix/sysv/linux/i386/sigaction.c, ../sysdeps/posix/killpg.c, 
../sysdeps/posix/raise.c, ../sysdeps/posix/signal.c, 
../sysdeps/unix/sysv/linux/signal.c, ../sysdeps/generic/jmp-unwind.c, 
__longjmp, ../sysdeps/generic/longjmp.c, 
../sysdeps/unix/sysv/linux/i386/sys/user.h, 
../sysdeps/unix/sysv/linux/i386/sys/ucontext.h, ../stdlib/ucontext.h, 
../include/ucontext.h, /usr/include/asm/sigcontext.h, 
../sysdeps/unix/sysv/linux/bits/sigcontext.h, 
../sysdeps/unix/sysv/linux/bits/signum.h, ../sysdeps/i386/bits/setjmp.h, 
../setjmp/setjmp.h, ../include/setjmp.h, ../sysdeps/generic/sigjmp.c, 
__sigsetjmp, __setjmp, _setjmp, setjmp, ../sysdeps/generic/fpu_control.c, 
../sysdeps/generic/setfpucw.c, ../sysdeps/libm-ieee754/s_signbitl.c, 
../sysdeps/libm-ieee754/s_ldexpl.c, __frexpl, __scalbnl, 
../sysdeps/libm-ieee754/s_modfl.c, __copysignl, __finitel, 
../sysdeps/libm-i387/s_isnanl.c, ../sysdeps/libm-i387/s_isinfl.c, 
../sysdeps/libm-ieee754/s_signbitf.c, ../sysdeps/libm-ieee754/s_ldexpf.c, 
__frexpf, __scalbnf, ../sysdeps/libm-ieee754/s_modff.c, __copysignf, __finitef, 
../sysdeps/libm-ieee754/s_isnanf.c, ../sysdeps/libm-ieee754/s_isinff.c, 
../sysdeps/libm-ieee754/s_signbit.c, ../sysdeps/libm-ieee754/s_ldexp.c, 
__frexp, __scalbn, ../sysdeps/libm-ieee754/s_modf.c, __copysign, __finite, 
../sysdeps/libm-ieee754/s_isnan.c, machine/endian.h, math_private.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/float.h, 
../math/bits/mathcalls.h, ../include/bits/mathcalls.h, 
../sysdeps/i386/fpu/bits/mathdef.h, ../sysdeps/ieee754/bits/nan.h, 
../sysdeps/i386/bits/huge_val.h, ../math/math.h, ../include/math.h, 
../sysdeps/libm-ieee754/s_isinf.c, open_catalog.c, 
../linuxthreads/sysdeps/pthread/bits/libc-lock.h, catgetsinfo.h, config.h, 
catgets.c, explodename.c, loadinfo.h, l10nflist.c, textdomain.c, localealias.c, 
loadmsgcat.c, finddomain.c, gettext.c, dgettext.c, hash-string.h, dcgettext.c, 
../sysdeps/i386/bits/byteswap.h, ../string/byteswap.h, ../include/byteswap.h, 
gettextP.h, gettext.h, bindtextdom.c, C_name.c, SYS_libc.c, C-collate.c, 
C-time.c, C-numeric.c, C-monetary.c, C-messages.c, C-ctype.c, lc-collate.c, 
lc-time.c, lc-numeric.c, lc-monetary.c, lc-messages.c, lc-ctype.c, 
freelocale.c, duplocale.c, newlocale.c, codeset_name.c, mb_cur_max.c, 
nl_langinfo.c, ../intl/loadinfo.h, localeinfo.h, localeconv.c, categories.def, 
loadlocale.c, ../sysdeps/unix/sysv/linux/i386/bits/mman.h, ../misc/sys/mman.h, 
../include/sys/mman.h, findlocale.c, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h, ../include/signal.h, 
../posix/sched.h, ../include/sched.h, ../include/errno.h, ../include/argz.h, 
programs/../../version.h, programs/config.h, setlocale.c, 
../locale/categories.def, ../include/bits/xopen_lim.h, 
../posix/bits/posix2_lim.h, ../include/bits/posix2_lim.h, 
/usr/include/linux/limits.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, 
../posix/bits/posix1_lim.h, ../include/bits/posix1_lim.h, ../include/limits.h, 
../include/nl_types.h, ../locale/langinfo.h, ../include/langinfo.h, 
ctype-info.c, ctype_l.c, ctype-extn.c, ../include/ctype.h, ctype.c, 
assert-perr.c, ../include/bits/string2.h, ../string/string.h, 
../include/string.h, ../libio/iolibio.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/bits/stdio_lim.h, 
../include/stdio.h, ../assert/assert.h, ../include/assert.h, assert.c, 
../sysdeps/generic/errno-loc.c, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/csu/version-info.h, 
../include/gnu/libc-version.h, ../version.h, version.c, ../include/set-hooks.h, 
set-init.c, ../sysdeps/generic/bits/elfclass.h, ../include/link.h, 
../sysdeps/generic/bits/dlfcn.h, ../include/dlfcn.h, ../include/elf.h, 
../sysdeps/unix/sysv/linux/sys/ttydefaults.h, /usr/include/asm/ioctl.h, 
/usr/include/asm/ioctls.h, ../sysdeps/unix/sysv/linux/bits/ioctls.h, 
../misc/sys/ioctl.h, ../include/sys/ioctl.h, ../stdlib/alloca.h, 
../include/alloca.h, ../include/stdlib.h, ../sysdeps/unix/sysv/linux/paths.h, 
../sysdeps/unix/sysv/linux/bits/stat.h, ../include/sys/stat.h, 
../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, ../io/fcntl.h, 
../include/fcntl.h, /usr/include/asm/errno.h, /usr/include/linux/errno.h, 
../sysdeps/unix/sysv/linux/bits/errno.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, ../sysdeps/i386/bits/select.h, 
../misc/sys/select.h, ../include/sys/select.h, ../sysdeps/i386/bits/endian.h, 
../string/endian.h, ../include/endian.h, ../include/time.h, 
../include/sys/types.h, ../sysdeps/unix/sysv/linux/init-first.h, 
/usr/include/asm/ptrace.h, /usr/include/linux/ptrace.h, 
/usr/include/linux/linkage.h, /usr/include/linux/personality.h, 
../sysdeps/i386/fpu_control.h, ../include/fpu_control.h, 
../sysdeps/i386/sysdep.h, /usr/include/asm/unistd.h, 
../sysdeps/unix/sysv/linux/sys/syscall.h, ../sysdeps/generic/sysdep.h, 
../sysdeps/unix/sysd"
<- "ep.h, ../sysdeps/unix/i386/sysdep.h, 
../sysdeps/unix/sysv/linux/i386/sysdep.h, ../include/getopt.h, 
../sysdeps/generic/bits/confname.h, ../sysdeps/wordsize-32/bits/wordsize.h, 
../sysdeps/generic/bits/environments.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h, ../include/unistd.h, 
dl-minimal.c, ../sysdeps/generic/dl-environ.c, ../sysdeps/i386/dl-machine.h, 
../sysdeps/unix/sysv/linux/i386/dl-procinfo.h, ../sysdeps/generic/dl-sysdep.c, 
../sysdeps/unix/sysv/linux/dl-sysdep.c, dl-profile.c, dl-version.c, dl-misc.c, 
dl-debug.c, dl-init.c, dl-error.c, dl-runtime.c, dl-deps.c, do-rel.h, 
dl-reloc.c, dl-object.c, do-lookup.h, ../sysdeps/generic/dl-hash.h, 
dl-lookup.c, ../sysdeps/generic/dl-cache.c, dynamic-link.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/elf/trusted-dirs.h, 
../sysdeps/unix/sysv/linux/i386/dl-librecon.h, ../sysdeps/generic/hp-timing.h, 
../sysdeps/generic/entry.h\n"
   "(gdb) "
#  Getting sources...done.
#  Eth860rx.c
#  Eth860rx.c
-> "info line eth860rx.c:1"
<- "Line 1 of \"eth860rx.c\" is at address 0x8057570 <eth860_rx_packet> but 
contains no code.\n"
   
"\032\032/home/nsama/bsd/psr/ospf/drivers/eth860/eth860rx.c:1:0:beg:0x8057570\n"
   "(gdb) "
-> "info breakpoints"
<- "Num Type           Disp Enb Address    What\n"
   "2   breakpoint     keep y   0x0804df1d in poll_for_packet_received at 
lsl_without_header_translation.c:137\n"
   "3   breakpoint     keep y   0x0804df45 in poll_for_packet_received at 
lsl_without_header_translation.c:142\n"
   "\tbreakpoint already hit 15 times\n"
   "6   breakpoint     keep y   0x0804def2 in poll_for_packet_received at 
lsl_without_header_translation.c:132\n"
   "\tstop only if return_code == PACKET_RECOGNIZED_AND_FORWARDED\n"
   "\tbreakpoint already hit 2 times\n"
   "(gdb) "
#  Reading file "/home/nsama/bsd/psr/ospf/drivers/eth860/eth860rx.c"...
#  Reading file "/home/nsama/bsd/psr/ospf/drivers/eth860/eth860rx.c"...done.
#  File "/home/nsama/bsd/psr/ospf/drivers/eth860/eth860rx.c" 129 lines, 4076 
characters
-> "info source"
<- "Current source file is eth860rx.c\n"
   "Compilation directory is /home/nsama/bsd/psr/ospf/drivers/eth860/\n"
   "Located in /home/nsama/bsd/psr/ospf/drivers/eth860/eth860rx.c\n"
   "Contains 129 lines.\n"
   "Source language is c.\n"
   "Compiled with stabs debugging format.\n"
   "(gdb) "
#  Getting sources...
-> "info sources"
<- "Source files for which symbols have been read in:\n"
   "\n"
   "eth860rx.c, /usr/local/include/sys/stat.h, /usr/local/include/bits/stat.h, 
/usr/local/include/netinet/in.h, /usr/local/include/bits/socket.h, 
/home/nsama/bsd/psr/ospf/include/lslproto.h, veth860quicc.h, veth860str.h, 
../include/phy.h, eth860init.c, eth860.h, keth860.h, veth860.h, vnveth860.h, 
../../stacks/ip/ip.h, ../../stacks/mfapi/mfapi_enums.h, 
../../stacks/mfapi/patricia_64_bits_key.h, 
../../stacks/mfapi/patricia_64_bits_key_constants.h, 
../../stacks/mfapi/patricia_64_bits_key_structures.h, 
../../stacks/mfapi/patricia_64_bits_key_prototypes.h, 
../../stacks/mfapi/mfapi_constants.h, ../../stacks/mfapi/mfapi_structures.h, 
../../stacks/mfapi/mfapi_explib.h, ../../stacks/fast_path_ip/fast_path_ip_if.h, 
../../stacks/ip/kroute.h, ../../stacks/rtm/rtm_lib.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_constants.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_structures.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_prototypes.h, 
../../stacks/rtm/rtm_constants.h, ../../stacks/rtm/rtm_enums.h, 
../../stacks/rtm/rtm_explib.h, /home/nsama/bsd/psr/ospf/include/visnpstr.h, 
/home/nsama/bsd/psr/ospf/include/vtrsnstr.h, 
/home/nsama/bsd/psr/ospf/include/vtrstr.h, ../../stacks/ip/iplib.h, 
../../stacks/ip/viprtstr.h, ../../stacks/ip/kipuser.h, 
../../stacks/ip/vipusstr.h, ../../stacks/ip/vipktstr.h, 
../../stacks/ip/udp_socket_interface.h, ../../stacks/ip/udp_raw_interface.h, 
../../stacks/ip/udp_raw_interface_structures.h, ../../stacks/ip/kudp.h, 
../../stacks/ip/vudpuser.h, ../../stacks/ip/vudpbuf.h, 
../../stacks/ip/vudpstr.h, ../../stacks/ip/karp.h, ../../stacks/ip/varpuser.h, 
../../stacks/ip/varpstr.h, ../../stacks/ip/vrarpusr.h, 
../../stacks/ip/vrarpstr.h, ../../stacks/ip/viprastr.h, ../../stacks/ip/krip.h, 
../../stacks/ip/kripv2.h, ../../stacks/ip/vripstr.h, 
../../stacks/ip/vrip2str.h, ../../stacks/ip/kicmp.h, 
../../stacks/ip/vicmpusr.h, ../../stacks/ip/vicmpstr.h, ../../stacks/ip/kip.h, 
/home/nsama/bsd/psr/ospf/include/vnvrmstr.h, ../../stacks/ip/vipstr.h, 
../../stacks/ip/vip.h, ../../stacks/ip/ip_header_translation.h, 
/home/nsama/bsd/psr/ospf/include/vcrsstr.h, 
/home/nsama/bsd/psr/ft/include/ftlib.h, /usr/local/include/sys/socket.h, 
/usr/local/include/limits.h, /usr/local/include/bits/posix1_lim.h, 
/usr/local/include/bits/local_lim.h, /usr/local/include/linux/limits.h, 
/usr/local/include/bits/posix2_lim.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/local/include/bits/sockaddr.h, /usr/local/include/asm/socket.h, 
/usr/local/include/asm/sockios.h, /usr/local/include/stdint.h, 
/usr/local/include/bits/wordsize.h, /usr/local/include/bits/in.h, 
/usr/local/include/bits/byteswap.h, /usr/local/include/arpa/inet.h, 
/home/nsama/bsd/psr/common/include/nxlimits.h, 
/home/nsama/bsd/psr/ft/include/ftmsgs.h, 
/home/nsama/bsd/psr/ft/include/fttrace.h, lslutil.c, 
/home/nsama/bsd/psr/common/include/nxtypes.h, acl.c, 
/usr/local/include/errno.h, /usr/local/include/bits/errno.h, 
/usr/local/include/linux/errno.h, /usr/local/include/asm/errno.h, 
/home/nsama/bsd/psr/apollo/common/include/nxutil.h, lslbuff.c, 
/usr/local/include/stdio.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, lsltoken.c, 
/home/nsama/bsd/psr/ospf/include/ktr.h, socket_old_compatibility_interface.c, 
/home/nsama/bsd/psr/ospf/include/vethstr.h, 
socket_old_compatibility_interface.h, accesnmp.c, socket_utility.c, 
socket_include.h, ../stacks/ip/kipuser.h, ../stacks/ip/vipusstr.h, 
socket_tcp_stubs_include.h, ../stacks/ip/udp_socket_interface.h, 
../stacks/ip/udp_raw_interface.h, ../stacks/ip/udp_raw_interface_structures.h, 
socket.h, socket_structures.h, socket_globals.h, socket_functions.h, 
socket_configuration.h, nvram.c, knvram.h, vnvram.h, 
lsl_without_header_translation.c, lslmsg.c, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, vlslstr.h, lslctrl.c, 
/usr/local/include/time.h, lsl.h, /usr/local/include/stdlib.h, 
/usr/local/include/sys/types.h, /home/nsama/bsd/psr/ospf/include/rwos.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, klsl.h, 
vlsl.h, rwos_lsl_api.h, vlslctrl.h, bin_ospf/trace_table.c, 
/home/nsama/bsd/psr/common/include/nxtrace.h, main.c, 
/usr/local/include/features.h, /usr/local/include/sys/cdefs.h, 
/usr/local/include/gnu/stubs.h, /usr/local/include/bits/types.h, 
/usr/local/include/libio.h, /usr/local/include/_G_config.h, 
/usr/local/include/bits/stdio_lim.h, /usr/local/include/endian.h, 
/usr/local/include/bits/endian.h, /usr/local/include/sys/select.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/alloca.h, 
/usr/local/include/string.h, /usr/local/include/unistd.h, 
/usr/local/include/bits/posix_opt.h, /usr/local/include/bits/confname.h, 
/usr/local/include/getopt.h, /usr/local/include/sys/time.h, 
/usr/local/include/bits/time.h, /home/nsama/bsd/psr/ospf/include/kstart.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, ../drivers/eth860/eth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/veth860quicc.h, 
../drivers/eth860/veth860str.h, ../drivers/eth860/veth860.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, 
/home/nsama/bsd/psr/ospf/include/acl.h, 
/home/nsama/bsd/psr/ospf/include/x_lists.h, 
/home/nsama/bsd/psr/ospf/include/map.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, init.c, 
../include/libc-symbols.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, ../include/libintl.h, 
../intl/libintl.h, ../include/features.h, ../include/sys/cdefs.h, 
../misc/sys/cdefs.h, ../include/locale.h, ../locale/locale.h, 
../include/xlocale.h, ../locale/xlocale.h, 
../sysdeps/unix/sysv/linux/_G_config.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, ../sysdeps/generic/libc-start.c, 
../include/errno.h, ../sysdeps/unix/sysv/linux/bits/errno.h, 
/usr/include/linux/errno.h, /usr/include/asm/errno.h, ../include/fcntl.h, 
../io/fcntl.h, ../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, 
../posix/sys/types.h, ../include/sys/stat.h, ../io/sys/stat.h, ../time/time.h, 
../sysdeps/unix/sysv/linux/bits/stat.h, ../sysdeps/unix/sysv/linux/paths.h, 
../include/stdlib.h, ../stdlib/stdlib.h, ../include/alloca.h, 
../stdlib/alloca.h, ../posix/unistd.h, ../include/sys/ioctl.h, 
../misc/sys/ioctl.h, ../sysdeps/unix/sysv/linux/bits/ioctls.h, 
/usr/include/asm/ioctls.h, /usr/include/asm/ioctl.h, 
../sysdeps/unix/sysv/linux/bits/ioctl-types.h, 
../sysdeps/unix/sysv/linux/sys/ttydefaults.h, ../elf/ldsodefs.h, 
../include/elf.h, ../elf/elf.h, ../sysdeps/generic/stdint.h, 
../include/dlfcn.h, ../elf/dlfcn.h, ../sysdeps/generic/bits/dlfcn.h, 
../include/link.h, ../elf/link.h, ../sysdeps/generic/bits/elfclass.h, 
../sysdeps/unix/sysv/linux/init-first.c, ../include/unistd.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h, 
../sysdeps/generic/bits/environments.h, ../sysdeps/wordsize-32/bits/wordsize.h, 
../sysdeps/generic/bits/confname.h, ../include/getopt.h, ../posix/getopt.h, 
../sysdeps/unix/sysv/linux/i386/sysdep.h, ../sysdeps/unix/i386/sysdep.h, 
../sysdeps/unix/sysdep.h, ../sysdeps/generic/sysdep.h, 
../sysdeps/unix/sysv/linux/sys/syscall.h, /usr/include/asm/unistd.h, 
../sysdeps/i386/sysdep.h, ../include/fpu_control.h, 
../sysdeps/i386/fpu_control.h, /usr/include/linux/personality.h, 
/usr/include/linux/linkage.h, /usr/include/linux/ptrace.h, 
/usr/include/asm/ptrace.h, ../sysdeps/unix/sysv/linux/init-first.h, 
../include/sys/types.h, ../include/time.h, ../include/endian.h, 
../string/endian.h, ../sysdeps/i386/bits/endian.h, ../include/sys/select.h, 
../misc/sys/select.h, ../sysdeps/i386/bits/select.h, 
../sysdeps/unix/sysv/linux/bits/sigset.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, soinit.c, __select, dl-fini.c, 
dl-load.c, dl-dst.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/elf/trusted-dirs.h, 
../string/bits/string2.h, ../sysdeps/i386/dl-machine.h, 
../stdio-common/_itoa.h, dynamic-link.h, rtld.c, ../include/string.h, 
../string/string.h, ../sysdeps/i386/bits/string.h, ../include/bits/string2.h, 
../include/sys/mman.h, ../misc/sys/mman.h, 
../sysdeps/unix/sysv/linux/i386/bits/mman.h, ../sysdeps/generic/entry.h, 
../sysdeps/generic/hp-timing.h, ../sysdeps/unix/sysv/linux/sys/param.h, 
../include/limits.h, ../include/bits/posix1_lim.h, ../posix/bits/posix1_lim.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, 
/usr/include/linux/limits.h, ../include/bits/posix2_lim.h, 
../posix/bits/posix2_lim.h, ../include/bits/xopen_lim.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/bits/stdio_lim.h, 
/usr/include/linux/param.h, /usr/include/asm/param.h, ../include/assert.h, 
../assert/assert.h, ../sysdeps/unix/sysv/linux/i386/dl-librecon.h, do-rel.h\n"
   "\n"
   "Source files for which symbols will be read in on demand:\n"
   "\n"
   "src/paramList.c, fast_path_ip_api.c, eth860phy.c, 
/home/nsama/bsd/psr/ospf/include/x_sockets.h, x_sockets.c, x_queue.c, 
sortlist.c, message_digest.h, message_digest_structures.h, 
message_digest_constants.h, message_digest.c, lsltx.c, vnvlsl.h, lslconfg.c, 
ospf_pdu.h, ospf_pdu.c, rtsrc/rtevalstub.c, rtsrc/asn1rt.c, rtsrc/asn1ber.c, 
rtsrc/asn1type.h, rtsrc/asn1per.h, rtsrc/asn1per.c, scp_api.c, scp.c, 
/usr/local/include/sys/errno.h, /home/nsama/bsd/psr/common/include/nxtrace.h, 
net.c, rtt.c, /home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1type.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h, 
/usr/local/include/bits/resource.h, /usr/local/include/sys/resource.h, 
sendrecv.c, scp_debug.c, /usr/local/include/bits/in.h, 
/usr/local/include/time.h, net.h, scp_debug.h, errors.h, scp_api.h, rtt.h, 
/home/nsama/bsd/psr/asn1/asn1rt/rtsrc/asn1per.h, scp.h, scp_ctxt.h, 
/home/nsama/bsd/psr/apollo/common/include/mercury.h, 
/home/nsama/bsd/psr/apollo/common/nxip/include/iobuf.h, 
/home/nsama/bsd/psr/apollo/common/include/queue.h, 
/home/nsama/bsd/psr/apollo/common/include/iaclib.h, scp_ctxt.c, 
/home/nsama/bsd/psr/common/include/paramList.h, 
/usr/local/include/sys/syslog.h, /usr/local/include/syslog.h, src/nxtrace.c, 
src/ftobj.c, /usr/local/include/sys/types.h, /usr/local/include/unistd.h, 
src/ftlib.c, /home/nsama/bsd/psr/ft/include/ftmsgs.h, 
/usr/local/include/netinet/in.h, /usr/local/include/bits/socket.h, 
/usr/local/include/ctype.h, src/ftenv.c, xtm_clients.c, xtm_timer.h, 
xtm_timer.c, xtm_routes.h, /home/nsama/bsd/psr/ospf/include/x_lists.h, 
../../drivers/eth860/veth860.h, ../../drivers/eth860/veth860str.h, 
../../drivers/eth860/veth860quicc.h, ../../drivers/eth860/keth860.h, 
../../drivers/eth860/eth860.h, ../ip/vipstr.h, ../ip/varpuser.h, 
/home/nsama/bsd/psr/ospf/include/vbufstr.h, ../ip/vudpstr.h, ../ip/vudpbuf.h, 
../ip/vipusstr.h, /home/nsama/bsd/psr/ospf/include/visnpstr.h, xtm_routes.c, 
xtm_structures.h, xtm_clients.h, /usr/local/include/stdint.h, xtm_print.c, 
xtm_print.h, xtm_internal_clients.c, xtm_config.h, xtm_internal_clients.h, 
xtm_initialize.c, rtm_structures.h, rtm_patricia_32_bits_key.c, rtm_control.c, 
rtm_utilities.c, rtm_timer.c, rtm_queue.c, rtm_print_utilities.c, 
rtm_patricia_32_bits_key_structures.h, rtm_patricia_32_bits_key.h, 
rtm_patricia_32_bits_key_api.c, rtm_initialize.c, rtm_get_config.c, 
rtm_explib.c, rtm_config.h, rtm_globals.h, rtm_prototypes.h, rtm_explib.h, 
rtm_enums.h, rtm_constants.h, rtm_patricia_32_bits_key_prototypes.h, 
rtm_patricia_32_bits_key_constants.h, rtm.h, rtm_configuration.c, 
ospf_routing_table_updates.c, ospf_patricia_32_bits_key.c, 
ospf_inter_area_route_calculation.c, ospf_external_route_calculation.c, 
ospf_designated_router_election.c, ospf_routing_table.c, 
ospf_receive_database.c, ospf_patricia_route_table.c, ospf_neighbor_events.c, 
ospf_link_state_database.c, ospf_interface_events.c, ospf_hello.c, 
ospf_flood.c, ospf_external_routes.c, ospf_dijkstra.c, ospf_database_summary.c, 
ospf_control.c, ospf_checksum.c, ospf_transmit_acknowledgement.c, 
../xtm/xtm_clients.h, ../rtm/rtm_enums.h, ../rtm/rtm_constants.h, 
../xtm/xtm_routes.h, ../xtm/xtm_structures.h, 
/home/nsama/bsd/psr/asn1/ospf_cim/ospf_pdu.h, 
/home/nsama/bsd/psr/asn1/nxscp/encode_decode.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_api.h, 
/home/nsama/bsd/psr/asn1/nxscp/sendrecv.h, 
/home/nsama/bsd/psr/asn1/nxscp/rtt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp_ctxt.h, 
/home/nsama/bsd/psr/asn1/nxscp/scp.h, /usr/local/include/sys/socket.h, 
ospf_cli.h, ospf_cli.c, ospf_shortest_path_calculation.c, 
ospf_routing_table_lookups.c, ospf_receive_acknowledgement.c, 
ospf_patricia_32_bits_key_api.c, ospf_neighbor_state_machine.h, 
ospf_neighbor_state_machine.c, ospf_link_state_advertisements.c, 
ospf_interface_state_machine.h, ospf_interface_state_machine.c, 
ospf_utilities.c, ospf_transmit_utilities.c, ospf_transmit_update.c, 
ospf_transmit_request.c, ospf_transmit_database.c, ospf_transmit.c, 
/home/nsama/bsd/psr/ospf/include/map.h, ospf_to_rtm.c, ospf_timer.c, 
ospf_snmp.h, ospf_snmp.c, ospf_receive_utilities.c, ospf_receive_update.c, 
ospf_receive_request.c, ospf_receive_packet.c, ospf_print_utilities.c, 
ospf_list_utilities.c, ospf_interface.c, ../ip/ip_header_translation.h, 
../ip/vip.h, ../ip/vicmpstr.h, ../ip/vicmpusr.h, ../ip/kicmp.h, 
../ip/vrip2str.h, ../ip/vripstr.h, ../ip/kripv2.h, ../ip/krip.h, 
../ip/viprastr.h, ../ip/vrarpstr.h, ../ip/vrarpusr.h, ../ip/varpstr.h, 
../ip/karp.h, ../ip/vudpuser.h, ../ip/kudp.h, 
../ip/udp_raw_interface_structures.h, ../ip/udp_raw_interface.h, 
../ip/udp_socket_interface.h, ../ip/viprtstr.h, ../ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrstr.h, 
/home/nsama/bsd/psr/ospf/include/rwos.h, ../ip/ip.h, ospf_structures.h, 
ospf_initialization.c, ospf_configuration.h, ospf_globals.h, 
ospf_patricia_route_table.h, ospf_prototypes.h, 
ospf_patricia_32_bits_key_prototypes.h, ospf_enums.h, ospf_constants.h, 
../ip/kroute.h, /home/nsama/bsd/psr/ospf/include/lslproto.h, 
/usr/local/include/libio.h, ospf.h, ospf_configuration.c, 
patricia_64_bits_key.c, mfapi.c, b_tree_update.c, b_tree_console.c, 
b_tree_api.c, b_tree.c, patricia_update.c, patricia_console.c, 
patricia_access.c, patricia_64_bits_key_api.c, mft_utils.c, mft.c, 
mfapi_rsrr_support.c, mfapi_init.c, mfapi_console.c, mfapi_globals.h, 
mfapi_explib.h, mfapi_prototypes.h, mfapi_structures.h, mfapi_enums.h, 
mfapi_constants.h, patricia_64_bits_key_prototypes.h, 
patricia_64_bits_key_structures.h, patricia_64_bits_key_constants.h, 
patricia_64_bits_key.h, ../ip/kip.h, ../ip/vipktstr.h, ../ip/kipuser.h, 
../ip/ipexplib.h, mfapi.h, mfapi_api.c, ipconfig.c, ip_port_config.c, 
ip_old_port_config.c, icmpprnt.c, ripv2reppr.c, ipsrcrt.c, ipremacc.c, 
ipreassm.c, ipoptns.c, ipmfwdr.c, ipfwdr.c, ipfragtx_fragment.c, ipfragtx.c, 
ipctrl_route_cache.c, ipctrl.c, ipbuf.c, ip_static_routes_from_rtm.c, 
ip_header_translation.c, ip_config_static_routes.c, icmptx.c, icmprxpr.c, 
vicmp.h, icmprx.c, arptx.c, arprx.c, arplist.c, arp.c, udptx.c, udprx.c, 
udp_socket_interface.c, udp_raw_interface.c, ripv2tx.c, ripv2rxrep.c, 
ripv2rx.c, ripv2key.c, riptxrep.c, riptx.c, riprxrep.c, riprx.c, ripreppr.c, 
ripinit.c, /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h, 
vrip2snmp.h, rip2snmp.c, rip2auth.c, rip.c, rarp.c, iputil.c, iptxpr.c, iptx.c, 
iptransp.c, iptimer.c, vudpsnmp.h, vicmsnmp.h, varpsnmp.h, vipsnmp.h, ipsnmp.c, 
iprxpr.c, iprxhdpr.c, iprxassm.c, iprx_forwarder.c, iprx.c, iproute_utility.c, 
iproute.c, vipprint.h, ipprint.c, ipnwcnfg_get.c, ipnwcnfg.c, 
../fast_path_ip/fast_path_ip_structures.h, ipinit.c, ipexcnfg.c, 
ipconfig_set.c, vnvip.h, vipstr.h, vudpstr.h, vudpbuf.h, vipusstr.h, 
ipconfig_get.c, ip_header_translation.h, vip.h, 
/home/nsama/bsd/psr/ospf/include/vnvrmstr.h, kip.h, vicmpstr.h, vicmpusr.h, 
kicmp.h, vrip2str.h, vripstr.h, kripv2.h, krip.h, viprastr.h, vrarpstr.h, 
vrarpusr.h, varpstr.h, varpuser.h, karp.h, vudpuser.h, kudp.h, 
udp_raw_interface_structures.h, udp_raw_interface.h, udp_socket_interface.h, 
vipktstr.h, kipuser.h, viprtstr.h, iplib.h, ../rtm/rtm_explib.h, 
../rtm/rtm_patricia_32_bits_key_prototypes.h, 
../rtm/rtm_patricia_32_bits_key_structures.h, 
../rtm/rtm_patricia_32_bits_key_constants.h, ../rtm/rtm_lib.h, kroute.h, 
../fast_path_ip/fast_path_ip_if.h, ../mfapi/mfapi_explib.h, 
../mfapi/mfapi_structures.h, ../mfapi/mfapi_constants.h, 
../mfapi/patricia_64_bits_key_prototypes.h, 
../mfapi/patricia_64_bits_key_structures.h, 
../mfapi/patricia_64_bits_key_constants.h, ../mfapi/patricia_64_bits_key.h, 
../mfapi/mfapi_enums.h, ip.h, fast_path_ip_support.c, fast_path_ip_cache.c, 
fast_path_ip_receive.c, fast_path_ip_printf.c, vnvfast_path_ip.h, 
/usr/local/include/sys/select.h, /usr/local/include/bits/types.h, 
/usr/local/include/stdlib.h, fast_path_ip_imported_function_prototypes.h, 
fast_path_ip_if.h, fast_path_ip_prototypes.h, fast_path_ip_defines.h, 
fast_path_ip_globals.h, fast_path_ip_structures.h, fast_path_ip_enums.h, 
fast_path_ip.h, fast_path_ip_init.c, rw_memory_functions.c, rwos_scheduler.c, 
rw_dispatcher_structures.h, rw_time_stamp_functions.c, rw_event_functions.c, 
rw_host_os_interface.h, rw_dispatcher_functions.h, rw_dispatcher_globals.h, 
rw_dispatcher_functions.c, rwcontainer.c, rw_linked_list_functions.h, 
rw_linked_list_structures.h, rw_container_functions.h, rw_linked_list.c, 
/home/nsama/bsd/psr/ospf/include/x_queue.h, /usr/local/include/bits/fcntl.h, 
/usr/local/include/fcntl.h, phyLane.c, veth860str.h, eth860ctrl.c, 
eth860util.c, eth860tx.c, ../include/phy.h, veth860quicc.h, 
/usr/local/include/bits/stat.h, /usr/local/include/sys/stat.h, 
/home/nsama/bsd/psr/ft/include/fttrace.h, 
/home/nsama/bsd/psr/common/include/nxlimits.h, /usr/local/include/arpa/inet.h, 
/usr/local/include/bits/byteswap.h, /usr/local/include/bits/wordsize.h, 
/usr/local/include/asm/sockios.h, /usr/local/include/asm/socket.h, 
/usr/local/include/bits/sockaddr.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h, 
/usr/local/include/bits/posix2_lim.h, /usr/local/include/linux/limits.h, 
/usr/local/include/bits/local_lim.h, /usr/local/include/bits/posix1_lim.h, 
/usr/local/include/limits.h, /home/nsama/bsd/psr/ft/include/ftlib.h, 
/home/nsama/bsd/psr/ospf/include/vcrsstr.h, 
../../stacks/ip/ip_header_translation.h, ../../stacks/ip/vip.h, 
../../stacks/ip/vipstr.h, ../../stacks/ip/kip.h, ../../stacks/ip/vicmpstr.h, 
../../stacks/ip/vicmpusr.h, ../../stacks/ip/kicmp.h, 
../../stacks/ip/vrip2str.h, ../../stacks/ip/vripstr.h, 
../../stacks/ip/kripv2.h, ../../stacks/ip/krip.h, ../../stacks/ip/viprastr.h, 
../../stacks/ip/vrarpstr.h, ../../stacks/ip/vrarpusr.h, 
../../stacks/ip/varpstr.h, ../../stacks/ip/varpuser.h, ../../stacks/ip/karp.h, 
../../stacks/ip/vudpstr.h, ../../stacks/ip/vudpbuf.h, 
../../stacks/ip/vudpuser.h, ../../stacks/ip/kudp.h, 
../../stacks/ip/udp_raw_interface_structures.h, 
../../stacks/ip/udp_raw_interface.h, ../../stacks/ip/udp_socket_interface.h, 
../../stacks/ip/vipktstr.h, ../../stacks/ip/vipusstr.h, 
../../stacks/ip/kipuser.h, ../../stacks/ip/viprtstr.h, ../../stacks/ip/iplib.h, 
/home/nsama/bsd/psr/ospf/include/vtrsnstr.h, ../../stacks/rtm/rtm_explib.h, 
../../stacks/rtm/rtm_enums.h, ../../stacks/rtm/rtm_constants.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_prototypes.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_structures.h, 
../../stacks/rtm/rtm_patricia_32_bits_key_constants.h, 
../../stacks/rtm/rtm_lib.h, ../../stacks/ip/kroute.h, 
../../stacks/fast_path_ip/fast_path_ip_if.h, ../../stacks/mfapi/mfapi_explib.h, 
../../stacks/mfapi/mfapi_structures.h, ../../stacks/mfapi/mfapi_constants.h, 
../../stacks/mfapi/patricia_64_bits_key_prototypes.h, 
../../stacks/mfapi/patricia_64_bits_key_structures.h, 
../../stacks/mfapi/patricia_64_bits_key_constants.h, 
../../stacks/mfapi/patricia_64_bits_key.h, ../../stacks/mfapi/mfapi_enums.h, 
../../stacks/ip/ip.h, vnveth860.h, veth860.h, keth860.h, eth860.h, 
socket_tcp_stubs.c, socket_call_back.c, socket.c, 
socket_old_compatibility_interface.h, 
/home/nsama/bsd/psr/ospf/include/vethstr.h, socket_configuration.h, 
socket_functions.h, socket_globals.h, socket_structures.h, socket.h, 
../stacks/ip/udp_raw_interface_structures.h, ../stacks/ip/udp_raw_interface.h, 
../stacks/ip/udp_socket_interface.h, socket_tcp_stubs_include.h, 
../stacks/ip/vipusstr.h, ../stacks/ip/kipuser.h, socket_include.h, x_lists.c, 
/home/nsama/bsd/psr/ospf/include/acl.h, map.c, 
/home/nsama/bsd/psr/apollo/common/include/nxutil.h, 
/usr/local/include/asm/errno.h, /usr/local/include/linux/errno.h, 
/usr/local/include/bits/errno.h, /usr/local/include/errno.h, snmpncfg.c, 
snmpglbl.c, miscutls.c, listutls.c, convutls.c, nvrmutil.c, vnvram.h, knvram.h, 
lsl_network_protocol_decode.c, /usr/local/include/stdio.h, 
lsl_old_socket_compatibility.c, /home/nsama/bsd/psr/common/include/nxtypes.h, 
/home/nsama/bsd/psr/ospf/include/ktr.h, lsltimer.c, vlslsnmp.h, lslsnmp.c, 
lslsnap.c, lslrx.c, lslport.c, vlslstr.h, ../drivers/eth860/veth860str.h, 
../drivers/eth860/veth860quicc.h, lslinit.c, vlslctrl.h, rwos_lsl_api.h, 
vlsl.h, klsl.h, 
/home/nsama/bsd/psr/ospf/sockets/socket_old_compatibility_interface.h, 
../rwos/rw_dispatcher/rw_host_os_interface.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwpacket.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwmemory.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwdispatcher.h, 
/home/nsama/bsd/psr/ospf/include/rwos/rwcontainer.h, lsl.h, 
/home/nsama/bsd/psr/common/include/nxsanity.h, ../drivers/include/phy.h, 
/home/nsama/bsd/psr/ospf/include/rwarebuf.h, ../drivers/eth860/veth860.h, 
../drivers/eth860/keth860.h, ../drivers/eth860/eth860.h, 
/home/nsama/bsd/psr/ospf/include/rwutils.h, 
/home/nsama/bsd/psr/ospf/include/v8022str.h, 
/home/nsama/bsd/psr/ospf/include/compiler_dependencies.h, 
/home/nsama/bsd/psr/ospf/include/kstart.h, /usr/local/include/bits/time.h, 
/usr/local/include/sys/time.h, /usr/local/include/getopt.h, 
/usr/local/include/bits/confname.h, /usr/local/include/bits/posix_opt.h, 
/usr/local/include/string.h, /usr/local/include/alloca.h, 
/usr/local/include/sys/sysmacros.h, /usr/local/include/bits/sigset.h, 
/usr/local/include/bits/select.h, /usr/local/include/bits/endian.h, 
/usr/local/include/endian.h, /usr/local/include/bits/stdio_lim.h, 
/usr/local/include/_G_config.h, /usr/local/include/gnu/stubs.h, 
/usr/local/include/sys/cdefs.h, /usr/local/include/features.h, 
../sysdeps/unix/sysv/linux/bits/sched.h, 
../linuxthreads/sysdeps/pthread/bits/pthreadtypes.h, 
../sysdeps/unix/sysv/linux/bits/types.h, 
../sysdeps/unix/sysv/linux/_G_config.h, ../locale/xlocale.h, 
../include/xlocale.h, ../locale/locale.h, ../include/locale.h, 
../misc/sys/cdefs.h, ../include/sys/cdefs.h, ../include/features.h, 
../intl/libintl.h, ../include/libintl.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/config.h, 
../include/libc-symbols.h, /usr/include/bits/sigthread.h, 
/usr/include/bits/sched.h, /usr/include/bits/pthreadtypes.h, 
/usr/include/bits/sigset.h, /usr/include/signal.h, /usr/include/bits/time.h, 
/usr/include/time.h, /usr/include/sched.h, /usr/include/pthread.h, 
../../gcc/gthr-posix.h, gthr-default.h, ../../gcc/gthr.h, ../../gcc/frame.h, 
../../gcc/dwarf2.h, ../../gcc/frame.c, ../../gcc/libgcc2.c, 
../../gcc/longlong.h, include/stddef.h, ../../gcc/defaults.h, 
../../gcc/machmode.def, ../../gcc/gansidecl.h, ../../gcc/machmode.h, 
../../gcc/getopt.h, /usr/include/bits/confname.h, 
/usr/include/bits/posix_opt.h, /usr/include/unistd.h, /usr/include/alloca.h, 
/usr/include/sys/sysmacros.h, /usr/include/bits/select.h, 
/usr/include/sys/select.h, /usr/include/bits/endian.h, /usr/include/endian.h, 
/usr/include/bits/types.h, /usr/include/sys/types.h, /usr/include/gnu/stubs.h, 
/usr/include/sys/cdefs.h, /usr/include/features.h, /usr/include/stdlib.h, 
../../gcc/config/i386/perform.h, ../../gcc/config/svr4.h, 
../../gcc/config/linux.h, ../../gcc/config/i386/unix.h, 
../../gcc/config/i386/att.h, ../../gcc/config/i386/i386.h, 
../../gcc/config/i386/linux.h, tm.h, ../../gcc/config/i386/xm-i386.h, 
tconfig.h, interp.c, sofini.c, ../string/bits/string2.h, 
../sysdeps/unix/sysv/linux/dl-origin.c, dl-profstub.c, dl-addr.c, 
../elf/dlfcn.h, ../elf/elf.h, ../elf/ldsodefs.h, dl-symbol.c, dl-close.c, 
dl-dst.h, ../linuxthreads/sysdeps/pthread/pthread.h, dl-open.c, 
../sysdeps/gnu/getutmp.c, ../sysdeps/gnu/getutmpx.c, 
../sysdeps/generic/updwtmpx.c, ../sysdeps/generic/utmpxname.c, 
../sysdeps/generic/pututxline.c, ../sysdeps/generic/getutxline.c, 
../sysdeps/generic/getutxid.c, ../sysdeps/generic/endutxent.c, 
../sysdeps/generic/getutxent.c, ../sysdeps/gnu/bits/utmpx.h, 
../sysdeps/gnu/utmpx.h, ../sysdeps/generic/setutxent.c, 
../stdio-common/_itoa.h, ../sysdeps/unix/sysv/linux/ptsname.c, 
../sysdeps/unix/sysv/linux/unlockpt.c, pty-private.h, 
../sysdeps/unix/grantpt.c, ../sysdeps/unix/sysv/linux/grantpt.c, 
../sysdeps/unix/bsd/getpt.c, ../sysdeps/unix/sysv/linux/getpt.c, 
../sysdeps/generic/updwtmp.c, ../sysdeps/unix/sysv/linux/updwtmp.c, utmpname.c, 
programs/utmpd.h, utmp_daemon.c, utmp-private.h, ../sysdeps/gnu/bits/utmp.h, 
../sysdeps/generic/utmp_file.c, ../sysdeps/unix/sysv/linux/utmp_file.c, 
getutline_r.c, getutid_r.c, getutline.c, getutid.c, getutent_r.c, getutent.c, 
../sysdeps/generic/fdetach.c, ../sysdeps/generic/fattach.c, 
../sysdeps/generic/putpmsg.c, ../sysdeps/generic/putmsg.c, 
../sysdeps/generic/getpmsg.c, ../sysdeps/generic/getmsg.c, 
../sysdeps/generic/bits/stropts.h, stropts.h, ../sysdeps/generic/isastream.c, 
nscd-client.h, nscd_gethst_r.c, ../sysdeps/unix/sysv/linux/bits/socket.h, 
../posix/sys/types.h, nscd_getgr_r.c, nscd_proto.h, nscd_getpw_r.c, 
xdr_intXX_t.c, create_xid.c, ../sysdeps/unix/sysv/linux/bits/uio.h, svc_unix.c, 
clnt_unix.c, ../ctype/ctype.h, xcrypt.c, svcauth_des.c, rtime.c, openchild.c, 
../misc/search.h, ../resolv/resolv.h, ../nss/nsswitch.h, netname.c, 
rpc/key_prot.h, key_prot.c, ../sunrpc/rpc/key_prot.h, 
../include/rpc/key_prot.h, ../sunrpc/rpc/clnt.h, key_call.c, des_soft.c, 
../crypt/sysdeps/unix/des_impl.c, ../sunrpc/rpc/rpc_des.h, ../include/des.h, 
des_crypt.c, authdes_prot.c, rpc/des_crypt.h, auth_des.c, xdr_sizeof.c, 
publickey.c, xdr_stdio.c, xdr_ref.c, xdr_rec.c, xdr_mem.c, xdr_float.c, 
xdr_array.c, xdr.c, svc_udp.c, svc_tcp.c, svc_simple.c, svc_run.c, svc_raw.c, 
../sunrpc/rpc/svc.h, svc_authux.c, svc_auth.c, svc.c, rpc_cmsg.c, rpc_common.c, 
rpc_prot.c, ../sunrpc/rpc/pmap_rmt.h, ../include/rpc/pmap_rmt.h, pmap_rmt.c, 
pmap_prot2.c, pmap_prot.c, pm_getport.c, pm_getmaps.c, ../inet/netinet/in.h, 
pmap_clnt.c, ../sunrpc/rpc/rpc_msg.h, getrpcport.c, ../sunrpc/rpc/pmap_prot.h, 
../include/rpc/pmap_prot.h, get_myaddr.c, rpc_dtable.c, 
../sysdeps/unix/sysv/linux/bits/ioctl-types.h, clnt_udp.c, 
../sunrpc/rpc/pmap_clnt.h, ../include/rpc/pmap_clnt.h, clnt_tcp.c, clnt_simp.c, 
clnt_raw.c, ../sunrpc/rpc/xdr.h, ../sunrpc/rpc/auth.h, clnt_perr.c, 
../include/sys/errno.h, ../socket/sys/socket.h, ../sunrpc/rpc/svc_auth.h, 
../include/rpc/svc_auth.h, ../include/rpc/svc.h, ../sunrpc/rpc/auth_des.h, 
../include/rpc/auth_des.h, ../include/rpc/rpc_msg.h, ../socket/sys/un.h, 
../include/rpc/clnt.h, ../sunrpc/rpc/rpc.h, ../include/rpc/rpc.h, clnt_gen.c, 
bindrsvprt.c, authuxprot.c, ../sunrpc/rpc/auth_unix.h, 
../include/rpc/auth_unix.h, auth_unix.c, ../include/rpc/xdr.h, 
../include/rpc/auth.h, ../sunrpc/rpc/types.h, ../include/rpc/types.h, 
auth_none.c, ../sysdeps/unix/sysv/linux/if_index.c, ../resolv/netdb.h, 
getnameinfo.c, in6_addr.c, ../nss/getXXbyYY_r.c, getaliasname_r.c, 
../nss/getXXbyYY.c, getaliasname.c, ../nss/getXXent.c, getaliasent.c, 
../nss/getXXent_r.c, ../inet/aliases.h, ../include/aliases.h, getaliasent_r.c, 
getnetgrent.c, netgroup.h, getnetgrent_r.c, ../libio/bits/stdio.h, ruserpass.c, 
rexec.c, rcmd.c, ether_ntoh.c, ../sysdeps/unix/sysv/linux/net/if_arp.h, 
../sysdeps/unix/sysv/linux/net/ethernet.h, 
../sysdeps/unix/sysv/linux/netinet/if_ether.h, ether_ntoa_r.c, ether_ntoa.c, 
ether_line.c, ether_hton.c, ether_aton_r.c, /usr/include/linux/if_ether.h, 
../inet/netinet/ether.h, ../include/netinet/ether.h, ether_aton.c, 
getrpcbynumber_r.c, getrpcbyname_r.c, getrpcent_r.c, getrpcbynumber.c, 
getrpcbyname.c, getrpcent.c, getservent_r.c, getservent.c, getsrvbypt_r.c, 
getsrvbypt.c, getsrvbynm_r.c, getsrvbynm.c, getprtname_r.c, getprtname.c, 
getprtent_r.c, getprtent.c, getproto_r.c, getproto.c, getnetbynm_r.c, 
getnetent_r.c, getnetent.c, getnetbynm.c, getnetbyad_r.c, getnetbyad.c, 
gethstent_r.c, gethstent.c, ../nss/digits_dots.c, gethstbynm_r.c, 
gethstbynm2_r.c, gethstbynm2.c, gethstbynm.c, ../resolv/res_hconf.h, 
../grp/grp.h, gethstbyad_r.c, gethstbyad.c, herrno.c, inet_net.c, inet_ntoa.c, 
inet_netof.c, inet_mkadr.c, inet_lnaof.c, htons, htonl, 
../sysdeps/generic/elf/backtracesymsfd.c, 
../sysdeps/generic/elf/backtracesyms.c, ../debug/execinfo.h, 
../include/execinfo.h, ../sysdeps/i386/backtrace.c, no-tsd.c, weaks.c, 
XXX-lookup.c, alias-lookup.c, key-lookup.c, netgrp-lookup.c, spwd-lookup.c, 
ethers-lookup.c, rpc-lookup.c, pwd-lookup.c, grp-lookup.c, network-lookup.c, 
hosts-lookup.c, service-lookup.c, nsswitch.h, proto-lookup.c, databases.def, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/gnu/lib-names.h, nsswitch.c, 
res_hconf.h, ../sysdeps/unix/sysv/linux/net/if.h, ../string/memory.h, 
../include/memory.h, res_hconf.c, ../stdlib/stdlib.h, res_init.c, nsap_addr.c, 
inet_pton.c, inet_ntop.c, inet_addr.c, ../conf/portability.h, herror.c, 
../misc/sysexits.h, ../include/sysexits.h, argp-eexst.c, argp.h, argp-xinl.c, 
argp-pvh.c, argp-pv.c, argp-parse.c, argp-fmtstream.h, argp-help.c, 
argp-fs-xinl.c, argp-namefrob.h, argp-fmtstream.c, argp-ba.c, lckpwdf.c, 
fgetspent_r.c, sgetspent_r.c, getspnam_r.c, getspent_r.c, putspent.c, 
fgetspent.c, sgetspent.c, getspnam.c, ../shadow/shadow.h, ../include/shadow.h, 
getspent.c, cname-lookup.h, wcextra_l.c, wctype_l.c, towctrans_l.c, 
iswctype_l.c, wcfuncs_l.c, wcextra.c, towctrans.c, wctrans.c, iswctype.c, 
wctype.c, ../locale/localeinfo.h, wcfuncs.c, gconv.h, gconv_int.h, 
../time/time.h, gconv_dl.c, ../iconv/skeleton.c, ../iconv/loop.c, 
gconv_simple.c, gconv_builtin.c, gconv_builtin.h, ../libio/libio.h, 
gconv_conf.c, ../posix/regex.h, ../elf/link.h, gconv_db.c, gconv_close.c, 
gconv.c, gconv_open.c, iconv_close.c, iconv.h, iconv.c, iconv_open.c, 
../sysdeps/generic/prof-freq.c, bb_exit_func.c, 
../sysdeps/generic/bb_init_func.c, 
../sysdeps/unix/sysv/linux/i386/sigcontextinfo.h, 
../sysdeps/unix/sysv/linux/i386/profil-counter.h, ../sysdeps/posix/profil.c, 
../sysdeps/unix/sysv/linux/profil.c, ../sysdeps/generic/atomicity.h, 
../sysdeps/i386/machine-gmon.h, ../gmon/sys/gmon.h, mcount.c, 
../gmon/sys/gmon_out.h, ../include/sys/gmon_out.h, ../include/sys/gmon.h, 
gmon.c, ../sysdeps/unix/sysv/linux/shmctl.c, 
../sysdeps/unix/sysv/linux/shmget.c, ../sysdeps/unix/sysv/linux/shmdt.c, 
../sysdeps/gnu/bits/shm.h, ../sysvipc/sys/shm.h, ../include/sys/shm.h, 
../sysdeps/unix/sysv/linux/shmat.c, ../sysdeps/unix/sysv/linux/semctl.c, 
../sysdeps/unix/sysv/linux/semget.c, ../sysdeps/gnu/bits/sem.h, 
../sysvipc/sys/sem.h, ../include/sys/sem.h, ../sysdeps/unix/sysv/linux/semop.c, 
../sysdeps/unix/sysv/linux/msgctl.c, ../sysdeps/unix/sysv/linux/msgget.c, 
../sysdeps/unix/sysv/linux/msgrcv.c, ../sysdeps/gnu/bits/msq.h, 
../sysvipc/sys/msg.h, ../include/sys/msg.h, 
../sysdeps/unix/sysv/linux/msgsnd.c, ../sysdeps/gnu/bits/ipc.h, 
../include/bits/ipc.h, ../sysvipc/sys/ipc.h, ../include/sys/ipc.h, ftok.c, 
../sysdeps/unix/sysv/linux/netrose/rose.h, 
../sysdeps/unix/sysv/linux/netpacket/packet.h, 
../sysdeps/unix/sysv/linux/netipx/ipx.h, 
../sysdeps/unix/sysv/linux/neteconet/ec.h, 
../sysdeps/unix/sysv/linux/netax25/ax25.h, /usr/include/linux/atalk.h, 
/usr/include/asm/types.h, ../sysdeps/unix/sysv/linux/netatalk/at.h, 
../sysdeps/unix/sysv/linux/netash/ash.h, ../sysdeps/unix/sysv/linux/sa_len.c, 
../sysdeps/unix/sysv/linux/cmsg_nxthdr.c, ../sysdeps/posix/isfdtype.c, 
__socketpair, __socket, __shutdown, setsockopt, __libc_sendto, __libc_sendmsg, 
__libc_send, __libc_recvmsg, __libc_recvfrom, __libc_recv, listen, 
__getsockopt, getsockname, __getpeername, __libc_connect, bind, __libc_accept, 
uselib, sysinfo, sendfile, quotactl, query_module, prctl, __personality, 
nfsservctl, __munlockall, __munlock, __mremap, __mount, __mlockall, __mlock, 
klogctl, init_module, get_kernel_syms, delete_module, create_module, capset, 
capget, bdflush, __adjtimex, __modify_ldt, __umount2, __umount, 
../sysdeps/unix/sysv/linux/getresgid.c, ../sysdeps/unix/sysv/linux/getresuid.c, 
../sysdeps/unix/sysv/linux/llseek.c, __clone, /usr/include/linux/lists.h, 
/usr/include/linux/sysctl.h, ../sysdeps/unix/sysv/linux/sys/sysctl.h, 
../sysdeps/unix/sysv/linux/sysctl.c, 
../sysdeps/unix/sysv/linux/i386/setresuid.c, 
../sysdeps/unix/sysv/linux/i386/setresgid.c, 
../sysdeps/unix/sysv/linux/i386/setfsuid.c, 
../sysdeps/unix/sysv/linux/sys/fsuid.h, 
../sysdeps/unix/sysv/linux/i386/setfsgid.c, __vm86, iopl, ioperm, init-misc.c, 
regexp.h, regexp.c, dirname.c, ../sysdeps/unix/sysv/linux/getsysstats.c, 
../sysdeps/unix/sysv/linux/bits/ustat.h, sys/ustat.h, 
../sysdeps/unix/sysv/linux/ustat.c, error.h, error.c, ../misc/err.h, 
../include/err.h, err.c, lsearch.c, tsearch.c, hsearch_r.c, hsearch.c, 
../sysdeps/i386/fpu/bits/mathinline.h, efgcvt_r.c, qefgcvt_r.c, efgcvt.c, 
qefgcvt.c, __mmap64, ../sysdeps/generic/madvise.c, 
../sysdeps/unix/sysv/linux/madvise.c, __libc_msync, __mprotect, __munmap, 
__mmap, daemon.c, syscall, syslog.c, ttyslot.c, ../posix/unistd.h, getpass.c, 
../misc/sys/file.h, ../include/sys/file.h, getusershell.c, ../misc/ttyent.h, 
../include/ttyent.h, getttyent.c, insremque.c, ../sysdeps/generic/fchflags.c, 
../sysdeps/generic/chflags.c, ../sysdeps/unix/sysv/linux/ftruncate64.c, 
../sysdeps/unix/sysv/linux/truncate64.c, __ftruncate, truncate, ../io/utime.h, 
../include/utime.h, ../sysdeps/posix/utimes.c, mntent_r.c, mntent.c, fstab.h, 
fstab.c, ../sysdeps/unix/sysv/linux/sys/ptrace.h, 
../sysdeps/unix/sysv/linux/ptrace.c, ../sysdeps/generic/stty.c, 
../misc/sgtty.h, ../include/sgtty.h, ../sysdeps/generic/gtty.c, 
../sysdeps/unix/sysv/linux/usleep.c, ../sysdeps/unix/bsd/ualarm.c, 
../sysdeps/unix/sysv/linux/ualarm.c, mkstemp.c, mktemp.c, __swapoff, __swapon, 
vhangup, ../sysdeps/generic/revoke.c, ../sysdeps/unix/sysv/linux/gethostid.c, 
../sysdeps/unix/sysv/linux/sethostid.c, 
../sysdeps/unix/sysv/linux/sys/reboot.h, ../sysdeps/unix/sysv/linux/reboot.c, 
fdatasync, sync, __libc_fsync, chroot, acct, ../sysdeps/generic/pselect.c, 
setdomainname, ../sysdeps/generic/getdomain.c, sethostname, 
../sysdeps/unix/sysv/linux/gethostname.c, ../sysdeps/posix/getdtsz.c, 
../sysdeps/unix/getpagesize.c, ../sysdeps/unix/sysv/linux/i386/setegid.c, 
../sysdeps/unix/sysv/linux/i386/seteuid.c, 
../sysdeps/unix/sysv/linux/i386/setregid.c, 
../sysdeps/unix/sysv/linux/i386/setreuid.c, ../sysdeps/posix/writev.c, 
../sysdeps/unix/sysv/linux/writev.c, ../sysdeps/posix/readv.c, 
../misc/sys/uio.h, ../include/sys/uio.h, ../sysdeps/unix/sysv/linux/readv.c, 
__ioctl, ../sysdeps/generic/sstk.c, ../sysdeps/generic/sbrk.c, 
../sysdeps/unix/sysv/linux/i386/brk.c, nice, setpriority, 
../sysdeps/unix/sysv/linux/getpriority.c, ../resource/sys/vtimes.h, 
../include/sys/vtimes.h, ../sysdeps/generic/vtimes.c, ../resource/sys/vlimit.h, 
../include/sys/vlimit.h, ../sysdeps/generic/vlimit.c, ../resource/ulimit.h, 
../include/ulimit.h, ../sysdeps/unix/sysv/linux/ulimit.c, __getrusage, 
../sysdeps/generic/setrlimit64.c, ../sysdeps/generic/getrlimit64.c, setrlimit, 
__getrlimit, tcgetsid.c, cfmakeraw.c, ../sysdeps/unix/common/tcsendbrk.c, 
../sysdeps/unix/bsd/sun/sunos4/tcflush.c, ../sysdeps/unix/sysv/linux/tcflush.c, 
../sysdeps/unix/bsd/sun/sunos4/tcflow.c, ../sysdeps/unix/sysv/linux/tcflow.c, 
../sysdeps/unix/sysv/linux/tcdrain.c, ../sysdeps/unix/bsd/tcsetpgrp.c, 
../sysdeps/unix/sysv/linux/tcsetpgrp.c, ../sysdeps/unix/bsd/tcgetpgrp.c, 
../sysdeps/unix/sysv/linux/tcgetpgrp.c, ../sysdeps/unix/sysv/linux/tcgetattr.c, 
../sysdeps/unix/sysv/linux/kernel_termios.h, 
../sysdeps/unix/sysv/linux/tcsetattr.c, cfsetspeed.c, ../termios/termios.h, 
../sysdeps/unix/sysv/linux/speed.c, ../sysdeps/unix/bsd/poll.c, 
../sysdeps/unix/sysv/linux/bits/poll.h, ../io/sys/poll.h, 
../include/sys/poll.h, ../sysdeps/unix/sysv/linux/poll.c, fts.h, fts.c, ftw.c, 
ftw64.c, ../io/ftw.h, ../include/ftw.h, __rmdir, __unlink, __readlink, 
__symlink, __link, ../sysdeps/unix/sysv/linux/bits/termios.h, 
../include/termios.h, ../sysdeps/posix/isatty.c, 
../sysdeps/unix/sysv/linux/ttyname_r.c, ../sysdeps/unix/sysv/linux/ttyname.c, 
__lchown, __fchown, ../sysdeps/unix/sysv/linux/i386/chown.c, ../io/sys/stat.h, 
getdirname.c, getwd.c, ../sysdeps/posix/getcwd.c, 
../sysdeps/unix/sysv/linux/getcwd.c, __fchdir, __chdir, creat64.c, creat.c, 
__pipe, __dup2, __dup, ../sysdeps/generic/lockf64.c, lockf.c, __flock, 
__libc_fcntl, ../sysdeps/posix/euidaccess.c, __access, 
../sysdeps/unix/sysv/linux/lseek64.c, __libc_lseek, __libc_write, __libc_read, 
__libc_close, ../sysdeps/posix/open64.c, __libc_open, __mkdir, __fchmod, 
__chmod, __umask, ../sysdeps/unix/sysv/linux/fstatvfs64.c, 
../sysdeps/unix/sysv/linux/bits/statvfs.h, 
../sysdeps/unix/sysv/linux/statvfs64.c, 
../sysdeps/unix/sysv/linux/internal_statvfs.c, 
../sysdeps/unix/sysv/linux/fstatvfs.c, sys/statvfs.h, 
../sysdeps/unix/sysv/linux/sys/mount.h, ../misc/mntent.h, ../include/mntent.h, 
../sysdeps/unix/sysv/linux/statvfs.c, ../sysdeps/unix/sysv/linux/fstatfs64.c, 
../sysdeps/unix/sysv/linux/statfs64.c, __fstatfs, __statfs, 
../sysdeps/unix/sysv/linux/xstatconv.c, ../sysdeps/unix/sysv/linux/lxstat64.c, 
../sysdeps/unix/sysv/linux/fxstat64.c, ../sysdeps/unix/sysv/linux/xstat64.c, 
../sysdeps/unix/sysv/linux/xmknod.c, ../sysdeps/unix/sysv/linux/lxstat.c, 
../sysdeps/unix/sysv/linux/fxstat.c, ../sysdeps/unix/sysv/linux/kernel_stat.h, 
../sysdeps/unix/sysv/linux/xstat.c, ../sysdeps/unix/mkfifo.c, utime, environ.c, 
../sysdeps/generic/init-posix.c, ../sysdeps/posix/pwrite64.c, 
../sysdeps/unix/sysv/linux/i386/pwrite64.c, ../sysdeps/posix/pread64.c, 
../sysdeps/unix/sysv/linux/i386/pread64.c, ../sysdeps/posix/pwrite.c, 
../sysdeps/unix/sysv/linux/i386/pwrite.c, ../sysdeps/posix/pread.c, 
../sysdeps/unix/sysv/linux/i386/pread.c, ../posix/glob.h, ../posix/wordexp.h, 
../include/wordexp.h, wordexp.c, ../sysdeps/posix/gai_strerror.c, 
../inet/arpa/inet.h, ../include/arpa/inet.h, ../sunrpc/rpc/netdb.h, 
../include/sys/un.h, ../sysdeps/posix/getaddrinfo.c, __sched_rr_get_interval, 
__sched_get_priority_min, __sched_get_priority_max, __sched_yield, 
__sched_getscheduler, __sched_setscheduler, __sched_getparam, __sched_setparam, 
../posix/getopt.h, getopt_init.c, getopt1.c, getopt.h, getopt.c, 
../sysdeps/unix/confstr.h, confstr.c, regex.c, fnmatch.c, 
../sysdeps/generic/glob.c, ../sysdeps/unix/sysv/linux/glob64.c, 
../include/glob.h, ../posix/fnmatch.h, ../include/fnmatch.h, 
../sysdeps/posix/fpathconf.c, ../sysdeps/unix/sysv/linux/fpathconf.c, 
/usr/include/linux/kernel.h, ../sysdeps/unix/sysv/linux/sys/sysinfo.h, 
../include/sys/sysinfo.h, ../pwd/pwd.h, ../sysdeps/posix/sysconf.c, 
../sysdeps/posix/pathconf.c, ../sysdeps/unix/sysv/linux/linux_fsinfo.h, 
../sysdeps/unix/sysv/linux/bits/statfs.h, ../io/sys/statfs.h, 
../include/sys/statfs.h, ../sysdeps/unix/sysv/linux/pathconf.c, 
../sysdeps/generic/setlogin.c, ../sysdeps/unix/getlogin_r.c, ../login/utmp.h, 
../include/utmp.h, ../sysdeps/unix/getlogin.c, __setsid, getsid, setpgrp.c, 
bsd-getpgrp.c, getpgrp, __setpgid, __getpgid, 
../sysdeps/generic/group_member.c, ../sysdeps/unix/sysv/linux/i386/setgid.c, 
../sysdeps/unix/sysv/linux/i386/setuid.c, 
../sysdeps/unix/sysv/linux/i386/getgroups.c, __getegid, __getgid, __geteuid, 
__getuid, __getppid, __getpid, execlp.c, execvp.c, execl.c, 
../sysdeps/i386/stackinfo.h, execle.c, execv.c, ../sysdeps/generic/fexecve.c, 
../sysdeps/unix/sysv/linux/execve.c, _exit, __vfork, __libc_fork, 
__libc_nanosleep, __libc_pause, ../sysdeps/unix/sysv/linux/bits/sigset.h, 
../sysdeps/unix/sysv/linux/sleep.c, alarm, ../sysdeps/posix/waitid.c, __wait4, 
../sysdeps/unix/bsd/bsd4.4/wait3.c, ../sysdeps/unix/sysv/linux/wait3.c, 
../sysdeps/unix/sysv/linux/waitpid.c, 
../sysdeps/unix/sysv/linux/bits/resource.h, ../resource/sys/resource.h, 
../include/sys/resource.h, ../sysdeps/generic/bits/waitstatus.h, 
../posix/sys/wait.h, ../sysdeps/unix/bsd/bsd4.4/wait.c, 
../sysdeps/unix/sysv/linux/wait.c, __times, uname, fgetpwent_r.c, getpwuid_r.c, 
getpwnam_r.c, getpwent_r.c, getpwuid.c, getpwnam.c, getpwent.c, putpwent.c, 
getpw.c, fgetpwent.c, ../nss/nss_files/files-parse.c, fgetgrent_r.c, 
getgrnam_r.c, ../include/sys/socket.h, ../include/rpc/netdb.h, 
../include/netdb.h, ../nscd/nscd_proto.h, getgrgid_r.c, getgrent_r.c, 
putgrent.c, getgrnam.c, getgrgid.c, getgrent.c, 
../sysdeps/unix/sysv/linux/i386/setgroups.c, ../resolv/sys/bitypes.h, 
../include/sys/bitypes.h, ../include/resolv.h, ../nss/nss.h, ../include/nss.h, 
../sysdeps/unix/sysv/linux/bits/in.h, /usr/include/asm/sockios.h, 
/usr/include/asm/socket.h, ../sysdeps/generic/bits/sockaddr.h, 
../include/netinet/in.h, ../resolv/arpa/nameser.h, ../include/arpa/nameser.h, 
../include/nsswitch.h, initgroups.c, ../include/grp.h, fgetgrent.c, 
../sysdeps/unix/sysv/linux/getdirentries.c, 
../sysdeps/unix/sysv/linux/getdirentries64.c, 
../sysdeps/unix/sysv/linux/getdents.c, ../sysdeps/unix/sysv/linux/getdents64.c, 
versionsort64.c, alphasort64.c, scandir64.c, 
../sysdeps/unix/sysv/linux/readdir64_r.c, 
../sysdeps/unix/sysv/linux/readdir64.c, ../sysdeps/unix/dirfd.c, 
/usr/include/asm/posix_types.h, /usr/include/linux/stddef.h, 
/usr/include/linux/posix_types.h, versionsort.c, alphasort.c, scandir.c, 
../sysdeps/unix/dirstream.h, ../sysdeps/unix/telldir.c, 
../sysdeps/unix/seekdir.c, ../sysdeps/unix/rewinddir.c, 
../sysdeps/unix/readdir_r.c, ../dirent/dirent.h, ../sysdeps/unix/readdir.c, 
../sysdeps/unix/closedir.c, ../sysdeps/unix/sysv/linux/bits/dirent.h, 
../include/dirent.h, ../sysdeps/unix/opendir.c, 
../sysdeps/unix/sysv/linux/ntp_gettime.c, getdate.c, strptime.c, 
../time/sys/timeb.h, ../include/sys/timeb.h, ../sysdeps/unix/bsd/ftime.c, 
../sysdeps/unix/sysv/linux/ftime.c, timegm.c, dysize.c, stime, __setitimer, 
__getitimer, tzfile.c, ../timezone/tzfile.h, tzset.c, 
../sysdeps/unix/sysv/linux/sys/timex.h, ../sysdeps/unix/sysv/linux/adjtime.c, 
__settimeofday, __gettimeofday, time, strftime.c, mktime.c, localtime.c, 
gmtime.c, ../include/values.h, difftime.c, ctime_r.c, ctime.c, 
../posix/sys/times.h, ../include/sys/times.h, 
../sysdeps/unix/sysv/linux/clock.c, asctime.c, offtime.c, ../iconv/gconv.h, 
../iconv/gconv_int.h, wcsmbsload.h, wcsmbsload.c, wcsncase.c, wcsncase_l.c, 
wcscasecmp.c, wcscasecmp_l.c, ../string/../locale/weight.h, 
../string/strxfrm.c, wcsxfrm.c, wcsxfrm_l.c, ../string/strcoll.c, wcscoll.c, 
wcscoll_l.c, ../wctype/cname-lookup.h, wcwidth.h, wcswidth.c, 
../wctype/../locale/categories.def, ../wctype/../locale/../intl/loadinfo.h, 
../wctype/../locale/localeinfo.h, wcwidth.c, ../string/../locale/localeinfo.h, 
../string/../locale/categories.def, ../string/../locale/../intl/loadinfo.h, 
../stdlib/gmp.h, ../stdlib/grouping.h, ../stdlib/strtod.c, wcstof.c, 
wcstof_l.c, wcstold.c, wcstold_l.c, wcstod.c, wcstod_l.c, ../stdlib/strtol.c, 
wcstoull.c, wcstoull_l.c, wcstoll.c, wcstoll_l.c, wcstoul_l.c, 
../stdlib/../locale/localeinfo.h, wcstol_l.c, 
../stdlib/../locale/../intl/loadinfo.h, wcstoul.c, wcstol.c, 
../stdlib/../locale/categories.def, wcsnlen.c, wcsnrtombs.c, mbsnrtowcs.c, 
wcsrtombs.c, mbsrtowcs.c, wcrtomb.c, mbrtowc.c, mbrlen.c, mbsinit.c, wctob.c, 
../locale/../intl/loadinfo.h, ../catgets/nl_types.h, btowc.c, wcpncpy.c, 
wcpcpy.c, wmemset.c, wmemmove.c, wmemcpy.c, wmemcmp.c, wmemchr.c, wcsstr.c, 
wcstok.c, wcsspn.c, wcsrchr.c, wcspbrk.c, wcsncpy.c, wcsncmp.c, wcsncat.c, 
wcslen.c, wcsdup.c, wcscspn.c, wcscpy.c, wcscmp.c, wcschr.c, wcscat.c, 
../sysdeps/i386/bits/string.h, string-inlines.c, ../locale/weight.h, strxfrm.c, 
strxfrm_l.c, strcoll.c, strcoll_l.c, basename.c, envz.h, envz.c, 
../string/argz.h, argz-replace.c, argz-addsep.c, argz-stringify.c, 
argz-insert.c, argz-extract.c, argz-delete.c, argz-next.c, argz-ctsep.c, 
argz-create.c, argz-count.c, argz-append.c, __strchrnul, __rawmemchr, 
../sysdeps/generic/memmem.c, memfrob.c, strfry.c, swab.c, 
../sysdeps/generic/strcasestr.c, ../sysdeps/generic/strsep.c, 
../sysdeps/generic/wordcopy.c, ../sysdeps/generic/memcpy.c, 
../sysdeps/generic/memccpy.c, ../sysdeps/generic/strncase.c, 
../sysdeps/generic/strncase_l.c, ../sysdeps/generic/strcasecmp.c, 
../sysdeps/generic/strcasecmp_l.c, __stpncpy, __stpcpy, 
../sysdeps/generic/ffsll.c, ../sysdeps/i386/ffs.c, ../sysdeps/i386/bzero.c, 
../sysdeps/generic/memmove.c, ../sysdeps/generic/bcopy.c, 
../sysdeps/generic/mempcpy.c, ../sysdeps/i386/memset.c, 
../sysdeps/generic/pagecopy.h, memcmp, memchr, __strtok_r, strtok, 
../sysdeps/generic/strstr.c, strspn, strsignal.c, strpbrk, strrchr, 
../sysdeps/generic/strncpy.c, ../sysdeps/generic/strncmp.c, 
../sysdeps/generic/strncat.c, strnlen.c, ../sysdeps/i386/strlen.c, 
../sysdeps/generic/_strerror.c, strerror.c, strndup.c, strdup.c, strverscmp.c, 
strcspn, ../sysdeps/generic/strcpy.c, ../sysdeps/generic/strcmp.c, strchr, 
../sysdeps/generic/strcat.c, set-freeres.c, obstack.h, obstack.c, 
../include/ldsodefs.h, mtrace.c, ../malloc/mcheck.h, ../include/mcheck.h, 
mcheck.c, ../sysdeps/generic/morecore.c, malloc.h, 
../linuxthreads/sysdeps/pthread/bits/libc-tsd.h, thread-m.h, malloc.c, 
oldstdfiles.c, oldfileops.c, strops.c, stdio.c, stdfiles.c, genops.c, 
fileops.c, iofputs_u.c, iofgets_u.c, iofwrite_u.c, iofread_u.c, peekc.c, 
putchar_u.c, putc_u.c, iofflush_u.c, getchar_u.c, getc_u.c, fputc_u.c, 
ferror_u.c, feof_u.c, clearerr_u.c, libio.h, oldtmpfile.c, oldpclose.c, 
oldiopopen.c, oldiofclose.c, oldiofdopen.c, libioP.h, oldiofopen.c, 
../sysdeps/posix/libc_fatal.c, ftello64.c, fseeko64.c, freopen64.c, ftello.c, 
fseeko.c, fcloseall.c, ../malloc/obstack.h, ../include/obstack.h, obprintf.c, 
vsnprintf.c, vscanf.c, iovdprintf.c, ../malloc/malloc.h, ../include/malloc.h, 
vasprintf.c, setlinebuf.c, setbuf.c, rewind.c, putchar.c, putc.c, pclose.c, 
memstream.c, getchar.c, getc.c, fseek.c, freopen.c, fputc.c, fileno.c, 
ferror.c, feof.c, stdio.h, clearerr.c, iofsetpos64.c, iofopen64.c, 
iofgetpos64.c, iovsscanf.c, strfile.h, iovsprintf.c, ioungetc.c, iosprintf.c, 
iosetvbuf.c, iosetbuffer.c, ioseekpos.c, ioseekoff.c, ioputs.c, 
../sysdeps/unix/sysv/linux/bits/siginfo.h, 
../sysdeps/unix/sysv/linux/bits/sigaction.h, ../signal/signal.h, iopopen.c, 
iopadn.c, iogets.c, iogetline.c, iogetdelim.c, iofwrite.c, ioftell.c, 
iofsetpos.c, iofread.c, iofputs.c, iofopncook.c, iofopen.c, iofgets.c, 
iofgetpos.c, bits/stdio.h, ../libio/stdio.h, iofflush.c, iofdopen.c, 
iofclose.c, iolibio.h, filedoalloc.c, ../sysdeps/gnu/siglist.h, 
../sysdeps/unix/sysv/linux/siglist.h, ../sysdeps/gnu/siglist.c, 
../sysdeps/gnu/errlist.c, ../sysdeps/unix/sysv/linux/errlist.h, 
../sysdeps/unix/sysv/linux/sizes.h, ../sysdeps/unix/sysv/linux/errlist.c, 
../sysdeps/generic/lockfile.c, rename, ../sysdeps/posix/remove.c, putw.c, 
getw.c, getline.c, ../sysdeps/unix/sysv/linux/bits/time.h, ../time/sys/time.h, 
../include/sys/time.h, ../sysdeps/posix/tempname.c, tempnam.c, tmpnam_r.c, 
tmpnam.c, tmpfile64.c, tmpfile.c, ../sysdeps/unix/sysv/linux/bits/sigstack.h, 
psignal.c, perror.c, sscanf.c, scanf.c, fscanf.c, ../wctype/wctype.h, 
../include/wctype.h, vfscanf.c, dprintf.c, asprintf.c, sprintf.c, snprintf.c, 
printf.c, fprintf.c, printf_size.c, _itoa.h, ../sysdeps/generic/printf_fphex.c, 
../wcsmbs/wchar.h, printf-parse.h, printf-prs.c, reg-printf.c, 
../stdlib/fpioconst.h, ../libio/libioP.h, printf_fp.c, vprintf.c, vfprintf.c, 
itoa-digits.c, ../stdlib/longlong.h, ../stdlib/gmp-impl.h, _itoa.c, 
../linuxthreads/sysdeps/pthread/bits/stdio-lock.h, ../include/pwd.h, 
../sysdeps/posix/cuserid.c, ../sysdeps/posix/ctermid.c, fpioconst.c, 
mp_clz_tab.c, ../sysdeps/ieee754/mpn2ldbl.c, ../sysdeps/ieee754/mpn2dbl.c, 
../sysdeps/ieee754/mpn2flt.c, ../sysdeps/i386/ldbl2mpn.c, 
../sysdeps/ieee754/dbl2mpn.c, __mpn_submul_1, __mpn_sub_n, gmp.h, 
../sysdeps/generic/mul_n.c, __mpn_mul_1, ../sysdeps/generic/mul.c, 
../sysdeps/generic/mod_1.c, __mpn_rshift, __mpn_lshift, 
../sysdeps/generic/udiv_qrnnd.c, ../sysdeps/generic/divrem.c, 
../sysdeps/generic/divmod_1.c, ../sysdeps/generic/cmp.c, __mpn_addmul_1, 
__mpn_add_n, ../sysdeps/generic/inlines.c, ../sysdeps/generic/swapcontext.c, 
../sysdeps/generic/makecontext.c, ../sysdeps/generic/setcontext.c, 
../sysdeps/generic/getcontext.c, ../sysdeps/wordsize-32/wcstoumax.c, 
../sysdeps/wordsize-32/wcstoimax.c, ../sysdeps/wordsize-32/strtoumax.c, 
../sysdeps/wordsize-32/strtoimax.c, ../misc/sys/syslog.h, 
../include/sys/syslog.h, fmtmsg.h, fmtmsg.c, ../misc/libgen.h, 
../include/libgen.h, xpg_basename.c, getsubopt.c, strfmon.c, strfmon_l.c, 
../stdio-common/printf.h, ../include/printf.h, ../libio/strfile.h, 
../stdlib/monetary.h, ../include/monetary.h, ../include/regex.h, rpmatch.c, 
l64a.c, a64l.c, /usr/include/asm/param.h, /usr/include/linux/param.h, 
../sysdeps/unix/sysv/linux/sys/param.h, canonicalize.c, 
../sysdeps/unix/sysv/linux/bits/waitflags.h, ../include/sys/wait.h, 
../sysdeps/posix/system.c, ../sysdeps/unix/sysv/linux/system.c, grouping.h, 
strtod.c, ../sysdeps/generic/strtold.c, strtold_l.c, strtod_l.c, strtof.c, 
strtof_l.c, fpioconst.h, longlong.h, ../sysdeps/i386/gmp-mparam.h, gmp-impl.h, 
strtol.c, strtoull.c, strtoull_l.c, strtoll.c, strtoll_l.c, strtoul_l.c, 
strtol_l.c, strtoul.c, drand48-iter.c, lcong48_r.c, seed48_r.c, srand48_r.c, 
jrand48_r.c, mrand48_r.c, nrand48_r.c, lrand48_r.c, 
../sysdeps/ieee754/ieee754.h, erand48_r.c, drand48_r.c, lcong48.c, seed48.c, 
srand48.c, jrand48.c, mrand48.c, nrand48.c, lrand48.c, erand48.c, drand48.c, 
rand_r.c, rand.c, random_r.c, random.c, ../wcsmbs/wcsmbsload.h, wctomb.c, 
wcstombs.c, mbtowc.c, mbstowcs.c, ../include/gconv.h, ../include/wchar.h, 
mblen.c, ../sysdeps/generic/lldiv.c, ../sysdeps/wordsize-32/lldiv.c, 
../sysdeps/generic/ldiv.c, ../sysdeps/generic/div.c, 
../sysdeps/generic/llabs.c, ../sysdeps/generic/inttypes.h, 
../sysdeps/wordsize-32/llabs.c, ../sysdeps/generic/labs.c, abs.c, 
cxa_finalize.c, cxa_atexit.c, exit.h, atexit.c, on_exit.c, exit.c, 
secure-getenv.c, ../include/search.h, ../sysdeps/generic/setenv.c, 
../sysdeps/generic/putenv.c, ../sysdeps/generic/stdint.h, 
../sysdeps/generic/getenv.c, ../sysdeps/generic/memcopy.h, 
../sysdeps/i386/memcopy.h, msort.c, qsort.c, bsearch.c, 
../sysdeps/i386/abort-instr.h, ../sysdeps/generic/abort.c, atoll.c, atol.c, 
atoi.c, atof.c, ../sysdeps/posix/sigset.c, ../sysdeps/posix/sigignore.c, 
sigrelse.c, sighold.c, ../sysdeps/unix/sysv/linux/sigqueue.c, 
../sysdeps/unix/sysv/linux/sigwaitinfo.c, 
../sysdeps/unix/sysv/linux/sigtimedwait.c, 
../sysdeps/unix/sysv/linux/bits/utsname.h, ../posix/sys/utsname.h, 
../include/sys/utsname.h, ../sysdeps/unix/sysv/linux/testrtsig.h, allocrtsig.c, 
sigorset.c, sigandset.c, sigisempty.c, ../sysdeps/posix/sysv_signal.c, 
siggetmask.c, ../include/stub-tag.h, ../sysdeps/generic/sigreturn.c, 
../sysdeps/unix/sysv/linux/sigreturn.c, sigismem.c, sigdelset.c, sigsetops.h, 
sigaddset.c, sigfillset.c, sigempty.c, signal.h, sigsetops.c, 
../sysdeps/posix/sigintr.c, __sigaltstack, 
../sysdeps/unix/sysv/linux/sigstack.c, 
../sysdeps/unix/sysv/linux/sigset-cvt-mask.h, ../sysdeps/posix/sigvec.c, 
../sysdeps/posix/sigpause.c, ../sysdeps/posix/sigsetmask.c, 
../sysdeps/posix/sigblock.c, ../sysdeps/posix/sigwait.c, 
../sysdeps/unix/sysv/linux/sigsuspend.c, 
../sysdeps/unix/sysv/linux/sigpending.c, __kill, 
../sysdeps/unix/sysv/linux/sigprocmask.c, 
../sysdeps/unix/sysv/linux/kernel_sigaction.h, 
../sysdeps/unix/sysv/linux/i386/sigaction.c, ../sysdeps/posix/killpg.c, 
../sysdeps/posix/raise.c, ../sysdeps/posix/signal.c, 
../sysdeps/unix/sysv/linux/signal.c, ../sysdeps/generic/jmp-unwind.c, 
__longjmp, ../sysdeps/generic/longjmp.c, 
../sysdeps/unix/sysv/linux/i386/sys/user.h, 
../sysdeps/unix/sysv/linux/i386/sys/ucontext.h, ../stdlib/ucontext.h, 
../include/ucontext.h, /usr/include/asm/sigcontext.h, 
../sysdeps/unix/sysv/linux/bits/sigcontext.h, 
../sysdeps/unix/sysv/linux/bits/signum.h, ../sysdeps/i386/bits/setjmp.h, 
../setjmp/setjmp.h, ../include/setjmp.h, ../sysdeps/generic/sigjmp.c, 
__sigsetjmp, __setjmp, _setjmp, setjmp, ../sysdeps/generic/fpu_control.c, 
../sysdeps/generic/setfpucw.c, ../sysdeps/libm-ieee754/s_signbitl.c, 
../sysdeps/libm-ieee754/s_ldexpl.c, __frexpl, __scalbnl, 
../sysdeps/libm-ieee754/s_modfl.c, __copysignl, __finitel, 
../sysdeps/libm-i387/s_isnanl.c, ../sysdeps/libm-i387/s_isinfl.c, 
../sysdeps/libm-ieee754/s_signbitf.c, ../sysdeps/libm-ieee754/s_ldexpf.c, 
__frexpf, __scalbnf, ../sysdeps/libm-ieee754/s_modff.c, __copysignf, __finitef, 
../sysdeps/libm-ieee754/s_isnanf.c, ../sysdeps/libm-ieee754/s_isinff.c, 
../sysdeps/libm-ieee754/s_signbit.c, ../sysdeps/libm-ieee754/s_ldexp.c, 
__frexp, __scalbn, ../sysdeps/libm-ieee754/s_modf.c, __copysign, __finite, 
../sysdeps/libm-ieee754/s_isnan.c, machine/endian.h, math_private.h, 
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/float.h, 
../math/bits/mathcalls.h, ../include/bits/mathcalls.h, 
../sysdeps/i386/fpu/bits/mathdef.h, ../sysdeps/ieee754/bits/nan.h, 
../sysdeps/i386/bits/huge_val.h, ../math/math.h, ../include/math.h, 
../sysdeps/libm-ieee754/s_isinf.c, open_catalog.c, 
../linuxthreads/sysdeps/pthread/bits/libc-lock.h, catgetsinfo.h, config.h, 
catgets.c, explodename.c, loadinfo.h, l10nflist.c, textdomain.c, localealias.c, 
loadmsgcat.c, finddomain.c, gettext.c, dgettext.c, hash-string.h, dcgettext.c, 
../sysdeps/i386/bits/byteswap.h, ../string/byteswap.h, ../include/byteswap.h, 
gettextP.h, gettext.h, bindtextdom.c, C_name.c, SYS_libc.c, C-collate.c, 
C-time.c, C-numeric.c, C-monetary.c, C-messages.c, C-ctype.c, lc-collate.c, 
lc-time.c, lc-numeric.c, lc-monetary.c, lc-messages.c, lc-ctype.c, 
freelocale.c, duplocale.c, newlocale.c, codeset_name.c, mb_cur_max.c, 
nl_langinfo.c, ../intl/loadinfo.h, localeinfo.h, localeconv.c, categories.def, 
loadlocale.c, ../sysdeps/unix/sysv/linux/i386/bits/mman.h, ../misc/sys/mman.h, 
../include/sys/mman.h, findlocale.c, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h, ../include/signal.h, 
../posix/sched.h, ../include/sched.h, ../include/errno.h, ../include/argz.h, 
programs/../../version.h, programs/config.h, setlocale.c, 
../locale/categories.def, ../include/bits/xopen_lim.h, 
../posix/bits/posix2_lim.h, ../include/bits/posix2_lim.h, 
/usr/include/linux/limits.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h, 
../posix/bits/posix1_lim.h, ../include/bits/posix1_lim.h, ../include/limits.h, 
../include/nl_types.h, ../locale/langinfo.h, ../include/langinfo.h, 
ctype-info.c, ctype_l.c, ctype-extn.c, ../include/ctype.h, ctype.c, 
assert-perr.c, ../include/bits/string2.h, ../string/string.h, 
../include/string.h, ../libio/iolibio.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/bits/stdio_lim.h, 
../include/stdio.h, ../assert/assert.h, ../include/assert.h, assert.c, 
../sysdeps/generic/errno-loc.c, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/csu/version-info.h, 
../include/gnu/libc-version.h, ../version.h, version.c, ../include/set-hooks.h, 
set-init.c, ../sysdeps/generic/bits/elfclass.h, ../include/link.h, 
../sysdeps/generic/bits/dlfcn.h, ../include/dlfcn.h, ../include/elf.h, 
../sysdeps/unix/sysv/linux/sys/ttydefaults.h, /usr/include/asm/ioctl.h, 
/usr/include/asm/ioctls.h, ../sysdeps/unix/sysv/linux/bits/ioctls.h, 
../misc/sys/ioctl.h, ../include/sys/ioctl.h, ../stdlib/alloca.h, 
../include/alloca.h, ../include/stdlib.h, ../sysdeps/unix/sysv/linux/paths.h, 
../sysdeps/unix/sysv/linux/bits/stat.h, ../include/sys/stat.h, 
../sysdeps/unix/sysv/linux/i386/bits/fcntl.h, ../io/fcntl.h, 
../include/fcntl.h, /usr/include/asm/errno.h, /usr/include/linux/errno.h, 
../sysdeps/unix/sysv/linux/bits/errno.h, 
../sysdeps/unix/sysv/linux/sys/sysmacros.h, ../sysdeps/i386/bits/select.h, 
../misc/sys/select.h, ../include/sys/select.h, ../sysdeps/i386/bits/endian.h, 
../string/endian.h, ../include/endian.h, ../include/time.h, 
../include/sys/types.h, ../sysdeps/unix/sysv/linux/init-first.h, 
/usr/include/asm/ptrace.h, /usr/include/linux/ptrace.h, 
/usr/include/linux/linkage.h, /usr/include/linux/personality.h, 
../sysdeps/i386/fpu_control.h, ../include/fpu_control.h, 
../sysdeps/i386/sysdep.h, /usr/include/asm/unistd.h, 
../sysdeps/unix/sysv/linux/sys/syscall.h, ../sysdeps/generic/sysdep.h, 
../sysdeps/unix/sysdep.h, ../sysdeps/unix/i386/sysdep.h, 
../sysdeps/unix/sysv/linux/i386/sysdep.h, ../include/getopt.h, 
../sysdeps/generic/bits/confname.h, ../sysdeps/wordsize-32/bits/wordsize.h, 
../sysdeps/generic/bits/environments.h, 
../linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h, ../include/unistd.h, 
dl-minimal.c, ../sysdeps/generic/dl-environ.c, ../sysdeps/i386/dl-machine.h, 
../sysdeps/unix/sysv/linux/i386/dl-procinfo.h, ../sysdeps/generic/dl-sysdep.c, 
../sysdeps/unix/sysv/linux/dl-sysdep.c, dl-profile.c, dl-version.c, dl-misc.c, 
dl-debug.c, dl-init.c, dl-error.c, dl-runtime.c, dl-deps.c, do-rel.h, 
dl-reloc.c, dl-object.c, do-lookup.h, ../sysdeps/generic/dl-hash.h, 
dl-lookup.c, ../sysdeps/generic/dl-cache.c, dynamic-link.h, 
/usr/src/bs/BUILD/glibc-2.1.3/build-i386-linux/elf/trusted-dirs.h, 
../sysdeps/unix/sysv/linux/i386/dl-librecon.h, ../sysdeps/generic/hp-timing.h, 
../sysdeps/generic/entry.h"
<- "(gdb) "
#  Getting sources...done.
#  Open Source is an idea whose time has finally come.  See 
http://www.opensource.org/.
-> "info files"
<- "Symbols from \"/tmp/test/ospf.out\".\n"
   "Unix child process:\n"
   "\tUsing the running image of attached Pid 18421.\n"
   "\tWhile running this, GDB does not access memory from...\n"
   "Local exec file:\n"
   "\t`/tmp/test/ospf.out\', file type elf32-i386.\n"
   "\tEntry point: 0x8049400\n"
   "\t0x080480f4 - 0x08048107 is .interp\n"
   "\t0x08048108 - 0x08048128 is .note.ABI-tag\n"
   "\t0x08048128 - 0x0804838c is .hash\n"
   "\t0x0804838c - 0x080488cc is .dynsym\n"
   "\t0x080488cc - 0x08048b86 is .dynstr\n"
   "\t0x08048b86 - 0x08048c2e is .gnu.version\n"
   "\t0x08048c30 - 0x08048c60 is .gnu.version_r\n"
   "\t0x08048c60 - 0x08048c68 is .rel.got\n"
   "\t0x08048c68 - 0x08048c80 is .rel.bss\n"
   "\t0x08048c80 - 0x08048ee8 is .rel.plt\n"
   "\t0x08048ee8 - 0x08048f17 is .init\n"
   "\t0x08048f18 - 0x080493f8 is .plt\n"
   "\t0x08049400 - 0x080cb4fc is .text\n"
   "\t0x080cb4fc - 0x080cb516 is .fini\n"
   "\t0x080cb520 - 0x080cdc4c is .rodata\n"
   "\t0x080cec60 - 0x080f7a08 is .data\n"
   "\t0x080f7a08 - 0x080f7a0c is .eh_frame\n"
   "\t0x080f7a0c - 0x080f7a14 is .ctors\n"
   "\t0x080f7a14 - 0x080f7a1c is .dtors\n"
   "\t0x080f7a1c - 0x080f7b60 is .got\n"
   "\t0x080f7b60 - 0x080f7c00 is .dynamic\n"
   "\t0x080f7c00 - 0x080fbf38 is .bss\n"
   "\t0x4001b0d4 - 0x4001dd70 is .hash in /lib/libc.so.6\n"
   "\t0x4001dd70 - 0x40024fd0 is .dynsym in /lib/libc.so.6\n"
   "\t0x40024fd0 - 0x4002cb0d is .dynstr in /lib/libc.so.6\n"
   "\t0x4002cb0e - 0x4002d95a is .gnu.version in /lib/libc.so.6\n"
   "\t0x4002d95c - 0x4002da24 is .gnu.version_d in /lib/libc.so.6\n"
   "\t0x4002da24 - 0x4002da64 is .gnu.version_r in /lib/libc.so.6\n"
   "\t0x4002da64 - 0x4002dac4 is .rel.rodata in /lib/libc.so.6\n"
   "\t0x4002dac4 - 0x4002db2c is .rel.eh_frame in /lib/libc.so.6\n"
   "\t0x4002db2c - 0x4002db44 is .rel__libc_subinit in /lib/libc.so.6\n"
   "\t0x4002db44 - 0x4002dca4 is .rel__libc_subfreeres in /lib/libc.so.6\n"
   "\t0x4002dca4 - 0x4002dcac is .rel__libc_atexit in /lib/libc.so.6\n"
   "\t0x4002dcac - 0x40030564 is .rel.data in /lib/libc.so.6\n"
   "\t0x40030564 - 0x4003056c is .rel.ctors in /lib/libc.so.6\n"
   "\t0x4003056c - 0x40030cac is .rel.got in /lib/libc.so.6\n"
   "\t0x40030cac - 0x40031a84 is .rel.plt in /lib/libc.so.6\n"
   "\t0x40031a84 - 0x40033644 is .plt in /lib/libc.so.6\n"
   "\t0x40033650 - 0x400fb988 is .text in /lib/libc.so.6\n"
   "\t0x400fb990 - 0x400fb9d1 is .fini in /lib/libc.so.6\n"
   "\t0x400fb9e0 - 0x4010799e is .rodata in /lib/libc.so.6\n"
   "\t0x4010799e - 0x401079b1 is .interp in /lib/libc.so.6\n"
   "\t0x401089c0 - 0x4010ae7c is .data in /lib/libc.so.6\n"
   "\t0x4010ae7c - 0x4010ae88 is __libc_subinit in /lib/libc.so.6\n"
   "\t0x4010ae88 - 0x4010af38 is __libc_subfreeres in /lib/libc.so.6\n"
   "\t0x4010af38 - 0x4010af3c is __libc_atexit in /lib/libc.so.6\n"
   "\t0x4010af3c - 0x4010b1d8 is .eh_frame in /lib/libc.so.6\n"
   "\t0x4010b1d8 - 0x4010b1e4 is .ctors in /lib/libc.so.6\n"
   "\t0x4010b1e4 - 0x4010b1ec is .dtors in /lib/libc.so.6\n"
   "\t0x4010b1ec - 0x4010bc84 is .got in /lib/libc.so.6\n"
   "\t0x4010bc84 - 0x4010bd3c is .dynamic in /lib/libc.so.6\n"
   "\t0x4010bd40 - 0x4010f85c is .bss in /lib/libc.so.6\n"
   "\t0x40000094 - 0x400002f4 is .hash in /lib/ld-linux.so.2\n"
   "\t0x400002f4 - 0x40000824 is .dynsym in /lib/ld-linux.so.2\n"
   "\t0x40000824 - 0x40001401 is .dynstr in /lib/ld-linux.so.2\n"
   "\t0x40001402 - 0x400014a8 is .gnu.version in /lib/ld-linux.so.2\n"
   "\t0x400014a8 - 0x40001528 is .gnu.version_d in /lib/ld-linux.so.2\n"
   "\t0x40001528 - 0x40001538 is .rel.data in /lib/ld-linux.so.2\n"
   "\t0x40001538 - 0x40001728 is .rel.got in /lib/ld-linux.so.2\n"
   "\t0x40001728 - 0x400017f0 is .rel.plt in /lib/ld-linux.so.2\n"
   "\t0x400017f0 - 0x40001990 is .plt in /lib/ld-linux.so.2\n"
   "\t0x40001990 - 0x400104ed is .text in /lib/ld-linux.so.2\n"
   "\t0x40010500 - 0x40012840 is .rodata in /lib/ld-linux.so.2\n"
   "\t0x40013840 - 0x40013868 is .data in /lib/ld-linux.so.2\n"
   "\t0x40013868 - 0x400139d0 is .got in /lib/ld-linux.so.2\n"
   "\t0x400139d0 - 0x40013a58 is .dynamic in /lib/ld-linux.so.2\n"
   "\t0x40013a60 - 0x40013ed0 is .bss in /lib/ld-linux.so.2\n"
   "(gdb) "
-> "info program"
<- "\tUsing the running image of attached Pid 18421.\n"
   "Program stopped at 0x804df3f.\n"
   "It stopped after being stepped.\n"
   "(gdb) "

reply via email to

[Prev in Thread] Current Thread [Next in Thread]