HomeSort by relevance Sort by last modified time
    Searched refs:lstart (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/
conf_mod.c 583 const char *lstart, *tmpend, *p; local
584 lstart = list_;
590 while(*lstart && isspace((unsigned char)*lstart))
591 lstart++;
593 p = strchr(lstart, sep);
594 if (p == lstart || !*lstart)
601 tmpend = lstart + strlen(lstart) - 1
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_dhcpv6.c 68 char *line, *lstart; local
85 line = lstart = get_sum_line();
92 MAXLINE - (line - lstart));
99 line += snprintf(line, MAXLINE - (line - lstart),
110 MAXLINE - (line - lstart));
114 line += snprintf(line, MAXLINE - (line - lstart),
125 line += snprintf(line, MAXLINE - (line - lstart),
133 line += snprintf(line, MAXLINE - (line - lstart),
138 MAXLINE - (line - lstart), " \"%.*s\"",
146 line += snprintf(line, MAXLINE - (line - lstart),
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipf_y.y 434 | settos lstart toslist lend
451 | setttl lstart ttllist lend
454 lstart: '(' { newlist = 1; fr = frc; added = 0; } label
821 | lstart srcaddrlist lend
850 | porteq lstart srcportlist lend
860 | porteq lstart srcportlist lend
886 | lstart dstaddrlist lend
916 | porteq lstart dstportlist lend
926 | porteq lstart dstportlist lend
1159 | seticmptype lstart typelist lend { yyresetdict();
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
fdc.c 1248 int fmdatlen, lsector, lstart; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
toke.c 2638 char *lstart = SvPV(x,llen); local
    [all...]

Completed in 5889 milliseconds