Searched refs:human (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/usr.sbin/flowctl/
H A Dflowctl.c59 /* human-readable IPv4 header */
111 int cs, human = 0; variable
199 if (argc > 0 && !strncmp(argv[0], "human", strlen(argv[0])))
200 human = 1;
280 printf(human ? CISCO_SH_FLOW_HHEADER : CISCO_SH_FLOW_HEADER);
286 printf(human ? CISCO_SH_FLOW_H : CISCO_SH_FLOW,
314 printf(human ? CISCO_SH_FLOW6_HHEADER : CISCO_SH_FLOW6_HEADER);
320 printf(human ? CISCO_SH_FLOW6_H : CISCO_SH_FLOW6,
/freebsd-11.0-release/lib/libdpv/
H A Ddprompt.c403 char human[32]; local
587 humanize_number(human, pbar_size + 2, fp->read, "",
591 hlen = (int)strlen(human);
599 lsize, "", human, rsize, "");
602 lsize, "", human, rsize, "");
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c198 const char *human;
202 human = apr_psprintf(pool, "%04d-%02d-%02d %02d:%02d:%02dZ",
210 svn_stringbuf_appendcstr(value, human);
196 const char *human; local
/freebsd-11.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl30 #$human=1;
31 if ($human) { # useful for visual code auditing...

Completed in 78 milliseconds