HomeSort by relevance Sort by last modified time
    Searched defs:sp (Results 1 - 25 of 707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
waddnwstr.c 43 char *sp; local
46 if ((sp = _strcode2byte(code, NULL, n)) == NULL)
50 return (waddnstr(win, sp, -1));
winsnwstr.c 44 char *sp; local
47 if ((sp = _strcode2byte(code, NULL, n)) == NULL)
51 return (winsnstr(win, sp, -1));
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
krb_memset.c 22 unsigned char *sp = sp1; local
24 *sp++ = (unsigned char)c;
  /onnv/onnv-gate/usr/src/cmd/mail/
legal.c 53 register char *sp; local
66 if ((sp = strrchr(file, '/')) == NULL) {
68 } else if (sp == file) {
71 if ((sp - file + 1) > MAXFILENAME)
73 strncpy(dfile, file, sp - file);
74 dfile[sp - file] = '\0';
  /onnv/onnv-gate/usr/src/common/util/
memchr.c 50 const unsigned char *sp = sptr; local
53 if (*sp++ == c)
54 return ((void *)--sp);
memset.c 50 * Set an array of n chars starting at sp to the character c.
51 * Return sp.
57 unsigned char *sp = sp1; local
59 *sp++ = (unsigned char)c;
  /onnv/onnv-gate/usr/src/ucblib/libcurses/
initscr.c 36 char *sp; local
45 if ((sp = getenv("TERM")) == NULL)
46 sp = Def_term;
47 (void) setterm(sp);
49 fprintf(outf, "INITSCR: term = %s\n", sp);
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppincref.c 34 register struct ppinstk* sp; local
42 for (sp = pp.in; sp; sp = sp->prev)
43 if (sp->type == IN_FILE)
ppprintf.c 34 Sfio_t* sp; local
36 if (!(sp = sfnew(NiL, pp.outp, MAXTOKEN, -1, SF_WRITE|SF_STRING)))
39 sfvprintf(sp, format, ap);
41 pp.outp += sfseek(sp, 0L, SEEK_CUR);
43 sfclose(sp);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
get_addrs.c 59 struct servent *sp; local
116 sp = getservbyname("ntalk", "udp");
118 sp = getservbyname("talk", "udp");
121 if (strcmp(sp->s_proto, "udp") != 0) {
126 if (sp == 0) {
132 daemon_port = sp->s_port;
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
portnum.c 24 struct servent *sp, *sp2; local
37 sp = getservbyname(name, proto);
38 if (sp) {
39 *port = ntohs(sp->s_port);
45 sp = getservbyname(name, "tcp");
46 if (sp)
47 p1 = sp->s_port;
49 if (!sp || !sp2) {
57 fprintf(stderr, "%d: %s %d/udp\n", linenum, name, sp->s_port);
  /onnv/onnv-gate/usr/src/lib/libast/common/hash/
hashview.c 47 register Hash_bucket_t** sp; local
61 sp = &top->table[0];
62 while (sp < sx)
63 for (b = *sp++; b; b = b->next)
76 sp = &top->table[0];
77 while (sp < sx)
78 for (b = *sp++; b; b = b->next)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
setjmp.c 44 register int sp = _getsp(); local
54 * Note that the pc and former sp (fp) from the stack are valid
59 bp->sjs_sp = *((int *)sp+14);
60 bp->sjs_pc = *((int *)sp+15) + 0x8;
78 setjmp_struct_t sjmp, *sp; local
80 sp = &sjmp;
81 sp->sjs_flags = bp->sjs_flags;
82 sp->sjs_sp = bp->sjs_sp;
83 sp->sjs_pc = bp->sjs_pc;
84 sp->sjs_fp = 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
setjmp.c 44 register int sp = _getsp(); local
54 * Note that the pc and former sp (fp) from the stack are valid
59 bp->sjs_sp = *((int *)sp+14);
60 bp->sjs_pc = *((int *)sp+15) + 0x8;
76 setjmp_struct_t sjmp, *sp; local
78 sp = &sjmp;
79 sp->sjs_flags = bp->sjs_flags;
80 sp->sjs_sp = bp->sjs_sp;
81 sp->sjs_pc = bp->sjs_pc;
82 sp->sjs_fp = 0
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/scsi/adapters/
fas_callbacks.c 47 register struct fas_cmd *sp);
70 register struct fas_cmd *sp; local
94 sp = qf;
95 qf = sp->cmd_forw;
96 (*sp->cmd_pkt->pkt_comp)(sp->cmd_pkt);
122 fas_call_pkt_comp(register struct fas *fas, register struct fas_cmd *sp)
127 ASSERT(sp != 0);
128 ASSERT((sp->cmd_flags & CFLAG_COMPLETED) == 0);
129 ASSERT((sp->cmd_flags & CFLAG_FREE) == 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
getopt.c 52 static int sp = 1; local
56 if(sp == 1)
64 optopt = c = argv[optind][sp];
67 if(argv[optind][++sp] == '\0') {
69 sp = 1;
74 if(argv[optind][sp+1] != '\0')
75 optarg = &argv[optind++][sp+1];
78 sp = 1;
88 sp = 1;
93 sp = 1
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ckconfig.c 57 char *sp; local
139 sp = (char *) strrchr(buf, '/');
140 *sp = '\0';
  /onnv/onnv-gate/usr/src/cmd/getent/
dogetserv.c 39 putservent(const struct servent *sp, FILE *fp)
44 if (sp == NULL) {
49 sp->s_name, ntohs(sp->s_port), sp->s_proto) == EOF)
51 for (p = sp->s_aliases; *p != 0; p++) {
71 struct servent *sp; local
75 while ((sp = getservent()) != NULL)
76 (void) putservent(sp, stdout);
94 sp = getservbyport(port, protocol)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sockfs/
sockfs.c 68 struct sockparams sp; local
110 if (mdb_vread(&sp, sizeof (sp), addr) == -1) {
117 sp.sp_family, sp.sp_type, sp.sp_protocol,
118 (sp.sp_sdev_info.sd_devpath != 0) ?
119 sp.sp_sdev_info.sd_devpath : "-",
120 sp.sp_smod_name, sp.sp_refcnt
    [all...]
  /onnv/onnv-gate/usr/src/cmd/scsi/sestopo/common/
sestopo.c 82 ses_snap_t *sp; local
90 sp = ses_snap_hold(tp);
92 (void) ses_walk(sp, node, NULL);
94 ses_snap_rele(sp);
  /onnv/onnv-gate/usr/src/cmd/tplot/
banner.c 39 0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000, /*, sp, */
141 char *sp; local
149 for (sp=s; *sp; sp++) {
150 if (*sp<=' '|| *sp >'}')
153 t = chrtab[*sp - ' '][i];
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
ssignal.c 62 register sigfunc *sp = _ssig(); local
64 if (sp == 0)
67 savefn = sp[sig-MINSIG];
68 sp[sig-MINSIG] = fn;
80 register sigfunc *sp = _ssig(); local
82 if (sp == 0)
85 (sigfn = sp[sig-MINSIG]) == (int (*)())SIG_DFL)
90 sp[sig-MINSIG] = (int (*)())SIG_DFL;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
sigsetjmp.c 45 register int sp = _getsp(); local
55 * Note that the pc and former sp (fp) from the stack are valid
60 bp->sjs_sp = *((int *)sp+14);
61 bp->sjs_pc = *((int *)sp+15) + 0x8;
82 setjmp_struct_t sjmp, *sp; local
84 sp = &sjmp;
85 sp->sjs_flags = bp->sjs_flags;
86 sp->sjs_sp = bp->sjs_sp;
87 sp->sjs_pc = bp->sjs_pc;
88 sp->sjs_fp = 0
105 register int sp = _getsp(); local
137 setjmp_struct_t sjmp, *sp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
makectxt.c 54 long *sp; local
63 sp = (long *)(((uintptr_t)ucp->uc_stack.ss_sp +
66 tsp = sp + 1;
76 *sp = (long)resumecontext; /* return address */
78 ucp->uc_mcontext.gregs[UESP] = (greg_t)sp;
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
siglongjmp.c 93 struct frame *sp = (struct frame *)(bp->sjs_sp + STACK_BIAS); local
94 sp->fr_savfp = (struct frame *)fp;
95 sp->fr_savpc = i7;

Completed in 750 milliseconds

1 2 3 4 5 6 7 8 91011>>