Searched refs:charptr (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_debug.c34 char *charptr = data; local
49 isprint(charptr[i + j]) ? charptr[i + j] : '.';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c154 const char *charptr; local
186 charptr = strchr(optstr,opt);
187 if (charptr != NULL && *++charptr == ':')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifs_debug.c39 char *charptr = data; local
53 buf[1] = isprint(charptr[i + j]) ? charptr[i + j] : '.';

Completed in 59 milliseconds