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

  /onnv/onnv-gate/usr/src/lib/efcode/packages/
parse.c 93 int lnum = 0, len; local
106 lnum++;
112 line_error(where, lnum, "Badly formed line");
117 line_error(where, lnum, "Badly formed alias");
121 line_error(where, lnum, "Badly formed target");
128 line_error(where, lnum, "Null key in alias");
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/
volume_string.c 158 long long lnum; local
162 if (sscanf(str, "%lld", &lnum) != 1) {
174 if (lnum < 0 || lnum > max) {
177 *num = lnum;
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
grep.c 92 static long lnum; variable
129 lnum = tln = 0;
213 lnum = 0;
229 lnum++;
274 PRINTF("%ld:", lnum);
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed1.c 51 long long lnum; variable
151 if(lnum > tlno[c]) {
158 if(lnum == tlno[c]) {
174 if(lnum != tlno[c]) {
340 lnum);
375 (void) fprintf(stdout, "%lld\n", lnum);
548 lnum);
649 lnum++;
sed.h 70 extern long long lnum;
sed0.c 94 lnum = 0;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
llp.c 499 int lnum; local
523 for (lnum = 1; fgets(line, sizeof (line), fp) != NULL; lnum++) {
534 dprintf("parsing llp conf file line %d...", lnum);
539 "ignoring entry", lnum);
545 syslog(LOG_ERR, "llp:%d: cannot add entry", lnum);
553 "for static config", lnum);
556 lnum);
572 lnum);
584 "llp:%d: missing priority value", lnum);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/grep/
grep.c 78 static long long lnum; variable
239 lnum = 0;
295 lnum++;
364 (void) fprintf(stdout, "%lld:", lnum);
  /onnv/onnv-gate/usr/src/lib/libtecla/common/
cplmatch.c 158 static int cpl_format_line(CplMatches *result, CplListFormat *fmt, int lnum,
649 int lnum; /* The sequential number of the line to print next */ local
666 for(lnum=0; lnum < fmt.nline; lnum++) {
667 if(cpl_format_line(result, &fmt, lnum, write_fn, data))
    [all...]
expand.c 153 static int ef_format_line(FileExpansion *result, EfListFormat *fmt, int lnum,
1270 int lnum; \/* The sequential number of the line to print next *\/ local
    [all...]
history.c 1280 char lnum[20]; local
    [all...]
getline.c 6539 char lnum[20]; \/* A buffer in which to render a single integer *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
test.c 461 register double lnum,rnum; local
468 lnum = sh_arith(left);
496 return(lnum==rnum);
498 return(lnum!=rnum);
500 return(lnum>rnum);
502 return(lnum<rnum);
504 return(lnum>=rnum);
506 return(lnum<=rnum);
  /onnv/onnv-gate/usr/src/cmd/fgrep/
fgrep.c 121 long long lnum; variable
321 lnum = 1;
434 (void) printf("%lld:", lnum);
444 lnum++;
454 lnum++;
  /onnv/onnv-gate/usr/src/cmd/auditreduce/
time.c 281 long lnum; local
337 lnum = atol(str);
338 m_before = m_after + (lnum * factor);
  /onnv/onnv-gate/usr/src/cmd/zfs/
zfs_iter.c 266 uint64_t lnum, rnum; local
273 * Otherwise, we compare 'lnum' and 'rnum'.
311 &lnum, NULL, NULL, 0);
326 else if (lnum < rnum)
328 else if (lnum > rnum)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
closure.t 499 my $lnum = 0;
501 printf "%3d: %s\n", ++$lnum, $line;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
parms.c 225 uint32_t lnum; local
242 for (lnum = 1; ; lnum++) {
274 cp, lnum);
  /onnv/onnv-gate/usr/src/cmd/egrep/
egrep.y 108 long long lnum;
805 lnum = 1;
925 printf("%lld:", lnum);
942 lnum++;
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 189 ino_t lnum; /* inode number of file */ member in struct:lbuf
1258 curcol += printf("%llu ", (long long)p->lnum);
1260 curcol += printf("%10llu ", (long long)p->lnum);
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
sw_support.c 792 ulong_t lnum, rnum; local
794 lnum = strtoul(l->patch_num, &endptr, 10);
797 if (lnum > rnum)
799 if (lnum < rnum)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
eval.c 65 int lnum; local
82 lnum = (int)lhs->u.name.child->u.ull;
87 lnum = iterinfop->num;
107 if (lnum != rnum)
    [all...]

Completed in 420 milliseconds