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

/haiku/src/bin/
H A Dhey.cpp863 char curname[MAX_NAME_LENGTH]; local
864 strcpy (curname, "data"); // This is the default.
872 strcpy (curname, valuestring); // Use the new <name>
878 to_message->AddInt8(curname, atol(valuestring + strlen("int8(")));
880 to_message->AddInt16(curname, atol(valuestring + strlen("int16(")));
882 to_message->AddInt32(curname, atol(valuestring + strlen("int32(")));
884 to_message->AddInt64(curname, atol(valuestring + strlen("int64(")));
887 to_message->AddBool(curname, true);
889 to_message->AddBool(curname, false);
891 to_message->AddBool(curname, ato
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c1000 static char curname[MAXLOGNAME]; /* current USER name */ variable
1082 strlcpy(curname, name, sizeof(curname));
1451 remotehost, curname);

Completed in 90 milliseconds