GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
byte_rchr(3) FreeBSD Library Functions Manual byte_rchr(3)

byte_rchr - search for a byte in a string

#include <libowfat/byte.h>

size_t byte_rchr(const char *haystack,size_t len,char needle);

byte_chr returns the largest integer i between 0 and len-1 inclusive such that one[i] equals needle.

If no such integer exists, byte_chr returns len.

byte_rchr may read all bytes one[0], one[1], ..., one[len-1], even if not all the bytes are relevant to the answer.

byte_chr(3)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.