Searched refs:su (Results 1 - 25 of 239) sorted by relevance

12345678910

/macosx-10.9.5/Heimdal-323.92.1/appl/su/
H A DNTMakefile32 RELDIR=appl\su
H A Dsu.c190 /* if we are su-ing too root, check with krb5_kuserok */
290 verify_unix(struct passwd *login, struct passwd *su) argument
296 if(su->pw_passwd != NULL && *su->pw_passwd != '\0') {
297 snprintf(prompt, sizeof(prompt), "%s's password: ", su->pw_name);
301 pw = crypt(pw_buf, su->pw_passwd);
303 if(strcmp(pw, su->pw_passwd) != 0) {
305 login->pw_name, su->pw_name);
309 /* if su:ing to root, check membership of group wheel or root; if
310 that group doesn't exist, or is empty, allow anyone to su
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dgetpassck18 # you will see 100 failed attempts to su. If the bug can be
26 spawn -noecho su
H A Dpassmass34 set su 0
39 if {!$su} {
113 } "-su" {
115 set su [lindex $argv $i]
169 if ($su) {
170 send "su -\r"
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcsubstr.c52 reg Subfile_t *su; local
56 su = (Subfile_t*)disc;
59 if(su->extent >= 0 && (ssize_t)n > (io = (ssize_t)(su->extent - su->here)) )
68 here = su->here + su->offset;
76 su->here += io;
121 reg Subfile_t* su; local
124 su
182 reg Subfile_t* su; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_super.m28 superobject *su = (superobject *)self;
29 int skip = su->obj_type == NULL;
35 (i.e. super, or a subclass), not the class of su->obj. */
47 starttype = su->obj_type;
57 if ((PyObject *)(su->type) == PyTuple_GET_ITEM(mro, i))
73 if (PyObjCClass_Check(tmp) && PyObjCClass_Check(su->obj)) {
93 (su->obj == (PyObject *)
94 su->obj_type
96 : su->obj),
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_udp.c135 register struct svcudp_data *su; local
163 su = (struct svcudp_data *)mem_alloc(sizeof(*su));
164 if (su == NULL) {
168 su->su_iosz = ((MAX(sendsz, recvsz) + 3) / 4) * 4;
169 if ((rpc_buffer(xprt) = mem_alloc(su->su_iosz)) == NULL) {
174 &(su->su_xdrs), rpc_buffer(xprt), su->su_iosz, XDR_DECODE);
175 su->su_cache = NULL;
176 xprt->xp_p2 = (caddr_t)su;
209 register struct svcudp_data *su = su_data(xprt); local
251 register struct svcudp_data *su = su_data(xprt); local
303 register struct svcudp_data *su = su_data(xprt); local
416 struct svcudp_data *su = su_data(transp); local
461 register struct svcudp_data *su = su_data(xprt); local
532 register struct svcudp_data *su = su_data(xprt); local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_super.m33 superobject *su = (superobject *)self;
34 int skip = su->obj_type == NULL;
40 (i.e. super, or a subclass), not the class of su->obj. */
61 starttype = su->obj_type;
71 if ((PyObject *)(su->type) == PyTuple_GET_ITEM(mro, i))
87 if (PyObjCClass_Check(tmp) && PyObjCClass_Check(su->obj)) {
109 (su->obj == (PyObject *)
110 su->obj_type
112 : su->obj),
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dun.h122 #define SUN_LEN(su) \
123 (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
/macosx-10.9.5/network_cmds-433/mtest.tproj/
H A Dmtest.c370 sockunion_t su, su2; local
383 su.sa.sa_family = AF_UNSPEC;
413 ifindex = parse_cmd_args(&su, &su2, str1, str2, str3);
418 af = su.sa.sa_family;
432 mr.mrs.imr_multiaddr = su.sin.sin_addr;
445 mr.mr.imr_multiaddr = su.sin.sin_addr;
473 mr.gr.gsr_group = su.ss;
485 mr.mr6.ipv6mr_multiaddr = su.sin6.sin6_addr;
531 ifindex = parse_cmd_args(&su, NULL, str1, str2, NULL);
536 af = su
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp28 for (unsigned su = 0, e = SUnits.size(); su != e; ++su) {
30 if (SUnits[su].getInstr()->isCall())
31 LastSequentialCall = &(SUnits[su]);
33 else if (SUnits[su].getInstr()->isCompare() && LastSequentialCall)
34 SUnits[su].addPred(SDep(LastSequentialCall, SDep::Order, 0, /*Reg=*/0,
159 for (unsigned su = 0, e = SUnits.size(); su != e; ++su)
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_req.in52 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="CN=Love,DC=it,DC=su,DC=se" \
61 --dnsname=nutcracker.it.su.se \
/macosx-10.9.5/sudo-72/src/
H A Dsample.sudoers56 Cmnd_Alias SU = /usr/bin/su
85 # joe may su only to operator
86 joe ALL = /usr/bin/su operator
105 # on the alphas, john may su to anyone but root and flags are not allowed
106 john ALPHA = /usr/bin/su [!-]*, !/usr/bin/su *root*
126 # or simply su to www.
127 WEBMASTERS www = (www) ALL, (root) /usr/bin/su www
/macosx-10.9.5/network_cmds-433/route.tproj/
H A Droute.c882 register sup su = NULL; local
897 su = &so_dst;
900 su = &so_gate;
925 memcpy(&su->sdl, sdl, sdl->sdl_len);
933 su = &so_mask;
936 su = &so_genmask;
939 su = &so_ifp;
943 su = &so_ifa;
949 su->sa.sa_len = aflen;
950 su
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/contrib/hpux/
H A Degd.rc71 su egd -c "nohup $WHAT_PATH $EGD_ARGS >$EGD_LOG 2>&1" &&
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h39 VReg2SUnit(unsigned reg, SUnit *su): VirtReg(reg), SU(su) {} argument
52 PhysRegSUOper(SUnit *su, int op): SU(su), OpIdx(op) {} argument
/macosx-10.9.5/shell_cmds-175/xcodescripts/
H A Dinstall-files.sh34 # Skip locate and su targets for iOS
52 install -c -o root -g wheel -m 0644 "$SRCROOT"/su/su.pam "$PAMDIR"/su
/macosx-10.9.5/vim-53/src/
H A Dspell.c627 #define WAS_BANNED(su, word) (!HASHITEM_EMPTY(hash_find(&su->su_banned, word)))
632 #define SUG_CLEAN_COUNT(su) ((su)->su_maxcount < 130 ? 150 : (su)->su_maxcount + 20)
636 #define SUG_MAX_COUNT(su) (SUG_CLEAN_COUNT(su) + 50)
888 static void spell_find_suggest __ARGS((char_u *badptr, int badlen, suginfo_T *su, int maxcount, int banbadword, int need_cap, int interactive));
890 static void spell_suggest_expr __ARGS((suginfo_T *su, char_u *expr));
892 static void spell_suggest_file __ARGS((suginfo_T *su, char_
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLatencyPriorityQueue.cpp147 SUnit *su = q.pop(); local
148 dbgs() << "Height " << su->getHeight() << ": ";
149 su->dump(DAG);
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dutils.rb43 def su(user) method in class:WEBrick.Utils
50 warn("WEBrick::Utils::su doesn't work on this platform")
53 module_function :su
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dupdatedb.sh35 tmpdb=`su -fm nobody -c "$0"` || rc=1
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Di386lynx.c321 cache_ptr->addend = ad - su->textsec->vma; \
326 cache_ptr->addend = ad - su->datasec->vma; \
331 cache_ptr->addend = ad - su->bsssec->vma; \
353 struct aoutdata *su = &(abfd->tdata.aout_data->a);
379 struct aoutdata *su = &(abfd->tdata.aout_data->a);
352 struct aoutdata *su = &(abfd->tdata.aout_data->a); variable in typeref:struct:aoutdata
378 struct aoutdata *su = &(abfd->tdata.aout_data->a); variable in typeref:struct:aoutdata
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dentropy.c543 #define SUN_LEN(su) \
544 (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dentropy.c543 #define SUN_LEN(su) \
544 (sizeof(*(su)) - sizeof((su)->sun_path) + strlen((su)->sun_path))
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dasmh8300.vim29 syn match asmOpcode "ext[su]\.[lw]"
32 syn match asmOpcode "mulx[su]\.[bw]"

Completed in 391 milliseconds

12345678910