Functions

strcommon.c File Reference

Generic string handling functions. More...

#include "../../ut.h"
#include "strcommon.h"
Include dependency graph for strcommon.c:

Go to the source code of this file.

Functions


Detailed Description

Definition in file strcommon.c.


Function Documentation

int escape_user ( str sin,
str sout 
)

| ! | ~ | * | ' | ( | ) user-unreserved = & | = | + | $ | , | ; | ? | /

Definition at line 236 of file strcommon.c.

References _str::len, and _str::s.

Referenced by tr_eval_string().

Here is the caller graph for this function: