Searched refs:TOK_STRING_SIZE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h69 * Changed TOK_STRING_SIZE from 120 to 64, and defined
82 * Changed TOK_STRING_SIZE from 120 to 64, and defined
149 #define TOK_STRING_SIZE 64 macro
160 extern char db_tok_string[TOK_STRING_SIZE];
H A Ddb_macro.c78 char m_name[TOK_STRING_SIZE];
100 if (strncmp(mp->m_name, name, TOK_STRING_SIZE) == 0)
128 strlcpy(mp->m_name, db_tok_string, TOK_STRING_SIZE);
166 if (name && strncmp(mp->m_name, name, TOK_STRING_SIZE))
H A Ddb_command.c258 char modif[TOK_STRING_SIZE];
333 strlcpy(modif, db_tok_string, TOK_STRING_SIZE);
391 strlcpy(last_modifp, modifp, TOK_STRING_SIZE);
850 char db_last_modifier[TOK_STRING_SIZE] = { '\0' };
H A Ddb_lex.c283 char db_tok_string[TOK_STRING_SIZE];
569 strlcpy(db_tok_string, "<EOL>", TOK_STRING_SIZE);
H A Ddb_examine.c81 char db_examine_format[TOK_STRING_SIZE] = "x";
114 strlcpy(db_examine_format, modif, TOK_STRING_SIZE);
H A Ddb_variables.c248 char modif[TOK_STRING_SIZE];
376 char modif[TOK_STRING_SIZE];

Completed in 38 milliseconds