Home
last modified time | relevance | path

Searched refs:su (Results 1 – 25 of 60) sorted by path

123

/illumos-gate/usr/src/cmd/
H A DMakefile403 su \
707 su \
/illumos-gate/usr/src/cmd/bnu/
H A DREADME82 39,9 * * * * /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.hour" > /dev/null
83 10 * * * * /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.poll" > /dev/null
84 45 23 * * * ulimit 5000; /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.cleanup" > /dev/null
85 48 10,14 * * 1-5 /usr/bin/su uucp -c "/usr/lib/uucp/uudemon.admin" > /dev/null
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c71 #define SUN_LEN(su) \ argument
72 (sizeof (*(su)) - sizeof ((su)->sun_path) + strlen((su)->sun_path))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c288 static void sodump(su_t *su, char *which);
2044 su_t *su; in getaddr() local
2060 su = &rcip->ri_dst; in getaddr()
2061 su->sa.sa_family = rcip->ri_af; in getaddr()
2065 su = &rcip->ri_gate; in getaddr()
2066 su->sa.sa_family = rcip->ri_af; in getaddr()
2069 su = &rcip->ri_mask; in getaddr()
2070 su->sa.sa_family = rcip->ri_af; in getaddr()
2080 su = &rcip->ri_ifa; in getaddr()
2081 su->sa.sa_family = rcip->ri_af; in getaddr()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c271 struct roffsu su; in pre_PD() local
279 if (a2roffsu(n->string, &su, SCALE_VS) != NULL) in pre_PD()
280 mt->pardist = term_vspan(p, &su); in pre_PD()
362 struct roffsu su; in pre_in() local
384 if (a2roffsu(++cp, &su, SCALE_EN) == NULL) in pre_in()
387 v = term_hen(p, &su); in pre_in()
413 struct roffsu su; in pre_HP() local
440 a2roffsu(nn->string, &su, SCALE_EN) != NULL) { in pre_HP()
441 len = term_hen(p, &su); in pre_HP()
507 struct roffsu su; in pre_IP() local
[all …]
H A Dmdoc_man.c493 struct roffsu su; in print_offs() local
507 end = a2roffsu(v, &su, SCALE_EN); in print_offs()
510 else if (SCALE_EN == su.unit) in print_offs()
511 sz = su.scale; in print_offs()
545 struct roffsu su; in print_width() local
556 end = a2roffsu(bl->width, &su, SCALE_MAX); in print_width()
559 else if (SCALE_EN == su.unit) in print_width()
560 sz = su.scale; in print_width()
H A Dmdoc_term.c564 struct roffsu su; in a2width() local
567 end = a2roffsu(v, &su, SCALE_MAX); in a2width()
569 SCALE_HS_INIT(&su, term_strlen(p, v)); in a2width()
570 su.scale /= term_strlen(p, "0"); in a2width()
572 return term_hen(p, &su); in a2width()
625 struct roffsu su; in termp_it_pre() local
706 SCALE_HS_INIT(&su, in termp_it_pre()
708 su.scale /= term_strlen(p, "0"); in termp_it_pre()
709 offset += term_hen(p, &su) + dcol; in termp_it_pre()
725 SCALE_HS_INIT(&su, term_strlen(p, bl->norm->Bl.cols[i])); in termp_it_pre()
[all …]
H A Dout.c120 struct roffsu su; in tblcalc() local
165 a2roffsu(dp->layout->wstr, &su, SCALE_EN) in tblcalc()
168 (*tbl->sulen)(&su, tbl->arg); in tblcalc()
H A Droff_term.c161 struct roffsu su; in roff_term_pre_po() local
170 a2roffsu(n->child->string, &su, SCALE_EM) != NULL) { in roff_term_pre_po()
171 ponew = term_hen(p, &su); in roff_term_pre_po()
191 struct roffsu su; in roff_term_pre_sp() local
195 if (a2roffsu(n->child->string, &su, SCALE_VS) == NULL) in roff_term_pre_sp()
196 su.scale = 1.0; in roff_term_pre_sp()
197 len = term_vspan(p, &su); in roff_term_pre_sp()
221 struct roffsu su; in roff_term_pre_ti() local
240 if (a2roffsu(cp, &su, SCALE_EM) == NULL) in roff_term_pre_ti()
242 len = term_hen(p, &su); in roff_term_pre_ti()
H A Dtbl_html.c52 html_tbl_sulen(const struct roffsu *su, void *arg) in html_tbl_sulen() argument
54 if (su->scale < 0.0) in html_tbl_sulen()
57 switch (su->unit) { in html_tbl_sulen()
59 return su->scale * 65536.0 / 24.0; in html_tbl_sulen()
61 return su->scale * 10.0; in html_tbl_sulen()
63 return su->scale * 10.0 / 2.54; in html_tbl_sulen()
66 return su->scale * 10.0 / 6.0; in html_tbl_sulen()
69 return su->scale; in html_tbl_sulen()
71 return su->scale * 10.0 / 6.0 / 12.0; in html_tbl_sulen()
73 return su->scale / 24.0; in html_tbl_sulen()
[all …]
H A Dtbl_term.c140 term_tbl_sulen(const struct roffsu *su, void *arg) in term_tbl_sulen() argument
144 i = term_hen((const struct termp *)arg, su); in term_tbl_sulen()
H A Dterm.c524 struct roffsu su; in term_word() local
635 if (a2roffsu(seq, &su, SCALE_EM) == NULL) in term_word()
637 uc += term_hen(p, &su); in term_word()
656 if ((cp = a2roffsu(seq, &su, SCALE_EM)) == NULL) in term_word()
658 uc = term_hen(p, &su); in term_word()
871 struct roffsu su; in term_setwidth() local
889 if (a2roffsu(wstr, &su, SCALE_MAX) != NULL) in term_setwidth()
890 width = term_hspan(p, &su); in term_setwidth()
1050 term_vspan(const struct termp *p, const struct roffsu *su) in term_vspan() argument
1055 switch (su->unit) { in term_vspan()
[all …]
H A Dterm_ascii.c261 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan() argument
265 switch (su->unit) { in ascii_hspan()
267 r = su->scale; in ascii_hspan()
270 r = su->scale * 240.0 / 2.54; in ascii_hspan()
273 r = su->scale * 65536.0; in ascii_hspan()
276 r = su->scale * 240.0; in ascii_hspan()
279 r = su->scale * 0.24; in ascii_hspan()
283 r = su->scale * 40.0; in ascii_hspan()
286 r = su->scale * 10.0 / 3.0; in ascii_hspan()
290 r = su->scale * 24.0; in ascii_hspan()
H A Dterm_ps.c1297 ps_hspan(const struct termp *p, const struct roffsu *su) in ps_hspan() argument
1305 switch (su->unit) { in ps_hspan()
1314 r = PNT2AFM(p, su->scale * 72.0 / 240.0); in ps_hspan()
1317 r = PNT2AFM(p, su->scale * 72.0 / 2.54); in ps_hspan()
1320 r = su->scale * in ps_hspan()
1324 r = su->scale * in ps_hspan()
1328 r = PNT2AFM(p, su->scale * 72.0); in ps_hspan()
1331 r = su->scale * in ps_hspan()
1335 r = PNT2AFM(p, su->scale * 12.0); in ps_hspan()
1338 r = PNT2AFM(p, su->scale * 1.0); in ps_hspan()
[all …]
H A Dterm_tab.c45 struct roffsu su; in term_tab_set() local
56 a2roffsu(".8i", &su, SCALE_IN); in term_tab_set()
57 tabs.d = term_hen(p, &su); in term_tab_set()
73 if (a2roffsu(arg, &su, SCALE_EM) == NULL) in term_tab_set()
86 pos = term_hen(p, &su); in term_tab_set()
/illumos-gate/usr/src/cmd/sa/
H A DREADME52 0 8-17 * * 1-5 su sys -c "/usr/lib/sa/sa1 1200 3 &" and
53 0 18-23 * * 1-5 su sys -c "/usr/lib/sa/sa1 &"
74 5 18 * * 1-5 su adm -c "/usr/lib/sa/sa2 -s 8:00 -e 18:01 -i 3600
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README277 4310901 su.static fails when OSNet build with lazy-loading
/illumos-gate/usr/src/cmd/su/
H A DMakefile30 PROG = su
31 ROOTFS_PROG = su.static
32 DEFAULTFILES = su.dfl
H A Dsu.c148 char su[PATH_MAX] = "su"; /* arg0 for exec of shprog */ variable
494 (void) strcpy(su, eflag ? "-" : ""); in main()
497 (void) strlcat(su, p + 1, sizeof (su)); in main()
499 (void) strlcat(su, pshell, sizeof (su)); in main()
502 (void) strcpy(su, eflag ? "-su" : "su"); in main()
688 argv[1] = su; in main()
691 (void) execl(pshell, su, 0); in main()
706 (void) strcpy(su, "-sh"); in main()
710 (void) strcpy(su, "sh"); in main()
714 argv[1] = su; in main()
[all …]
H A Dsu.dfl27 # SULOG determines the location of the file used to log all su attempts
31 # CONSOLE determines whether attempts to su to root should be logged
45 # to log all su attempts. LOG_NOTICE messages are generated for su's to
46 # root, LOG_INFO messages are generated for su's to other users, and LOG_CRIT
47 # messages are generated for failed su attempts.
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c105 static char su[] = "/sbin/su.static"; variable
574 single(su, devname); in main_loop()
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dwaitforzone.ksh41 su - ${user} -c "${program} -display ${display}"
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.c82 struct svc_dg_data *su = get_svc_dg_data(xprt); in svc_getxid() local
83 if (su == NULL) in svc_getxid()
86 return (su->su_xid); in svc_getxid()
/illumos-gate/usr/src/contrib/ast/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 = (Subfile_t*)disc;
132 here = su->here;
135 if(su->extent >= 0)
136 here = su->extent;
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab141 su sudanese

123