Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6068821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:45:22+00:00 2026-05-23T09:45:22+00:00

In some CGI code, I need to encode rarely-occurring ‘&’, ‘<‘, and ‘>’ chars.

  • 0

In some CGI code, I need to encode rarely-occurring ‘&’, ‘<‘, and ‘>’ chars. In the encoding function, I want to get out right away if there are no such chars in the input string. So, at entry, I try to use strtok( ) to find that out:

char *
encode_amp_lt_gt ( char *in ) {
  ...
  if ( NULL == strtok( in, "&<>" )) {
    return in;
  }
  ...
}

But, even in the absence of any of the delimiters, strtok( ) returns a pointer to the first character of in.

I expected it to return NULL if no delims in the string.

Is my code wrong, or is my expectation wrong? I don’t want to call strchr( ) three times just to eliminate the usual case.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T09:45:22+00:00Added an answer on May 23, 2026 at 9:45 am

    The function you want is strpbrk, not strtok. The bigger question is – how is the string that is being returned being allocated when you’re replacing things, and how does the calling function know if it should free it or not?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to rewrite some Perl code in python. So I'm looking for the
I've had some trouble forking of processes from a Perl CGI script when running
Some API returns me XmlCursor pointing on root of XML Document. I need to
Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin,
Some things are easier to implement just by hand (code), but some are easier
Following is some obviously-defective code for which I think the compiler should emit a
I have a Perl-based CGI/Fast CGI web service and want to rate-limit clients by
I would like to get some help on how to setup paypal payment with
I want to get the bounding box of a filled black circle on a
I'm in the process of porting some code from Linux to Mac OS X.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.