Lines Matching refs:DOORLINESEP
283 3 * strlen(DOORLINESEP) + 21;
289 gettext(C_HEADER0), DOORLINESEP,
290 gettext(C_HEADER1), max, DOORLINESEP,
291 gettext(C_HEADER2), current, DOORLINESEP);
616 /* remove the last DOORLINESEP */
861 * as the "input" in printf(input, "%s%s%s%s", req, addrtype, DOORLINESEP,
876 * serveraddress DOORLINESEP [ serveraddress FQDN DOORLINESEP ]
877 * [ attr=value [DOORLINESEP attr=value ]...]
878 * For example: ( here | used as DOORLINESEP for visual purposes)
931 /* skip acion type flag, addr type flag and DOORLINESEP */
932 addr = input + strlen(DOORLINESEP) + strlen(NS_CACHE_NEW)
1070 strlen(DOORLINESEP) + 1;
1072 len += strlen(ret_addrFQDN) + strlen(DOORLINESEP);
1080 ret_addr, DOORLINESEP,
1084 ret_addr, DOORLINESEP,
1085 ret_addrFQDN, DOORLINESEP,
1134 strlen(pbuf) + 2 * strlen(DOORLINESEP) + 1;
1141 gettext(TIME_HEADER1), pbuf, DOORLINESEP,
1142 gettext(TIME_HEADER2), nbuf, DOORLINESEP);
1153 * server: server address or name, status: unknown|up|down|removed DOORLINESEP
1154 * for example: ( here | used as DOORLINESEP for visual purposes)
1169 int len = header_len + strlen(DOORLINESEP);
1190 len1 = len + strlen(DOORLINESEP) + 1;
1200 gettext(S_HEADER), DOORLINESEP, output1);
1242 strlen(DOORLINESEP);
1246 strlen(DOORLINESEP);
1262 status, DOORLINESEP);
1269 DOORLINESEP);
1319 2 * strlen(DOORLINESEP) + 1;
1324 gettext(R_HEADER0), DOORLINESEP,
1325 gettext(R_HEADER1), DOORLINESEP);
1352 2 * strlen(DOORLINESEP) + 1;
1359 gettext(R_HEADER0), DOORLINESEP,
1360 output1, DOORLINESEP);
2051 ptr = strstr(config_info->str, DOORLINESEP);
2060 " Internal error\n", DOORLINESEP);
2085 instr = strstr(in->ldap_u.servername, DOORLINESEP);
2088 instr += strlen(DOORLINESEP);
2120 instr1 = strstr(in->ldap_u.servername, DOORLINESEP);
2124 instr1 += strlen(DOORLINESEP);
2127 instr2 = strstr(instr1, DOORLINESEP);
2131 instr2 += strlen(DOORLINESEP);
2748 ds_len = strlen(DOORLINESEP);
2799 info->sinfo[0].addr, DOORLINESEP,
2800 status, DOORLINESEP)) >= new_len) {
2825 len = 2 * strlen(DOORLINESEP) + strlen(rms->addr) +
2847 rms->addr, DOORLINESEP, status, DOORLINESEP);