Home
last modified time | relevance | path

Searched defs:lc (Results 1 – 25 of 65) sorted by relevance

123

/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c164 struct log_c *lc; in get_log() local
184 struct log_c *lc; in get_pending_log() local
204 static int rw_log(struct log_c *lc, int do_write) in rw_log()
246 static int read_log(struct log_c *lc) in read_log()
276 static int write_log(struct log_c *lc) in write_log()
371 struct log_c *lc = NULL; in _clog_ctr() local
696 struct log_c *lc = get_log(uuid, luid); in cluster_postsuspend() local
1677 struct log_c *lc; in push_state() local
1737 struct log_c *lc; in pull_state() local
1789 struct log_c *lc; in log_get_state() local
[all …]
H A Dlink_mon.c37 struct link_callback *lc; in links_register() local
139 struct link_callback *lc; in links_issue_callbacks() local
/dragonfly/lib/libutil/
H A Dlogin_ok.c90 login_timelist(login_cap_t *lc, char const *cap, int *ltno, in login_timelist()
127 login_ttyok(login_cap_t *lc, const char *tty, const char *allowcap, in login_ttyok()
162 auth_ttyok(login_cap_t *lc, const char * tty) in auth_ttyok()
176 login_hostok(login_cap_t *lc, const char *host, const char *ip, in login_hostok()
206 auth_hostok(login_cap_t *lc, const char *host, const char *ip) in auth_hostok()
218 auth_timeok(login_cap_t *lc, time_t t) in auth_timeok()
H A Dlogin_cap.c152 login_close(login_cap_t * lc) in login_close()
190 login_cap_t *lc; in login_getclassbyname() local
359 login_getcapstr(login_cap_t *lc, const char *cap, const char *def, const char *error) in login_getcapstr()
381 login_getcaplist(login_cap_t *lc, const char *cap, const char *chars) in login_getcaplist()
402 login_getpath(login_cap_t *lc, const char *cap, const char *error) in login_getpath()
534 login_getcaptime(login_cap_t *lc, const char *cap, rlim_t def, rlim_t error) in login_getcaptime()
625 login_getcapnum(login_cap_t *lc, const char *cap, rlim_t def, rlim_t error) in login_getcapnum()
677 login_getcapsize(login_cap_t *lc, const char *cap, rlim_t def, rlim_t error) in login_getcapsize()
750 login_getcapbool(login_cap_t *lc, const char *cap, int def) in login_getcapbool()
779 login_getstyle(login_cap_t *lc, const char *style, const char *auth) in login_getstyle()
H A Dlogin_class.c72 setclassresources(login_cap_t *lc) in setclassresources()
194 setclassenvironment(login_cap_t *lc, const struct passwd * pwd, int paths) in setclassenvironment()
262 login_cap_t *lc; in setclasscontext() local
281 setlogincontext(login_cap_t *lc, const struct passwd *pwd, in setlogincontext()
318 setusercontext(login_cap_t *lc, const struct passwd *pwd, uid_t uid, unsigned int flags) in setusercontext()
H A Dlogin_crypt.c37 login_setcryptfmt(login_cap_t *lc, const char *def, const char *error) { in login_setcryptfmt()
H A Dlogin_auth.c51 auth_checknologin(login_cap_t *lc) in auth_checknologin()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
H A Dnumeric_members.cc66 lconv* lc = localeconv_l((locale_t) __cloc); in _M_initialize_numpunct() local
165 lconv* lc = localeconv_l((locale_t) __cloc); in _M_initialize_numpunct() local
H A Dmonetary_members.cc244 lconv* lc = localeconv_l((locale_t) __cloc); in _M_initialize_moneypunct() local
398 lconv* lc = localeconv_l((locale_t) __cloc); in _M_initialize_moneypunct() local
586 lconv* lc = localeconv_l((locale_t) __cloc); in _M_initialize_moneypunct() local
746 lconv* lc = localeconv_l((locale_t) __cloc); in _M_initialize_moneypunct() local
/dragonfly/lib/libpam/modules/pam_unix/
H A Dpam_unix.c92 login_cap_t *lc; in pam_sm_authenticate() local
161 login_cap_t *lc; in pam_sm_acct_mgmt() local
281 login_cap_t *lc; in pam_sm_chauthtok() local
/dragonfly/lib/libc/stdlib/
H A Dstrfmon.c105 struct lconv *lc; /* pointer to lconv structure */ in vstrfmon_l() local
435 struct lconv *lc = localeconv(); in __setup_vars() local
534 struct lconv *lc = localeconv(); in __format_grouped_double() local
/dragonfly/usr.bin/systat/
H A Dvmstat.c450 int i, j, lc; in showkre() local
734 put64(intmax_t n, int l, int lc, int w, int type) in put64()
826 putfloat(double f, int l, int lc, int w, int d, int nz) in putfloat()
848 putlongdouble(long double f, int l, int lc, int w, int d, int nz) in putlongdouble()
870 putlongdoublez(long double f, int l, int lc, int w, int d, int nz) in putlongdoublez()
996 dinfo(int dn, int lc, struct statinfo *now, struct statinfo *then) in dinfo()
/dragonfly/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h124 #define literal_subcoder(probs, lc, lp_mask, pos, prev_byte) \ argument
131 uint32_t lc, uint32_t lp) in literal_init()
H A Dlzma_encoder.c78 length_update_prices(lzma_length_encoder *lc, const uint32_t pos_state) in length_update_prices()
107 length(lzma_range_encoder *rc, lzma_length_encoder *lc, in length()
/dragonfly/contrib/less/
H A Doption.c72 int lc; in scan_option() local
479 static int flip_triple(int val, int lc) in flip_triple()
/dragonfly/usr.bin/mail/
H A Dcollect.c72 int lc, cc, escape, eofcount, fd, c, t; in collect() local
494 int c, lc; in exwrite() local
/dragonfly/usr.sbin/pw/
H A Dpw_user.c546 login_cap_t *lc; in pw_user() local
558 login_cap_t *lc; in pw_user() local
616 login_cap_t *lc; in pw_user() local
/dragonfly/lib/libpam/modules/pam_nologin/
H A Dpam_nologin.c64 login_cap_t *lc; in pam_sm_acct_mgmt() local
/dragonfly/usr.bin/finger/
H A Dsprint.c58 struct tm *lc; in sflag_print() local
/dragonfly/games/mille/
H A Dprint.c101 show_card(int y, int x, CARD c, CARD *lc) in show_card()
/dragonfly/contrib/grep/lib/
H A Dlocaleinfo.c139 wint_t lc = towlower (uc); in case_folded_counterparts() local
/dragonfly/usr.sbin/cron/cron/
H A Dpopen.c62 login_cap_t *lc; in cron_popen() local
H A Ddo_command.c83 login_cap_t *lc; in child_process() local
/dragonfly/crypto/openssh/
H A Dsftp-common.c220 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; in ls_file() local
/dragonfly/usr.bin/newgrp/
H A Dnewgrp.c259 login_cap_t *lc; in loginshell() local

123