From owner-freebsd-chat@FreeBSD.ORG Thu Jul 15 22:38:54 2010 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85EDC1065670 for ; Thu, 15 Jul 2010 22:38:54 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 198B48FC15 for ; Thu, 15 Jul 2010 22:38:53 +0000 (UTC) Received: by fxm13 with SMTP id 13so822201fxm.13 for ; Thu, 15 Jul 2010 15:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=htWj6I0srRutTvR1fuPHickPSHlsP0pg15XHLns0p7M=; b=IZIYgzyiXEfyvwXemc4lp1GbfX+zYWqiI5jr7pMTnWVURWuJVdoPuX+ZYV6hStJXRt YWmJOly/lBlJ42MNyZXs5Q5s3N5oDu3S3VnhH8V6bHHSrgrJZRRGTd4CLe6IoIPUmBw7 2XN3C4hPAAxqZEibKyYHb0O/i1Q+wPB04BlMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=h1il+emK1rtDm7AJQAnpbtRdhbvlQk1WMommraVFm8bYJgl82kgoflMLH5ArGeek6A KsUeV7lTc3hanaPZOv/Dd0PwzQeV8CZi42twhLnBRZ8qtrFccRbKaL3nLUzRx0pSfboJ rkyCXR8FUbBlnwCOs1buC5tgkYdjXOe4G2CIE= MIME-Version: 1.0 Received: by 10.239.164.134 with SMTP id t6mr1562638hbd.204.1279233532699; Thu, 15 Jul 2010 15:38:52 -0700 (PDT) Received: by 10.239.160.138 with HTTP; Thu, 15 Jul 2010 15:38:52 -0700 (PDT) Date: Fri, 16 Jul 2010 00:38:52 +0200 Message-ID: From: "deeptech71@gmail.com" To: freebsd-chat@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: is strlen()'s read-4-bytes-ahead a standard? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2010 22:38:54 -0000 Some C implementations use the read-4-bytes-ahead technique to speed up strlen(). Does the C standard state anything about strlen() being allowed to read past the terminating zero?