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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h103 extern void getldap_lookup(LineBuf *config_info, ldap_call_t *in);
104 extern void getldap_admincred(LineBuf *config_info, ldap_call_t *in);
114 extern void getldap_getserver(LineBuf *config_info, ldap_call_t *in);
115 extern void getldap_get_cacheData(LineBuf *config_info, ldap_call_t *in);
117 extern void getldap_get_cacheStat(LineBuf *stat_info);
121 extern int chg_get_statusChange(LineBuf *config_info, ldap_call_t *in,
H A Dcachemgr_change.c256 chg_get_statusChange(LineBuf *info, ldap_call_t *in, pid_t nscd_pid)
446 LineBuf new_cfg, cur_cfg;
451 (void) memset(&new_cfg, 0, sizeof (LineBuf));
452 (void) memset(&cur_cfg, 0, sizeof (LineBuf));
H A Dcachemgr.c76 static void admin_modify(LineBuf *config_info, ldap_call_t *in);
649 get_data_size(LineBuf *config_info, int *err_code)
695 LineBuf configInfo;
1582 * The output will be in LineBuf (*config_info), an ldap_admin_mod_result_t
1586 admin_modify(LineBuf *config_info, ldap_call_t *in)
1609 (void) memset((char *)config_info, 0, sizeof (LineBuf));
H A Dcachemgr_getldap.c2019 getldap_getserver(LineBuf *config_info, ldap_call_t *in)
2065 getldap_get_cacheData(LineBuf *config_info, ldap_call_t *in)
2144 getldap_get_cacheStat(LineBuf *stat_info)
2675 getldap_admincred(LineBuf *config_info, ldap_call_t *in)
2711 getldap_lookup(LineBuf *config_info, ldap_call_t *in)
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c50 v = LineBuf(C(f), Ymax(f) - 1);
178 char *vbeg = LineBuf(c, y);
196 vbeg = LineBuf(c, y); /* grow changes buffer */
242 vbeg = LineBuf(c, Y(f));
340 v = LineBuf(c, Y(f)) + X(f);
442 char *p = LineBuf(c, Y(f) - 1);
443 char *v = LineBuf(c, Y(f));
483 char *y = LineBuf(c, Y(f));
H A Dchg_char.c106 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */
146 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */
196 _adjust_cursor(f, _data_beg(LineBuf(c, Y(f)), Xmax(f)));
208 end = _data_end(LineBuf(c, Y(f)), Xmax(f));
210 if (end == LineBuf(c, Y(f)) + Xmax(f))
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c411 __print2buf(LineBuf *line, const char *toprint, char *sep)
471 __ns_ldap_LoadDoorInfo(LineBuf *configinfo, char *domainname,
500 (void) memset((char *)configinfo, 0, sizeof (LineBuf));
836 LineBuf buffer;
915 (void) memset((void *)&buffer, 0, sizeof (LineBuf));
H A Dns_sldap.h175 typedef struct LineBuf { struct
179 } LineBuf; typedef in typeref:struct:LineBuf
H A Dns_internal.h846 ns_ldap_error_t *__ns_ldap_LoadDoorInfo(LineBuf *configinfo, char *domainname,
943 int __print2buf(LineBuf *line, const char *toprint, char *sep);
H A Dns_config.c3027 LineBuf lbuf;
3028 LineBuf *buffer = &lbuf;
3043 (void) memset((char *)buffer, 0, sizeof (LineBuf));
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h148 #define LineBuf(f, n) (Buf(f) + (n) * (f) -> dcols) macro

Completed in 92 milliseconds