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

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dmessage.c166 static char msg_prefix[PATH_MAX+3]; variable
184 strlcpy(msg_prefix, "idl: ", sizeof (msg_prefix));
202 msg_prefix, cat_name, MESSAGE_VERSION_USED, version_text);
204 fprintf(stderr, def_message(NLSWRONG), msg_prefix);
266 strlcpy(format, msg_prefix, sizeof (format));
272 snprintf(format, sizeof(format), "%s%s\n", msg_prefix, def_message(msgid));
335 strlcpy(str,msg_prefix,str_len); /* Add prefix to messages */
336 str += strlen(msg_prefix);

Completed in 113 milliseconds