Query: sysfs_streq
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYSFS_STREQ(9) Basic C Library Functions SYSFS_STREQ(9)NAMEsysfs_streq - return true if strings are equal, modulo trailing newlineSYNOPSISbool sysfs_streq(const char * s1, const char * s2);ARGUMENTSs1 one string s2 another stringDESCRIPTIONThis routine returns true iff two strings are equal, treating both NUL and newline-then-NUL as equivalent string terminations. It's geared for use with sysfs input strings, which generally terminate with newlines but are compared against values without newlines.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SYSFS_STREQ(9)
Related Man Pages |
---|
strneqvcmp(3) - centos |
stpcpy(3) - mojave |
strncmp(3) - freebsd |
stpcpy(3) - osx |
strncpy(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
How to increment version inside a file? |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |