Searched refs:pline (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_inc.awk26 pline = sprintf("%s %s", pline, $0)
27 if (pline ~ "\\)\\);") {
28 sub("^[ ]*", "", pline)
29 print pline >> i_pfile
30 if (pline !~ db_version_unique_name) {
31 gsub("[ ][ ]*__P.*", "", pline)
32 sub("^.*[ ][*]*", "", pline)
34 pline, pline) >> i_dfil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DgenUnicode.py315 pline = "static const xmlChSRange xml%sS[] = {" % name
318 pline += ", "
323 output.write(pline + " };\n")
324 pline = "static const xmlChLRange xml%sL[] = {" % name
327 pline += ", "
329 if len(pline) > 60:
330 output.write(pline + "\n")
331 pline = " " variable
332 pline += "{%s, %s}" % (hex(low), hex(high))
333 output.write(pline
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py315 pline = "static const xmlChSRange xml%sS[] = {" % name
318 pline += ", "
323 output.write(pline + " };\n")
324 pline = "static const xmlChLRange xml%sL[] = {" % name
327 pline += ", "
329 if len(pline) > 60:
330 output.write(pline + "\n")
331 pline = " " variable
332 pline += "{%s, %s}" % (hex(low), hex(high))
333 output.write(pline
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c474 CronLine **pline; local
477 pline = &file->cf_LineBase;
517 *pline = xzalloc(sizeof(CronLine));
518 **pline = line;
521 (*pline)->cl_Shell = strdup(ptr);
529 pline = &((*pline)->cl_Next);
531 *pline = NULL;
624 CronLine **pline = &file->cf_LineBase; local
630 while ((line = *pline) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2783 set nrp [gets $sup pline]
2786 if { $nrp != $nrb || [string compare $pline $bline] != 0} {
2787 puts $outf $pline
2791 set nrp [gets $sup pline]

Completed in 99 milliseconds