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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
ttl.h 37 dns_ttl_totext(uint32_t src, bool verbose, bool upcase, isc_buffer_t *target);
48 * If 'upcase' is true, we conform to the BIND 8 style in which
52 * If 'upcase' is false, unit letters are always in lower case.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
ttl.h 38 dns_ttl_totext(uint32_t src, bool verbose, bool upcase, isc_buffer_t *target);
49 * If 'upcase' is true, we conform to the BIND 8 style in which
53 * If 'upcase' is false, unit letters are always in lower case.
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-compat.el 195 (charset-upper (upcase charset))
225 (charset-upper (upcase charset))
  /src/external/mpl/bind/dist/lib/dns/
ttl.c 70 dns_ttl_totext(uint32_t src, bool verbose, bool upcase, isc_buffer_t *target) {
112 if (x == 1 && upcase && !verbose) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ttl.c 77 dns_ttl_totext(uint32_t src, bool verbose, bool upcase, isc_buffer_t *target) {
119 if (x == 1 && upcase && !verbose) {
  /src/usr.bin/rpcgen/
rpc_util.h 133 char *upcase(const char *);
rpc_cout.c 683 upp_case = freeable = upcase(decl->type);
710 upcase(const char *str) function
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_module.rb 187 file[:name].upcase ]
  /src/external/gpl3/binutils/dist/bfd/
vms-misc.c 501 vms_get_module_name (const char *filename, bool upcase)
537 if (upcase)
  /src/external/gpl3/binutils.old/dist/bfd/
vms-misc.c 501 vms_get_module_name (const char *filename, bool upcase)
537 if (upcase)
  /src/external/gpl3/gdb/dist/bfd/
vms-misc.c 501 vms_get_module_name (const char *filename, bool upcase)
537 if (upcase)
  /src/external/gpl3/gdb.old/dist/bfd/
vms-misc.c 501 vms_get_module_name (const char *filename, bool upcase)
537 if (upcase)
  /src/usr.bin/mail/
extern.h 303 int upcase(int);
  /src/usr.bin/telnet/
externs.h 320 void upcase(char *);
utilities.c 72 * upcase()
74 * Upcase (in place) the argument.
78 upcase(char *argument) function
telnet.c 569 upcase(name);
742 upcase(tname);
  /src/sbin/efi/
devpath3.c 86 upcase(char *str) function
107 return upcase(name);

Completed in 43 milliseconds