Searched refs:first_part (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndegd.c48 tilde expansion for first_part. SECOND_PART might be NULL.
51 my_make_filename (const char *first_part, const char *second_part) argument
56 n = strlen(first_part)+1;
61 if( *first_part == '~' && first_part[1] == '/'
67 ? stpcpy (stpcpy (name, home), first_part+1 )
68 : stpcpy (name, first_part) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndegd.c48 tilde expansion for first_part. SECOND_PART might be NULL.
51 my_make_filename (const char *first_part, const char *second_part) argument
56 n = strlen(first_part)+1;
61 if( *first_part == '~' && first_part[1] == '/'
67 ? stpcpy (stpcpy (name, home), first_part+1 )
68 : stpcpy (name, first_part) );

Completed in 33 milliseconds