Searched refs:tok_end (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c885 char *tok_end; local
904 tok_end = strchr(opt_arg, '\0');
905 if (tok_end < end)
906 *tok_end = ',';
945 tok_end = end;
948 if ((tok_end2) && (tok_end2 < tok_end))
949 tok_end = tok_end2;
953 opt_arg = tok_end;
H A Daic79xx_osm.c913 char *tok_end; local
932 tok_end = strchr(opt_arg, '\0');
933 if (tok_end < end)
934 *tok_end = ',';
973 tok_end = end;
976 if ((tok_end2) && (tok_end2 < tok_end))
977 tok_end = tok_end2;
981 opt_arg = tok_end;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Durl.c3963 size_t tok_end; local
3983 for(tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) {
3993 for(tok_end = tok_start; tok_end < no_proxy_len &&
3994 strchr(separator, no_proxy[tok_end]) == NULL; ++tok_end)
4005 if((tok_end - tok_start) <= namelen) {
4007 const char *checkn = name + namelen - (tok_end - tok_start);
4009 tok_end - tok_start)) {
4010 if((tok_end
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c1377 char *tok, *tok_end, *tok_end2; local
1384 tok_end = strchr(tok, '\0');
1385 if (tok_end < end)
1386 *tok_end = ',';
1427 tok_end = strchr(tok, '\0');
1431 if ( (tok_end2) && (tok_end2 < tok_end) )
1433 tok_end = tok_end2;
1442 tok = tok_end;

Completed in 194 milliseconds