/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.h | 103 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 D | cachemgr_change.c | 256 chg_get_statusChange(LineBuf *info, ldap_call_t *in, pid_t nscd_pid) in chg_get_statusChange() 446 LineBuf new_cfg, cur_cfg; in chg_test_config_change() 451 (void) memset(&new_cfg, 0, sizeof (LineBuf)); in chg_test_config_change() 452 (void) memset(&cur_cfg, 0, sizeof (LineBuf)); in chg_test_config_change()
|
H A D | cachemgr.c | 76 static void admin_modify(LineBuf *config_info, ldap_call_t *in); 649 get_data_size(LineBuf *config_info, int *err_code) 695 LineBuf configInfo; 1586 admin_modify(LineBuf *config_info, ldap_call_t *in) 1609 (void) memset((char *)config_info, 0, sizeof (LineBuf));
|
H A D | cachemgr_getldap.c | 2019 getldap_getserver(LineBuf *config_info, ldap_call_t *in) in getldap_getserver() 2065 getldap_get_cacheData(LineBuf *config_info, ldap_call_t *in) in getldap_get_cacheData() 2144 getldap_get_cacheStat(LineBuf *stat_info) in getldap_get_cacheStat() 2675 getldap_admincred(LineBuf *config_info, ldap_call_t *in) in getldap_admincred() 2711 getldap_lookup(LineBuf *config_info, ldap_call_t *in) in getldap_lookup()
|
/titanic_41/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 50 v = LineBuf(C(f), Ymax(f) - 1); in room_for_line() 178 char *vbeg = LineBuf(c, y); in insert_str() 196 vbeg = LineBuf(c, y); /* grow changes buffer */ in insert_str() 242 vbeg = LineBuf(c, Y(f)); in wrap_ok() 340 v = LineBuf(c, Y(f)) + X(f); in _new_line() 442 char *p = LineBuf(c, Y(f) - 1); in _del_prev() 443 char *v = LineBuf(c, Y(f)); in _del_prev() 483 char *y = LineBuf(c, Y(f)); in _del_word()
|
H A D | chg_char.c | 106 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */ in _next_word() 146 char * v = LineBuf(c, Y(f)) + X(f); /* position in buffer */ in _prev_word() 196 _adjust_cursor(f, _data_beg(LineBuf(c, Y(f)), Xmax(f))); in _beg_line() 208 end = _data_end(LineBuf(c, Y(f)), Xmax(f)); in _end_line() 210 if (end == LineBuf(c, Y(f)) + Xmax(f)) in _end_line()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_confmgr.c | 411 __print2buf(LineBuf *line, const char *toprint, char *sep) in __print2buf() 471 __ns_ldap_LoadDoorInfo(LineBuf *configinfo, char *domainname, in __ns_ldap_LoadDoorInfo() 500 (void) memset((char *)configinfo, 0, sizeof (LineBuf)); in __ns_ldap_LoadDoorInfo() 836 LineBuf buffer; in __ns_ldap_make_config() 915 (void) memset((void *)&buffer, 0, sizeof (LineBuf)); in __ns_ldap_make_config()
|
H A D | ns_sldap.h | 175 typedef struct LineBuf { struct 179 } LineBuf; typedef
|
H A D | ns_internal.h | 846 ns_ldap_error_t *__ns_ldap_LoadDoorInfo(LineBuf *configinfo, char *domainname, 943 int __print2buf(LineBuf *line, const char *toprint, char *sep);
|
H A D | ns_config.c | 3027 LineBuf lbuf; in __s_api_strValue() 3028 LineBuf *buffer = &lbuf; in __s_api_strValue() 3043 (void) memset((char *)buffer, 0, sizeof (LineBuf)); in __s_api_strValue()
|
/titanic_41/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 148 #define LineBuf(f, n) (Buf(f) + (n) * (f) -> dcols) macro
|