From owner-freebsd-questions@freebsd.org Wed Jan 16 05:05:21 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F1CE14A3111 for ; Wed, 16 Jan 2019 05:05:21 +0000 (UTC) (envelope-from iam@sdf.org) Received: from mx.sdf.org (ol.sdf.org [205.166.94.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.sdf.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 982ED8BF5D for ; Wed, 16 Jan 2019 05:05:19 +0000 (UTC) (envelope-from iam@sdf.org) Received: from sdf.org (IDENT:iam@sdf.lonestar.org [205.166.94.16]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id x0G5580X021990 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Wed, 16 Jan 2019 05:05:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sdf.org; s=default; t=1547615116; bh=dfNqCmY/dtl6K0KQ9dB7H2AsQj8nMe6bSYnxIH2h3LQ=; h=Date:From:To:Subject; b=Ke8CeTKSJg5YaI5bySoaXUAY68J+a5urfJmxJRw3CH3Ia6P9mwABKDKpyy5A7XAzu wrjmJjJcLhLzVf3FjZAq+us/7CxUP6anBou1hbxa1siG9Q5ybUEBL/1ph89N7jLTMG WTYmMvBZULuZpYq1UjvlrDD8vlfBBZWpud6et/6w= Received: (from iam@localhost) by sdf.org (8.15.2/8.12.8/Submit) id x0G558X1004475 for freebsd-questions@freebsd.org; Wed, 16 Jan 2019 05:05:08 GMT Date: Wed, 16 Jan 2019 05:05:08 GMT From: iam@sdf.org Message-Id: <201901160505.x0G558X1004475@sdf.org> To: freebsd-questions@freebsd.org Subject: libc : non-c specific functions! X-Rspamd-Queue-Id: 982ED8BF5D X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sdf.org header.s=default header.b=Ke8CeTKS X-Spamd-Result: default: False [-1.59 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.84)[-0.842,0]; R_DKIM_ALLOW(-0.20)[sdf.org:s=default]; IP_SCORE(-0.08)[ip: (-0.64), ipnet: 205.166.94.0/24(-0.32), asn: 14361(0.65), country: US(-0.08)]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.95)[-0.947,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[sdf.org]; NEURAL_SPAM_SHORT(0.59)[0.586,0]; MX_GOOD(-0.01)[cached: mx.sdf.org]; DKIM_TRACE(0.00)[sdf.org:+]; FROM_NO_DN(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[20.94.166.205.list.dnswl.org : 127.0.10.0]; SUBJECT_ENDS_EXCLAIM(0.00)[]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:14361, ipnet:205.166.94.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 05:05:21 -0000 is there any way to find out which functions in libc are non-c specific, so for example if i had to implement a syslib in assembly language, i could just avoid the "c" parts as they would be irrelevant. all of the above is hypothetical, i just want to know and learn. something which this mailing list allows me to do effortlessly.