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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifs_debug.c39 char *charptr = data; local
53 buf[1] = isprint(charptr[i + j]) ? charptr[i + j] : '.';

Completed in 61 milliseconds