Mac OS 9
PLStringFuncs.h File Reference

Pascal string manipulation routines that parallel ANSI C string.h. More...

#include <MacTypes.h>

Go to the source code of this file.

Functions

short PLstrcmp (ConstStr255Param str1, ConstStr255Param str2)
 
short PLstrncmp (ConstStr255Param str1, ConstStr255Param str2, short num)
 
StringPtr PLstrcpy (StringPtr str1, ConstStr255Param str2)
 
StringPtr PLstrncpy (StringPtr str1, ConstStr255Param str2, short num)
 
StringPtr PLstrcat (StringPtr str1, ConstStr255Param str2)
 
StringPtr PLstrncat (StringPtr str1, ConstStr255Param str2, short num)
 
Ptr PLstrchr (ConstStr255Param str1, short ch1)
 
Ptr PLstrrchr (ConstStr255Param str1, short ch1)
 
Ptr PLstrpbrk (ConstStr255Param str1, ConstStr255Param str2)
 
short PLstrspn (ConstStr255Param str1, ConstStr255Param str2)
 
Ptr PLstrstr (ConstStr255Param str1, ConstStr255Param str2)
 
short PLstrlen (ConstStr255Param str)
 
short PLpos (ConstStr255Param str1, ConstStr255Param str2)
 

Detailed Description

Pascal string manipulation routines that parallel ANSI C string.h.

Introduced In: Mac OS
Avaliable From: Universal Interfaces 3.4.1
Copyright: © 1999-2001 by Apple Computer, Inc., all rights reserved.

For bug reports, consult the following page on the World Wide Web:

http://developer.apple.com/bugreporter/

Function Documentation

◆ PLpos()

short PLpos ( ConstStr255Param  str1,
ConstStr255Param  str2 
)

PLpos()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrcat()

StringPtr PLstrcat ( StringPtr  str1,
ConstStr255Param  str2 
)

PLstrcat()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrchr()

Ptr PLstrchr ( ConstStr255Param  str1,
short  ch1 
)

PLstrchr()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrcmp()

short PLstrcmp ( ConstStr255Param  str1,
ConstStr255Param  str2 
)

PLstrcmp()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrcpy()

StringPtr PLstrcpy ( StringPtr  str1,
ConstStr255Param  str2 
)

PLstrcpy()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrlen()

short PLstrlen ( ConstStr255Param  str)

PLstrlen()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrncat()

StringPtr PLstrncat ( StringPtr  str1,
ConstStr255Param  str2,
short  num 
)

PLstrncat()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrncmp()

short PLstrncmp ( ConstStr255Param  str1,
ConstStr255Param  str2,
short  num 
)

PLstrncmp()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrncpy()

StringPtr PLstrncpy ( StringPtr  str1,
ConstStr255Param  str2,
short  num 
)

PLstrncpy()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrpbrk()

Ptr PLstrpbrk ( ConstStr255Param  str1,
ConstStr255Param  str2 
)

PLstrpbrk()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrrchr()

Ptr PLstrrchr ( ConstStr255Param  str1,
short  ch1 
)

PLstrrchr()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrspn()

short PLstrspn ( ConstStr255Param  str1,
ConstStr255Param  str2 
)

PLstrspn()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later

◆ PLstrstr()

Ptr PLstrstr ( ConstStr255Param  str1,
ConstStr255Param  str2 
)

PLstrstr()

Non-Carbon CFM: not available
Carbon Lib: in CarbonLib 1.0 and later
Mac OS X: in version 10.0 and later