HomeSort by: relevance | last modified time | path
    Searched refs:Pp (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp.keys.def 29 .Pp
41 .Pp
45 .Pp
47 .Pp
72 .Pp
93 .Pp
95 .Pp
105 .Pp
112 .Pp
ntpd-opts.def 31 .Pp
41 .Pp
55 .Pp
67 .Pp
79 .Pp
120 .Pp
154 .Pp
174 .Pp
208 .Pp
235 .Pp
    [all...]
ntp.conf.def 35 .Pp
51 .Pp
78 .Pp
112 .Pp
131 .Pp
188 .Pp
290 .Pp
463 .Pp
478 .Pp
485 .Pp
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
rwsnoop 85 while getopts n:Pp:jtvZ name
  /src/external/cddl/dtracetoolkit/dist/
rwsnoop 85 while getopts n:Pp:jtvZ name
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def 122 .Pp
126 .Pp
130 .Pp
132 .Pp
135 .PP
139 .PP
141 .PP
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.def 74 .Pp
89 .Pp
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 291 .Pp
298 .Pp
314 .Pp
322 .Pp
340 .Pp
356 .Pp
375 .Pp
399 .Pp
420 .Pp
452 .Pp
    [all...]
  /src/external/bsd/openpam/dist/misc/
gendoc.pl 54 .Pp
215 if ($man ne "" && $man !~ m/\.Pp\n$/s) {
219 $man .= ".Pp\n";
234 $man =~ s/\n\.Pp$/\n/s;
245 $man .= ".El\n.Pp\n";
249 $man =~ s/\.Pp\n$//s;
262 $man .= ".El\n.Pp\n";
266 $man =~ s/\.Pp\n$//s;
275 $man .= ".El\n.Pp\n";
489 $mdoc .= ".Ef\n.Pp\n"
    [all...]
  /src/external/bsd/ntp/dist/scripts/ntp-wait/
ntp-wait-opts.def 66 .Pp
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 139 .Pp
155 .Pp
173 .Pp
187 .Pp
197 .Pp
212 .Pp
217 .Pp
796 .Pp
810 .Pp
865 .Pp
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
scan.l 38 P [Pp][+-]?{D}+
681 char *pp = yytext;
683 pp++; /* skip ' */
684 while (*pp != '\'') {
686 if (*pp == '\\')
687 val |= esccon(&pp);
689 val |= (*pp++ & ((1 << SZCHAR)-1));
710 char *pp = yytext;
712 pp++; /* skip L */
713 pp++; /* skip ' *
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
scan.l 37 P [Pp][+-]?{D}+
577 char *pp = yytext;
579 pp++; /* skip ' */
580 while (*pp != '\'') {
581 if (*pp++ == '\\') {
582 val = esccon(&pp);
584 val = pp[-1];
601 char *pp = yytext;
603 pp++; /* skip L */
604 pp++; /* skip ' *
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def 131 .Pp
174 .Pp
189 .Pp
203 .Pp
231 .Pp
333 .Pp
353 .Pp
438 .Pp
475 .Pp
490 .Pp
    [all...]
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.def 252 .Pp
  /src/external/historical/nawk/dist/testdir/
funstack.awk 123 /^ *@ *[Pp][Rr][Ee][Aa][Mm][Bb][Ll][Ee]/ { next }
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.l 59 [uU][sS][pP] _REG.regno = REG_USP; return REG;
69 [sS][pP]"."[lL] _REG.regno = REG_SP; _REG.flags = F_REG_LOW; return HALF_REG;
70 [sS][pP]"."[hH] _REG.regno = REG_SP; _REG.flags = F_REG_HIGH; return HALF_REG;
71 [sS][pP] _REG.regno = REG_SP; return REG;
106 [pP][rR][nN][tT] return PRNT;
107 [pP][cC] return PC;
108 [pP][aA][cC][kK] return PACK;
110 [pP][0-5]"."[lLhH] return parse_halfreg (&yylval.reg, T_REG_P, yytext);
111 [pP][0-5] return parse_reg (&yylval.reg, T_REG_P, yytext);
117 [nN][oO][pP] return NOP
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.l 59 [uU][sS][pP] _REG.regno = REG_USP; return REG;
69 [sS][pP]"."[lL] _REG.regno = REG_SP; _REG.flags = F_REG_LOW; return HALF_REG;
70 [sS][pP]"."[hH] _REG.regno = REG_SP; _REG.flags = F_REG_HIGH; return HALF_REG;
71 [sS][pP] _REG.regno = REG_SP; return REG;
106 [pP][rR][nN][tT] return PRNT;
107 [pP][cC] return PC;
108 [pP][aA][cC][kK] return PACK;
110 [pP][0-5]"."[lLhH] return parse_halfreg (&yylval.reg, T_REG_P, yytext);
111 [pP][0-5] return parse_reg (&yylval.reg, T_REG_P, yytext);
117 [nN][oO][pP] return NOP
    [all...]
  /src/sys/dev/ic/
igsfb_subr.c 669 igsfb_calc_pll(int target, int *Mp, int *Np, int *Pp, int maxM, int maxN,
708 *Pp = P;
  /src/external/bsd/mdocml/dist/
mandoc.css 84 .Pp { margin: 0.6em 0em; }
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntploopwatch 120 (/^-P(\S*)$/ || /^\+[Pp]rinter=?(\S*)$/) &&

Completed in 213 milliseconds