strsep.3 (58f0484fa251c266ede97b591b499fe3dd4f578e) | strsep.3 (7bdf80e5714a8b59a2bfda90f367be4612df033e) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 90 unchanged lines hidden (view full) --- 99.Fn strtok 100function should be preferred for portability reasons (it conforms to 101.St -ansiC ) 102it is unable to handle empty fields, i.e. detect fields delimited by 103two adjacent delimiter characters, or to be used for more than a single 104string at a time. 105The 106.Fn strsep | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 90 unchanged lines hidden (view full) --- 99.Fn strtok 100function should be preferred for portability reasons (it conforms to 101.St -ansiC ) 102it is unable to handle empty fields, i.e. detect fields delimited by 103two adjacent delimiter characters, or to be used for more than a single 104string at a time. 105The 106.Fn strsep |
107function first appeared in 4.4BSD. | 107function first appeared in 108.Bx 4.4 . |