Home
last modified time | relevance | path

Searched refs:pnum (Results 1 – 7 of 7) sorted by relevance

/external/vboot_reference/utility/
Dvbutil_what_keys109 for pnum in $(cgpt find -n -t kernel "$file" 2>/dev/null); do
111 psize=$(cgpt show -s -i "$pnum" "$file")
114 pstart=$(cgpt show -b -i "$pnum" "$file")
130 echo " part $pnum kernel: $psum ($flags) $match"
136 for pnum in $(cgpt find -n -t rootfs "$file" 2>/dev/null); do
138 psize=$(cgpt show -s -i "$pnum" "$file")
141 pstart=$(cgpt show -b -i "$pnum" "$file")
143 echo " part $pnum shellball:"
/external/libmtp/examples/
Dsendtr.c235 char *pnum; in sendtrack_function() local
236 if ( (pnum = prompt("Track number", num, 80, 0)) == NULL ) in sendtrack_function()
238 if ( strlen(pnum) ) { in sendtrack_function()
239 tracknum = strtoul(pnum, 0, 10); in sendtrack_function()
246 char *pnum; in sendtrack_function() local
247 if ( (pnum = prompt("Year", num, 80, 0)) == NULL ) in sendtrack_function()
249 if ( strlen(pnum) ) { in sendtrack_function()
250 year = strtoul(pnum, 0, 10); in sendtrack_function()
257 char *pnum; in sendtrack_function() local
258 if ( (pnum = prompt("Length", num, 80, 0)) == NULL ) in sendtrack_function()
[all …]
/external/iptables/extensions/
Dlibxt_multiport.c145 check_proto(uint16_t pnum, uint8_t invflags) in check_proto() argument
153 if ((proto = proto_to_name(pnum)) != NULL) in check_proto()
155 else if (!pnum) in check_proto()
164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum, in __multiport_parse() argument
173 proto = check_proto(pnum, invflags); in __multiport_parse()
179 proto = check_proto(pnum, invflags); in __multiport_parse()
185 proto = check_proto(pnum, invflags); in __multiport_parse()
210 static void __multiport_parse_v1(struct xt_option_call *cb, uint16_t pnum, in __multiport_parse_v1() argument
219 proto = check_proto(pnum, invflags); in __multiport_parse_v1()
224 proto = check_proto(pnum, invflags); in __multiport_parse_v1()
[all …]
/external/libpcap/
Dgrammar.y276 %type <i> byteop pname pnum relop irelop
349 | pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
417 qid: pnum { $$.b = gen_ncode(NULL, (bpf_u_int32)$1,
519 | VLAN pnum { $$ = gen_vlan($2); }
521 | MPLS pnum { $$ = gen_mpls($2); }
524 | PPPOES pnum { $$ = gen_pppoes($2); }
526 | GENEVE pnum { $$ = gen_geneve($2); }
654 arth: pnum { $$ = gen_loadi($1); }
679 pnum: NUM
680 | paren pnum ')' { $$ = $2; }
/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js4014 var pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source;
5538 var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
5734 rnumsplit = new RegExp( "^(" + pnum + ")(.*)$", "i" ),
5735 rrelNum = new RegExp( "^([+-])=(" + pnum + ")", "i" ),
6271 rfxnum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ),
Djquery-2.1.4.min.map1 …ngth","hooks","_queueHooks","stop","setter","clearQueue","count","defer","pnum","source","cssExpan…
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py1911 pnum = int(port)
1912 if pnum < 1 or pnum > 65536: