OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_dup
(Results
1 - 1
of
1
) sorted by null
/external/syslinux/gpxe/src/net/udp/
slam.c
695
char
path_dup
[ strlen ( path ) /* no +1 */ ];
local
701
memcpy (
path_dup
, ( path + 1 ) , sizeof (
path_dup
) );
704
sep = strchr (
path_dup
, ':' );
716
if ( inet_aton (
path_dup
, &address->sin_addr ) == 0 ) {
718
slam,
path_dup
);
Completed in 54 milliseconds