OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Q_strncpy
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
common.h
139
#define
Q_strncpy
(d, s, n) strncpy((d), (s), (n))
/external/quake/quake/src/WinQuake/
common.cpp
189
void
Q_strncpy
(char *dest, const char *src, int count)
[
all
...]
Completed in 25 milliseconds