Searched refs:who (Results 1 - 25 of 74) sorted by path

123

/freebsd-10.3-release/bin/csh/
H A DMakefile34 tc.who.c tc.h
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c4747 char *who; member in struct:allow_opts
4870 opts->who = argv[0];
4892 opts->who = argv[0];
4903 const char *who, char *perms, nvlist_t *top_nvl)
4988 if (who != NULL)
4991 base_type, locality, who);
5003 if (who != NULL)
5006 set_type, locality, who);
5022 if (who != NULL)
5024 "%c%c$%s", base_type, locality, who);
4902 store_allow_perm(zfs_deleg_who_type_t type, boolean_t local, boolean_t descend, const char *who, char *perms, nvlist_t *top_nvl) argument
5061 const char *who; local
5218 const char *who = NULL; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c5239 uid_t who = fnvlist_lookup_uint64(rec, ZPOOL_HIST_WHO); local
5240 struct passwd *pwd = getpwuid(who);
5241 (void) printf("user %d ", (int)who);
H A Dzpool_vdev.c138 dm_who_type_t who; local
141 who = DM_WHO_ZPOOL_FORCE;
143 who = DM_WHO_ZPOOL_SPARE;
145 who = DM_WHO_ZPOOL;
147 if (dm_inuse((char *)path, &msg, who, &error) || error) {
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py134 def args_to_perms(parser, options, who, perms):
138 # perms is not set if we are doing a "zfs unallow <who> <fs>" to
172 storeperm("s", "-", who)
176 for w in who:
363 who = args[0]
370 who = None
377 who = ["everyone"]
380 who = args[0].split(",")
386 d = args_to_perms(parser, options, who, perms)
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c112 const char *who, /* what function, or part thereof, is reporting */
117 fprintf(stderr, "%s, expecting \"%s\" at \"%s\"\n", who, what, where);
111 _expected( const char *who, const char *what, const char *where, int line) argument
/freebsd-10.3-release/contrib/amd/amd/
H A Dinfo_ldap.c110 char *who; member in struct:cr_ent
177 XFREE(c->who);
266 creds->who = "";
330 if (ldap_bind_s(ld, c->who, c->pw, c->method) != LDAP_SUCCESS) {
332 h->host, h->port, c->who);
/freebsd-10.3-release/contrib/amd/doc/
H A Dtexinfo.tex3614 % there are no page numbers. The next person who breaks this will be
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp47 atf::system_error::system_error(const std::string& who, argument
50 std::runtime_error(who + ": " + message),
/freebsd-10.3-release/contrib/bmake/mk/
H A Dautodep.mk70 # watch out for people who don't use CPPFLAGS
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Dposix1.mk162 # we shouldn't be expanding them here but who cares. At least we get
/freebsd-10.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3788 % there are no page numbers. The next person who breaks this will be
/freebsd-10.3-release/contrib/groff/doc/
H A Dtexinfo.tex3686 % there are no page numbers. The next person who breaks this will be
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dmutex_emul.c70 eMmutex_init(mtx, who, file, line)
72 char *who;
80 file, line, mtx, who);
89 if (who != NULL)
90 mtx->eMm_owner = strdup(who);
H A Drwlock_emul.c106 void eMrwlock_init(rw, who)
108 char *who;
119 if (who != NULL)
120 rw->eMrw_owner = strdup(who);
/freebsd-10.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c92 * be the rule, but there are people who are offended by the notion that
/freebsd-10.3-release/contrib/opie/
H A Dopiesu.c212 static int sulog FUNCTION((status, who), int status AND char *who) argument
220 if (who)
221 from = who;
/freebsd-10.3-release/contrib/sendmail/src/
H A Dreadcf.c2356 # define who (srv ? "server" : "client") macro
2500 who, val);
2503 tlslogerr(LOG_WARNING, who);
2543 # undef who macro
H A Dtls.c605 char *who; local
608 who = srv ? "server" : "client";
641 who, SSL_USE_CERT, certfile);
643 tlslogerr(LOG_WARNING, who);
655 who, keyfile);
657 tlslogerr(LOG_WARNING, who);
672 who, keyfile, r);
674 tlslogerr(LOG_WARNING, who);
732 char *who; local
748 who
1463 char *s, *who; local
[all...]
/freebsd-10.3-release/contrib/tcsh/
H A DMakefile.in403 tc.who.c tc.h
407 tc.vers.${SUF} tc.who.${SUF}
H A DMakefile.std313 tc.who.c tc.h
317 tc.vers.${SUF} tc.who.${SUF}
H A DMakefile.vms291 tc.who.c tc.h
295 tc.vers.${SUF} tc.who.${SUF}
H A Dtc.who.c1 /* $Header: /p/tcsh/cvsroot/tcsh/tc.who.c,v 3.57 2012/01/17 20:53:38 christos Exp $ */
3 * tc.who.c: Watch logins and logouts...
35 RCSID("$tcsh: tc.who.c,v 3.57 2012/01/17 20:53:38 christos Exp $")
139 struct who { struct
140 struct who *who_next;
141 struct who *who_prev;
152 static struct who whohead, whotail;
156 static void debugwholist (struct who *, struct who *);
158 static void print_who (struct who *);
[all...]
/freebsd-10.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c661 doit(struct sockaddr *who) argument
690 who, who->sa_len) == HOSTNAME_INVALIDADDR && registerd_host_only)
696 err_ = getnameinfo(who, who->sa_len, remote_hostname,
/freebsd-10.3-release/contrib/unbound/daemon/
H A Dstats.c191 void server_stats_obtain(struct worker* worker, struct worker* who, argument
196 if(worker == who) {
204 worker_send_cmd(who, worker_cmd_stats);
205 else worker_send_cmd(who, worker_cmd_stats_noreset);

Completed in 351 milliseconds

123