Searched refs:p1 (Results 1 - 11 of 11) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dsed1.c63 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars);
479 char *p1; local
483 p1 = ipc->ad1;
486 if (p1) {
490 p1 = 0;
506 } else if (*p1 == CEND) {
513 } else if (*p1 == CLNUM) {
514 c = (unsigned char)p1[1];
523 } else if (match(eval, p1, 0, &step_vars)) {
585 char *p1; local
695 char *p1, *p2, *p3; local
974 char *p1; local
[all...]
H A Dregexp.c60 extern int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars);
360 int sed_step(char *p1, char *p2, int circf, step_vars_storage *vars) argument
366 vars->loc1 = p1;
367 return (_advance(p1, p2, vars));
373 if (*p1 != c)
375 if (_advance(p1, p2, vars)) {
376 vars->loc1 = p1;
379 } while (*p1++);
384 if (_advance(p1, p2, vars)) {
385 vars->loc1 = p1;
[all...]
/solaris-userland-s11u3/components/slrn/
H A DMakefile30 COMPONENT_SUBVERSION= p1
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DAccessPolicyUtil.java137 int p1 = Integer.parseInt(array[0].trim());
140 if (p1 > PORT_MAX || p2 > PORT_MAX || p1 == 0 || p2 == 0 ||
141 p1 == p2)
H A DOpenPortsTablePanel.java219 int p1 = Integer.parseInt(text1);
221 return (p1 < p2 ? text1 + "-" + text2 : text2 + "-" + text1);
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/
H A DAnalogClock.java571 Point p1, Point p2) {
578 g.drawLine(p1.x, p1.y, p2.x, p2.y);
610 protected void drawHourHand(Graphics2D g, int diameter, Point p1, argument
612 drawHand(g, highlightColor, diameter * .02f, p1, p2);
652 protected void drawMinuteHand(Graphics2D g, int diameter, Point p1, argument
654 drawHand(g, highlightColor, diameter * .02f, p1, p2);
696 protected void drawSecondHand(Graphics2D g, int diameter, Point p1, argument
698 drawHand(g, highlightColor, diameter * .011f, p1, p2);
570 drawHand(Graphics2D g, Color color, float handWidth, Point p1, Point p2) argument
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py317 p1 = subprocess.Popen(cmd1, stdout=subprocess.PIPE,
325 flags = fcntl.fcntl(p1.stdout, fcntl.F_GETFL) & (~os.O_NONBLOCK)
326 fcntl.fcntl(p1.stdout, fcntl.F_SETFL, flags)
328 p2 = subprocess.Popen(cmd2, stdin=p1.stdout,
331 p1.stdout.close()
/solaris-userland-s11u3/components/openssl/openssl-fips-140/
H A DMakefile147 ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c1926 hmDiskTable *tailPtr, *p1, *p2; local
2069 p1=head;
2079 p1->pNext = p2->pNext;
2081 p2=p1->pNext;
2083 p1->pNext=NULL;
2093 p1=p2;
/solaris-userland-s11u3/components/openssl/openssl-default/
H A DMakefile186 ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
/solaris-userland-s11u3/components/openstack/horizon/files/branding/css/
H A Dsolaris1.css10773 .table-rsp .rsp-p1, .table-rsp .rsp-p2, .table-rsp .rsp-p3, .table-rsp .rsp-p4 {
10775 .table-rsp .rsp-alt-p1, .table-rsp .rsp-alt-p2, .table-rsp .rsp-alt-p3,
10780 .table-rsp .rsp-p1 {
10782 .table-rsp .rsp-alt-p1 {
10786 .table-rsp .rsp-p1 {
10788 .table-rsp .rsp-alt-p1 {

Completed in 111 milliseconds