ident            2481 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, ident)
ident             137 ext/standard/syslog.c 	char *ident;
ident             141 ext/standard/syslog.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "sll", &ident,
ident             148 ext/standard/syslog.c 	BG(syslog_device) = zend_strndup(ident, ident_len);
ident             122 win32/wsyslog.c void openlog(const char *ident, int logopt, int facility)
ident             128 win32/wsyslog.c 	spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid());