Searched refs:ctype (Results 351 - 375 of 1333) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Ddefaults.c25 #include <ctype.h>
H A Dhttp.c24 #include <ctype.h>
H A Dwl_ecos.c24 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/edd_id/
H A Dedd_id.c20 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dlinux_raid.c24 #include <ctype.h>
H A Dntfs.c24 #include <ctype.h>
H A Dudf.c24 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dtest-udev.c25 #include <ctype.h>
H A Dudev_utils_string.c26 #include <ctype.h>
H A Dudevtest.c26 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/basic/
H A Dsplit-include.c25 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Ddialog.h24 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Ddialog.h25 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd.c83 char *ctype; member in struct:content_type_map
762 char *ctype; local
901 ctype = "application/octet-stream";
909 ctype = ext2ctype[i].ctype;
915 evhttp_add_header(req->output_headers, "Content-Type", ctype);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile.gnulib96 ## begin gnulib module c-ctype-tests
98 TESTS += test-c-ctype
99 check_PROGRAMS += test-c-ctype
101 EXTRA_DIST += test-c-ctype.c
103 ## end gnulib module c-ctype-tests
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.c56 #include <ctype.h>
454 enum client_types ctype = h->req_client->type->type; local
457 if ((ctype && ctype < EStandardDLNA150 && type >= EStandardDLNA150) ||
458 (ctype == ESamsungSeriesB && type == ESamsungSeriesA))
1798 enum client_types ctype = h->req_client ? h->req_client->type->type : 0; local
1826 if( id != last_file.id || ctype != last_file.client )
1845 last_file.client = ctype;
1858 else if( ctype == ESamsungSeriesA && strcmp(last_file.mime+6, "x-msvideo") == 0 )
1862 else if( ctype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c1899 enum charge_type ctype)
1921 switch (ctype) {
2065 gfp_t gfp_mask, enum charge_type ctype)
2081 __mem_cgroup_commit_charge(mem, pc, ctype);
2109 enum charge_type ctype);
2208 enum charge_type ctype)
2219 __mem_cgroup_commit_charge(ptr, pc, ctype);
2272 __do_uncharge(struct mem_cgroup *mem, const enum charge_type ctype) argument
2277 if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
2324 __mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype) argument
1897 __mem_cgroup_commit_charge(struct mem_cgroup *mem, struct page_cgroup *pc, enum charge_type ctype) argument
2064 mem_cgroup_charge_common(struct page *page, struct mm_struct *mm, gfp_t gfp_mask, enum charge_type ctype) argument
2207 __mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *ptr, enum charge_type ctype) argument
2468 int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT; local
2580 enum charge_type ctype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h131 #include <ctype.h>
143 #include <ctype.h>
265 /* BSDs define _T() to be something different in ctype.h, override it */
267 #include <ctype.h>
302 #include <ctype.h>
310 /* ctype.h functions */
545 /* ctype.h functions (wctype.h) */
642 /* ctype.h functions (wctype.h) */
717 #include <ctype.h>
720 /* ctype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp.c306 u_int8_t ctype; member in struct:icmp_mpls_ext_object_header_t
642 obj_ctype = icmp_mpls_ext_object_header->ctype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dkssl.c196 size_t kssl_krb5_checksum_size(krb5_context context, krb5_cksumtype ctype);
197 krb5_boolean kssl_valid_cksumtype(krb5_cksumtype ctype);
259 krb5_cksumtype ctype) = NULL;
260 static krb5_boolean(_stdcall *p_valid_cksumtype) (krb5_cksumtype ctype) =
601 size_t krb5_checksum_size(krb5_context context, krb5_cksumtype ctype) argument
607 return (p_krb5_checksum_size(context, ctype));
612 krb5_boolean valid_cksumtype(krb5_cksumtype ctype) argument
618 return (p_valid_cksumtype(ctype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c204 size_t kssl_krb5_checksum_size(krb5_context context,krb5_cksumtype ctype);
205 krb5_boolean kssl_valid_cksumtype(krb5_cksumtype ctype);
272 static size_t (_stdcall *p_krb5_checksum_size)(krb5_context context,krb5_cksumtype ctype)=NULL;
273 static krb5_boolean (_stdcall *p_valid_cksumtype)(krb5_cksumtype ctype)=NULL;
635 krb5_checksum_size(krb5_context context,krb5_cksumtype ctype) argument
641 return(p_krb5_checksum_size(context, ctype));
647 valid_cksumtype(krb5_cksumtype ctype) argument
653 return(p_valid_cksumtype(ctype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dkssl.c196 size_t kssl_krb5_checksum_size(krb5_context context, krb5_cksumtype ctype);
197 krb5_boolean kssl_valid_cksumtype(krb5_cksumtype ctype);
259 krb5_cksumtype ctype) = NULL;
260 static krb5_boolean(_stdcall *p_valid_cksumtype) (krb5_cksumtype ctype) =
601 size_t krb5_checksum_size(krb5_context context, krb5_cksumtype ctype) argument
607 return (p_krb5_checksum_size(context, ctype));
612 krb5_boolean valid_cksumtype(krb5_cksumtype ctype) argument
618 return (p_valid_cksumtype(ctype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_atm.c11 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_u32.c13 #include <ctype.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseqmid.c28 #include <ctype.h>

Completed in 171 milliseconds

<<11121314151617181920>>