Searched refs:this_char (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_convert.c118 char convert_char(curl_infotype infotype, char this_char) argument
127 if((this_char >= 0x20) && (this_char < 0x7f)) {
129 (void)convert_from_network(&this_char, 1);
138 if(ISPRINT(this_char)
139 && (this_char != '\t')
140 && (this_char != '\r')
141 && (this_char != '\n')) {
143 return this_char;
H A Dtool_convert.h36 char convert_char(curl_infotype infotype, char this_char);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_bhv.c73 char *this_char; local
77 while ((this_char = strsep(&local_options, ",")) != NULL) {
78 length = strlen(this_char);
82 if (!strcmp(this_char, MNTOPT_NOQUOTA)) {
86 } else if (!strcmp(this_char, MNTOPT_QUOTA) ||
87 !strcmp(this_char, MNTOPT_UQUOTA) ||
88 !strcmp(this_char, MNTOPT_USRQUOTA)) {
91 } else if (!strcmp(this_char, MNTOPT_QUOTANOENF) ||
92 !strcmp(this_char, MNTOPT_UQUOTANOENF)) {
96 } else if (!strcmp(this_char, MNTOPT_PQUOT
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vfsops.c1680 char *this_char, *value, *eov; local
1693 while ((this_char = strsep(&options, ",")) != NULL) {
1694 if (!*this_char)
1696 if ((value = strchr(this_char, '=')) != NULL)
1699 if (!strcmp(this_char, MNTOPT_LOGBUFS)) {
1703 this_char);
1707 } else if (!strcmp(this_char, MNTOPT_LOGBSIZE)) {
1711 this_char);
1715 } else if (!strcmp(this_char, MNTOPT_LOGDEV)) {
1719 this_char);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapifs.c54 char *this_char; local
56 this_char = NULL;
57 while ((this_char = strsep(&data, ",")) != NULL) {
60 if (!*this_char)
62 if (sscanf(this_char, "uid=%i%c", &n, &dummy) == 1) {
65 } else if (sscanf(this_char, "gid=%i%c", &n, &dummy) == 1) {
68 } else if (sscanf(this_char, "mode=%o%c", &n, &dummy) == 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c525 char *this_char, *value; local
529 while ((this_char = strsep(&options, ":")) != NULL) {
530 if ((value = strchr(this_char, '=')) != NULL)
533 if (!strcmp(this_char, "concentrating_formatted_nodes")) {
547 if (!strcmp(this_char, "displacing_large_files")) {
554 if (!strcmp(this_char, "displacing_new_packing_localities")) {
559 if (!strcmp(this_char, "old_hashed_relocation")) {
564 if (!strcmp(this_char, "new_hashed_relocation")) {
569 if (!strcmp(this_char, "dirid_groups")) {
573 if (!strcmp(this_char, "oid_group
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dshmem.c2120 char *this_char, *value, *rest; local
2123 this_char = options;
2139 if (!*this_char)
2141 if ((value = strchr(this_char,'=')) != NULL) {
2146 this_char);
2150 if (!strcmp(this_char,"size")) {
2162 } else if (!strcmp(this_char,"nr_blocks")) {
2166 } else if (!strcmp(this_char,"nr_inodes")) {
2170 } else if (!strcmp(this_char,"mode")) {
2176 } else if (!strcmp(this_char,"ui
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c1129 int this_char;
1139 for (this_char = where - string1; this_char < size1; this_char++)
1140 PUT_CHAR (string1[this_char]);
1146 for (this_char = where - string2; this_char < size2; this_char++)
1148 PUT_CHAR (string2[this_char]);
4460 unsigned this_char;
1123 int this_char; local
4447 unsigned this_char; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c941 int this_char;
949 for (this_char = where - string1; this_char < size1; this_char++)
950 putchar (string1[this_char]);
955 for (this_char = where - string2; this_char < size2; this_char++)
956 putchar (string2[this_char]);
3153 unsigned this_char;
936 int this_char; local
3139 unsigned this_char; local
[all...]

Completed in 122 milliseconds