strsep            106 block/cmd-filter.c 	while ((p = strsep((char **)&page, " ")) != NULL) {
strsep            103 fs/9p/v9fs.c   	while ((p = strsep(&options, ",")) != NULL) {
strsep            177 fs/adfs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            177 fs/affs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            146 fs/afs/super.c 	while ((p = strsep(&options, ","))) {
strsep             90 fs/autofs/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            248 fs/autofs4/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            679 fs/befs/linuxvfs.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            848 fs/cifs/connect.c 	while ((data = strsep(&options, separator)) != NULL) {
strsep             69 fs/devpts/inode.c 	while ((p = strsep(&data, ",")) != NULL) {
strsep            303 fs/ecryptfs/main.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            440 fs/ext2/super.c 	while ((p = strsep (&options, ",")) != NULL) {
strsep            852 fs/ext3/super.c 	while ((p = strsep (&options, ",")) != NULL) {
strsep           1025 fs/ext4/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            961 fs/fat/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            376 fs/fuse/inode.c 	while ((p = strsep(&opt, ",")) != NULL) {
strsep             67 fs/gfs2/locking/dlm/mount.c 	for (options = data; (x = strsep(&options, ":")); ) {
strsep            107 fs/gfs2/mount.c 	for (options = data; (o = strsep(&options, ",")); ) {
strsep            225 fs/hfs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep             78 fs/hfsplus/options.c 	while ((p = strsep(&input, ",")) != NULL) {
strsep            256 fs/hpfs/super.c 	while ((p = strsep(&opts, ",")) != NULL) {
strsep            761 fs/hugetlbfs/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            380 fs/isofs/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            231 fs/jfs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep             34 fs/ncpfs/getopt.c 		if ((token = strsep(options, ",")) == NULL)
strsep            181 fs/nfs/nfsroot.c 	p = strsep(&name, ",");
strsep            185 fs/nfs/nfsroot.c 	while ((p = strsep (&name, ",")) != NULL) {
strsep            955 fs/nfs/super.c 	while ((p = strsep(&raw, ",")) != NULL) {
strsep            164 fs/ntfs/super.c 	while ((p = strsep(&opt, ","))) {
strsep            825 fs/ocfs2/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            366 fs/omfs/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            541 fs/reiserfs/bitmap.c 	while ((this_char = strsep(&options, ":")) != NULL) {
strsep             35 fs/smbfs/getopt.c 		if ((token = strsep(options, ",")) == NULL)
strsep            875 fs/ubifs/super.c 	while ((p = strsep(&options, ","))) {
strsep            421 fs/udf/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            341 fs/ufs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            211 fs/xfs/linux-2.6/xfs_super.c 	while ((this_char = strsep(&options, ",")) != NULL) {
strsep           1282 fs/xfs/linux-2.6/xfs_super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep             77 include/linux/string.h extern char * strsep(char **,const char *);
strsep            783 kernel/cgroup.c 	while ((token = strsep(&o, ",")) != NULL) {
strsep           3104 kernel/cgroup.c 	while ((token = strsep(&str, ",")) != NULL) {
strsep             91 net/9p/client.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep           1188 net/9p/trans_fd.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            207 net/ipv4/tcp_cong.c 	while ((name = strsep(&clone, " ")) && *name) {
strsep            220 net/ipv4/tcp_cong.c 	while ((name = strsep(&val, " ")) && *name) {
strsep            420 scripts/mod/sumversion.c 	while ((fname = strsep(&sources, " ")) != NULL) {
strsep            825 security/selinux/hooks.c 	while ((p = strsep(&options, "|")) != NULL) {
strsep            401 sound/core/memalloc.c #define gettoken(bufp) strsep(bufp, " \t\n")
strsep           2116 sound/oss/au1550_ac97.c 	while ((this_opt = strsep(&options, ","))) {