HomeSort by: relevance | last modified time | path
    Searched defs:omitted (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck/
fsck.c 84 static int omitted(const char *);
259 if (omitted(fs->fs_file))
418 omitted(const char *mountedon) function
  /src/external/bsd/tcpdump/dist/
print-babel.c 205 network_prefix(int ae, int plen, unsigned int omitted,
228 if(omitted > 4 || pb > 4 || (pb > omitted && len < pb - omitted))
231 if(omitted) {
233 memcpy(prefix, dp, 12 + omitted);
235 if(pb > omitted) {
236 memcpy(prefix + 12 + omitted, p, pb - omitted);
237 consumed = pb - omitted;
652 u_char ae, plen, src_plen, omitted; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 2277 omitted from the object file. */
2977 accidentally omitted. */
3354 multiple optional operands and one is omitted, then all optional
3355 operands past the first omitted one must also be omitted. */
3390 int omitted;
3419 omitted = total - provided;
3420 num_optional_provided = num_optional_operands - omitted;
5315 If it's omitted, the size will be the containing csect.
3380 int omitted; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 2313 omitted from the object file. */
3013 accidentally omitted. */
3390 multiple optional operands and one is omitted, then all optional
3391 operands past the first omitted one must also be omitted. */
3426 int omitted;
3455 omitted = total - provided;
3456 num_optional_provided = num_optional_operands - omitted;
5357 If it's omitted, the size will be the containing csect.
3416 int omitted; local

Completed in 35 milliseconds